Age | Commit message (Expand) | Author |
2003-10-19 | Move initialization of default ctx->Driver.buffer-object-functions into | Brian Paul |
2003-10-15 | initialize GetBufferSubData pointer | Brian Paul |
2003-09-17 | GL_ARB_vertex_buffer_object working now, at least for non-indexed | Brian Paul |
2003-07-03 | Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation). | Brian Paul |
2003-04-04 | Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, height | Brian Paul |
2003-04-01 | use structure containment to derive xmesa_context from GLcontext | Brian Paul |
2003-04-01 | New device driver hooks for texture object and texture image creation to | Brian Paul |
2003-03-27 | fixed ColorMask problem for front-buffer rendering | Brian Paul |
2003-03-25 | remove some unfinished code accidently checked in | Brian Paul |
2003-03-25 | histogram code move, remove s_histogram.[ch] from Makefiles | Brian Paul |
2003-01-16 | fix for framebuffer width and height when window hasn't been realized. | Alan Hourihane |
2002-10-30 | use wrappers from imports.h rather than stdio, stdlib, etc functions. | Brian Paul |
2002-10-24 | Header file clean-up: | Brian Paul |
2002-10-14 | context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu... | Brian Paul |
2002-10-11 | Another round of glRead/DrawBuffer() clean-ups and simplifications. | Brian Paul |
2002-10-04 | Changed a number of context fields from GLchan to GLfloat (such as ClearColor). | Brian Paul |
2002-09-27 | new texture compression infrastructure | Brian Paul |
2002-09-23 | fix bug in index_mask() (bug 609837) | Brian Paul |
2002-07-09 | Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() | Brian Paul |
2002-06-19 | put XSync in get_buffer_size(), plus clean-up | Brian Paul |
2002-06-15 | Added ctx parameter to _mesa_debug() | Brian Paul |
2002-03-19 | don't set plane mask for xm_buffer->gc, it causes an accum buffer conformance... | Brian Paul |
2002-03-16 | Lots of changes related to framebuffer/window buffer resizing. Basically, | Brian Paul |
2002-03-01 | silence gcc warnings (Marc La France) | Brian Paul |
2002-02-15 | use separate GC for SwapBuffers to avoid colormask problem | Brian Paul |
2002-02-14 | updated GL_VENDOR string | Brian Paul |
2001-09-12 | minor re-org | Brian Paul |
2001-07-12 | Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it | Keith Whitwell |
2001-05-10 | Driver interface changes | Keith Whitwell |
2001-04-27 | changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an... | Brian Paul |
2001-04-04 | More texture image changes. | Brian Paul |
2001-04-03 | another fix to clear_32bit_ximage() | Brian Paul |
2001-04-03 | clear pixel value wasn't byteswapped for scissored clears in clear_32bit_xima... | Brian Paul |
2001-03-19 | Split driver struct into swrast/tnl/core components. | Keith Whitwell |
2001-03-03 | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul |
2001-03-01 | fixed mistake in alpha buffer clear test | Brian Paul |
2001-03-01 | added s/w alpha buffer clearing | Brian Paul |
2001-02-19 | Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functions | Brian Paul |
2001-02-06 | Overhaul of texture image handling. | Brian Paul |
2001-01-29 | Update implementations of Driver.Clear(). | Keith Whitwell |
2001-01-29 | Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels | Keith Whitwell |
2001-01-24 | Lots of GLchan datatype changes. | Brian Paul |
2001-01-16 | Fix several conformance problems. Hack solution to line stipple problem. | Keith Whitwell |
2001-01-08 | Modify X11 driver and fake glx to store a GLcontext | Keith Whitwell |
2000-12-26 | Major rework of tnl module | Keith Whitwell |
2000-11-22 | Committing in . | Jouk Jansen |
2000-11-16 | Move the transform and lighting code to two new directories | Keith Whitwell |
2000-11-14 | Removed Driver.Color() and Driver.Index() functions. | Brian Paul |
2000-11-13 | Cleanup of derived state calculation prior to seperating software T&L | Keith Whitwell |
2000-11-05 | Use the new software rasterizer. Reworked optimized line,tri,point | Keith Whitwell |