summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast_setup/ss_triangle.c
Commit message (Expand)AuthorAgeFilesLines
* More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul2001-03-081-2/+2
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-6/+7
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-1/+1
* Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell2001-01-161-0/+95
* Fixed conform feedback and drawelements tests.Keith Whitwell2001-01-141-2/+2
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-89/+12
* Major rework of tnl moduleKeith Whitwell2000-12-261-58/+72
* Committing in .Jouk Jansen2000-11-221-7/+7
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-0/+2
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-1/+88
* A new module to provide RasterSetup and advanced triangle/line/pointKeith Whitwell2000-11-051-0/+161