summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/xm_line.c
AgeCommit message (Expand)Author
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-02-17Replace some #defines with enums. (Klaus Niederkrueger)Brian Paul
2002-11-14Overhaul of line drawing template code. Make better use of sw_span mechanism.Brian Paul
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2001-09-12minor re-orgBrian Paul
2001-04-27changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an...Brian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell
2001-01-02Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul
2000-12-13use inverted Y coordinate for choosing dither value (conformance fixes)Brian Paul
2000-11-22 Committing in .Jouk Jansen
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-11-14Removed Driver.Color() and Driver.Index() functions.Brian Paul
2000-11-06test ctx->RenderMode in chooser functions, removed dead codeBrian Paul
2000-11-06added buffer test to xmesa_choose_point(), fixes X protocol errorBrian Paul
2000-11-05Use the new software rasterizer. Reworked optimized line,tri,pointKeith Whitwell
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell
2000-09-28removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled insteadBrian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-09-12added some casts (Takaaki Nomura)Brian Paul
2000-09-07newly organized Xlib driver filesBrian Paul