summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_feedback.c
Commit message (Expand)AuthorAgeFilesLines
* silence compiler warnings (last batch for src)Karl Schultz2001-09-191-2/+2
* always feedback unit 0 texcoordsBrian Paul2001-06-121-2/+2
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-10/+7
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-16/+16
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-7/+7
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-6/+6
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-10/+15
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-12/+24
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-051-0/+153