| Commit message (Expand) | Author | Age | Files | Lines |
* | Implemented support for software-based AUX color buffers. | Brian Paul | 2004-03-21 | 1 | -0/+2 |
* | a bunch of assorted clean-ups, etc to fix warnings, etc | Brian Paul | 2004-03-04 | 1 | -3/+0 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | use structure containment to derive xmesa_context from GLcontext | Brian Paul | 2003-04-01 | 1 | -22/+22 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -2/+1 |
* | Replace some #defines with enums. (Klaus Niederkrueger) | Brian Paul | 2003-02-17 | 1 | -9/+9 |
* | Overhaul of line drawing template code. Make better use of sw_span mechanism. | Brian Paul | 2002-11-14 | 1 | -156/+98 |
* | Implemented GL_NV_texture_rectangle extension. | Brian Paul | 2002-06-15 | 1 | -3/+3 |
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -1/+2 |
* | minor re-org | Brian Paul | 2001-09-12 | 1 | -37/+1 |
* | changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an... | Brian Paul | 2001-04-27 | 1 | -2/+2 |
* | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul | 2001-01-23 | 1 | -2/+2 |
* | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell | 2001-01-05 | 1 | -19/+19 |
* | Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h) | Brian Paul | 2001-01-02 | 1 | -1/+2 |
* | use inverted Y coordinate for choosing dither value (conformance fixes) | Brian Paul | 2000-12-13 | 1 | -2/+8 |
* | Committing in . | Jouk Jansen | 2000-11-22 | 1 | -14/+14 |
* | Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars. | Brian Paul | 2000-11-19 | 1 | -20/+20 |
* | Move the transform and lighting code to two new directories | Keith Whitwell | 2000-11-16 | 1 | -2/+1 |
* | Removed Driver.Color() and Driver.Index() functions. | Brian Paul | 2000-11-14 | 1 | -34/+2 |
* | test ctx->RenderMode in chooser functions, removed dead code | Brian Paul | 2000-11-06 | 1 | -110/+31 |
* | added buffer test to xmesa_choose_point(), fixes X protocol error | Brian Paul | 2000-11-06 | 1 | -4/+6 |
* | Use the new software rasterizer. Reworked optimized line,tri,point | Keith Whitwell | 2000-11-05 | 1 | -106/+127 |
* | Moved the software rasterizer to a new directory. | Keith Whitwell | 2000-10-31 | 1 | -19/+22 |
* | removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead | Brian Paul | 2000-09-28 | 1 | -3/+3 |
* | First batch of OpenGL SI related changes: | Brian Paul | 2000-09-26 | 1 | -2/+2 |
* | added some casts (Takaaki Nomura) | Brian Paul | 2000-09-12 | 1 | -16/+16 |
* | newly organized Xlib driver files | Brian Paul | 2000-09-07 | 1 | -0/+748 |