summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast_setup/ss_tritmp.h
Commit message (Expand)AuthorAgeFilesLines
* more warning fixes (Karl Schultz)Brian Paul2001-09-141-4/+4
* Lighting now emits colors as CHAN_TYPE, as it used to. This will requireKeith Whitwell2001-07-171-5/+5
* Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell2001-07-121-9/+13
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-5/+5
* * src/swrast_setup/ss_tritmp.h (quad): Changed name of this function topesco2001-03-211-3/+3
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-2/+2
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-18/+17
* Lots of GLchan datatype changes.Brian Paul2001-01-241-4/+4
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-0/+2
* Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell2001-01-161-8/+2
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-145/+39
* Major rework of tnl moduleKeith Whitwell2000-12-261-76/+84
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-3/+3
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-60/+66
* A new module to provide RasterSetup and advanced triangle/line/pointKeith Whitwell2000-11-051-0/+286