summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/xm_tri.c
Commit message (Expand)AuthorAgeFilesLines
* 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