summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast_setup
Commit message (Expand)AuthorAgeFilesLines
* * 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-129-124/+134
* More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul2001-03-083-6/+7
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-072-8/+9
* Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell2001-02-162-12/+10
* Fixed conform problems with recent material tracking change.Keith Whitwell2001-02-162-9/+11
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-294-3/+59
* Lots of GLchan datatype changes.Brian Paul2001-01-242-6/+6
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-233-4/+6
* Fixes for performance bug on compiled array element paths.Keith Whitwell2001-01-171-0/+15
* Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell2001-01-165-108/+148
* Fixed conform feedback and drawelements tests.Keith Whitwell2001-01-142-3/+3
* Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell2001-01-082-1/+9
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-055-261/+70
* Major rework of tnl moduleKeith Whitwell2000-12-267-301/+411
* Compute attenuated point size in a new pipeline stage.Brian Paul2000-12-082-10/+16
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-1/+1
* Committing in .Jouk Jansen2000-11-224-24/+24
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-165-6/+13
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-134-70/+162
* minor changes to silence compiler warningsBrian Paul2000-11-102-14/+14
* fixed very obvious fog bugKeith Whitwell2000-11-071-0/+3
* added a setup function for selection/feedbackBrian Paul2000-11-061-19/+29
* A new module to provide RasterSetup and advanced triangle/line/pointKeith Whitwell2000-11-0510-0/+1260