summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_context.c
AgeCommit message (Expand)AuthorFilesLines
2001-07-28Remove _BaseAlpha, fix reflect lighting bug.Keith Whitwell1-4/+5
2001-07-17Lighting now emits colors as CHAN_TYPE, as it used to. This will requireKeith Whitwell1-4/+2
2001-07-13assorted changes for supporting GLfloat color channels (not done)Brian Paul1-1/+8
2001-07-12Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell1-2/+4
2001-05-17Fix order of decomposition of quad.Keith Whitwell1-7/+3
2001-03-29Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT.Keith Whitwell1-27/+64
2001-03-29Removed DD_Z_NEVER.Brian Paul1-7/+7
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell1-1/+30
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-8/+8
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-2/+2
2001-02-24Template workKeith Whitwell1-8/+1
2001-02-16Fix state bitmasks for invalidating line,tri,point functions. (won't fixKeith Whitwell1-5/+14
2001-02-16Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell1-52/+48
2001-01-29fixed computation of _MultiTextureEnabled (again)Brian Paul1-3/+3
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul1-4/+4
2001-01-13Use correct pv in swrast lines routinesKeith Whitwell1-8/+6
2000-12-27Fixes for compiling assembly (disable unused 'masked' versions)Keith Whitwell1-2/+7
2000-12-26Major rework of tnl moduleKeith Whitwell1-4/+37
2000-12-09_MultiTextureEnabled was being computed incorrectlyBrian Paul1-3/+3
2000-11-22 Committing in .Jouk Jansen1-29/+29
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul1-9/+14
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell1-2/+72
2000-11-10minor changes to silence compiler warningsBrian Paul1-3/+3
2000-11-05Reorganized software rasterizer as a module which manages its own state,Keith Whitwell1-8/+345
2000-10-31Moved software rasterizer functionality to new directory.Keith Whitwell1-0/+49