summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/xm_tri.c
Commit message (Expand)AuthorAgeFilesLines
* first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul2001-12-171-46/+46
* New triangle rasterization code. Store per-span initial/step values in theBrian Paul2001-05-141-510/+526
* do fog interpolation if INTERP_FOG is defined, not when INTERP_Z is definedBrian Paul2001-03-081-23/+1
* Use a lookup table to compute exponents in tnl fogging code. SlightlyKeith Whitwell2001-02-061-2/+2
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-52/+99
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-39/+39
* 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-21/+23
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-3/+3
* Committing in .Jouk Jansen2000-11-221-41/+41
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-133/+133
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-3/+2
* Removed Driver.Color() and Driver.Index() functions.Brian Paul2000-11-141-43/+3
* test ctx->RenderMode in chooser functions, removed dead codeBrian Paul2000-11-061-95/+5
* Use the new software rasterizer. Reworked optimized line,tri,pointKeith Whitwell2000-11-051-184/+259
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-45/+49
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-1/+23
* removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled insteadBrian Paul2000-09-281-2/+2
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-3/+3
* added some casts (Takaaki Nomura)Brian Paul2000-09-121-16/+16
* newly organized Xlib driver filesBrian Paul2000-09-071-0/+1690