summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_context.h
Commit message (Expand)AuthorAgeFilesLines
* Converted line drawing over to new span code, pb no longer used.Brian Paul2002-02-021-2/+1
* sw_span can now hold x/y arrays of fragment positions - getting ready toBrian Paul2002-02-021-3/+2
* Klaus's latest patches: change texcoord[3] to texcoord[4] everywhereBrian Paul2002-01-101-4/+4
* first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul2001-12-171-5/+4
* Fixes for 32-bit GLchans: smooth/flat/textured triangles seem to work now.Brian Paul2001-08-141-3/+3
* assorted changes for supporting GLfloat color channels (not done)Brian Paul2001-07-131-6/+20
* Fix order of decomposition of quad.Keith Whitwell2001-05-171-2/+1
* Removed DD_Z_NEVER.Brian Paul2001-03-291-2/+2
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-1/+18
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-2/+2
* _MinMagThresh[] should be GLfloatBrian Paul2001-03-071-2/+4
* Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell2001-02-161-7/+8
* Committing in .Jouk Jansen2000-11-221-9/+9
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-9/+18
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-4/+22
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-051-0/+145