summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_context.c
Commit message (Expand)AuthorAgeFilesLines
* Template workKeith Whitwell2001-02-241-8/+1
* Fix state bitmasks for invalidating line,tri,point functions. (won't fixKeith Whitwell2001-02-161-5/+14
* Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell2001-02-161-52/+48
* fixed computation of _MultiTextureEnabled (again)Brian Paul2001-01-291-3/+3
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-4/+4
* Use correct pv in swrast lines routinesKeith Whitwell2001-01-131-8/+6
* Fixes for compiling assembly (disable unused 'masked' versions)Keith Whitwell2000-12-271-2/+7
* Major rework of tnl moduleKeith Whitwell2000-12-261-4/+37
* _MultiTextureEnabled was being computed incorrectlyBrian Paul2000-12-091-3/+3
* Committing in .Jouk Jansen2000-11-221-29/+29
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-9/+14
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-2/+72
* minor changes to silence compiler warningsBrian Paul2000-11-101-3/+3
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-051-8/+345
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+49