Age | Commit message (Expand) | Author |
2008-01-06 | Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes | Brian |
2008-01-06 | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835. | Brian |
2007-05-20 | Overhaul/simplify SWvertex and SWspan attribute handling. | Brian |
2007-04-01 | If using PF_8A8B8G8R, be sure alpha is correctly handled. | Brian |
2006-05-19 | added some CHAN_BITS tests | Brian Paul |
2006-05-07 | added CHAN_BITS != 8 test | Brian Paul |
2006-04-27 | assorted clean-ups, fixes | Brian Paul |
2006-03-28 | a little code movement so we don't make invalid casts from gl_renderbuffers t... | Brian Paul |
2005-10-20 | fix another renderbuffer wrapping bug | Brian Paul |
2005-09-23 | Added a fast xor_line() function. Uses XDrawLine with GXxor mode. | Brian Paul |
2005-09-23 | Add Wrapper field to gl_renderbuffer. Used for wrapping one renderbuffer | Brian Paul |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2005-04-12 | PF_8A8R8G8B pixel format (Dave Reveman) | Brian Paul |
2004-10-02 | added support for GL_ARB_draw_buffers | Brian Paul |
2004-03-21 | Implemented support for software-based AUX color buffers. | Brian Paul |
2004-03-04 | a bunch of assorted clean-ups, etc to fix warnings, etc | Brian Paul |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick |
2003-04-01 | use structure containment to derive xmesa_context from GLcontext | Brian Paul |
2003-03-01 | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul |
2003-02-17 | Replace some #defines with enums. (Klaus Niederkrueger) | Brian Paul |
2002-11-14 | Overhaul of line drawing template code. Make better use of sw_span mechanism. | Brian Paul |
2002-06-15 | Implemented GL_NV_texture_rectangle extension. | Brian Paul |
2002-06-15 | Added ctx parameter to _mesa_debug() | Brian Paul |
2001-09-12 | minor re-org | Brian Paul |
2001-04-27 | changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an... | Brian Paul |
2001-01-23 | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul |
2001-01-05 | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell |
2001-01-02 | Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h) | Brian Paul |
2000-12-13 | use inverted Y coordinate for choosing dither value (conformance fixes) | Brian Paul |
2000-11-22 | Committing in . | Jouk Jansen |
2000-11-19 | Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars. | Brian Paul |
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-06 | test ctx->RenderMode in chooser functions, removed dead code | Brian Paul |
2000-11-06 | added buffer test to xmesa_choose_point(), fixes X protocol error | Brian Paul |
2000-11-05 | Use the new software rasterizer. Reworked optimized line,tri,point | Keith Whitwell |
2000-10-31 | Moved the software rasterizer to a new directory. | Keith Whitwell |
2000-09-28 | removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead | Brian Paul |
2000-09-26 | First batch of OpenGL SI related changes: | Brian Paul |
2000-09-12 | added some casts (Takaaki Nomura) | Brian Paul |
2000-09-07 | newly organized Xlib driver files | Brian Paul |