summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/xm_line.c
Commit message (Expand)AuthorAgeFilesLines
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-0/+2
* a bunch of assorted clean-ups, etc to fix warnings, etcBrian Paul2004-03-041-3/+0
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* use structure containment to derive xmesa_context from GLcontextBrian Paul2003-04-011-22/+22
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-2/+1
* Replace some #defines with enums. (Klaus Niederkrueger)Brian Paul2003-02-171-9/+9
* Overhaul of line drawing template code. Make better use of sw_span mechanism.Brian Paul2002-11-141-156/+98
* Implemented GL_NV_texture_rectangle extension.Brian Paul2002-06-151-3/+3
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-1/+2
* minor re-orgBrian Paul2001-09-121-37/+1
* changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an...Brian Paul2001-04-271-2/+2
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-2/+2
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-19/+19
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-021-1/+2
* use inverted Y coordinate for choosing dither value (conformance fixes)Brian Paul2000-12-131-2/+8
* Committing in .Jouk Jansen2000-11-221-14/+14
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-20/+20
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-2/+1
* Removed Driver.Color() and Driver.Index() functions.Brian Paul2000-11-141-34/+2
* test ctx->RenderMode in chooser functions, removed dead codeBrian Paul2000-11-061-110/+31
* added buffer test to xmesa_choose_point(), fixes X protocol errorBrian Paul2000-11-061-4/+6
* Use the new software rasterizer. Reworked optimized line,tri,pointKeith Whitwell2000-11-051-106/+127
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-19/+22
* removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled insteadBrian Paul2000-09-281-3/+3
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-2/+2
* added some casts (Takaaki Nomura)Brian Paul2000-09-121-16/+16
* newly organized Xlib driver filesBrian Paul2000-09-071-0/+748