summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_context.c
Commit message (Expand)AuthorAgeFilesLines
* Remove _BaseAlpha, fix reflect lighting bug.Keith Whitwell2001-07-281-4/+5
* Lighting now emits colors as CHAN_TYPE, as it used to. This will requireKeith Whitwell2001-07-171-4/+2
* assorted changes for supporting GLfloat color channels (not done)Brian Paul2001-07-131-1/+8
* Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell2001-07-121-2/+4
* Fix order of decomposition of quad.Keith Whitwell2001-05-171-7/+3
* Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT.Keith Whitwell2001-03-291-27/+64
* Removed DD_Z_NEVER.Brian Paul2001-03-291-7/+7
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-1/+30
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-8/+8
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-2/+2
* 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