aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast_setup/ss_context.c
Commit message (Expand)AuthorAgeFilesLines
...
* Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell2001-07-121-67/+36
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-30/+29
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-2/+2
* Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell2001-02-161-12/+2
* Fixed conform problems with recent material tracking change.Keith Whitwell2001-02-161-1/+11
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-291-2/+30
* Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell2001-01-161-98/+40
* Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell2001-01-081-1/+7
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-14/+13
* Major rework of tnl moduleKeith Whitwell2000-12-261-43/+27
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-1/+2
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-3/+2
* minor changes to silence compiler warningsBrian Paul2000-11-101-4/+4
* A new module to provide RasterSetup and advanced triangle/line/pointKeith Whitwell2000-11-051-0/+230