summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_aatriangle.c
Commit message (Expand)AuthorAgeFilesLines
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-2/+2
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-5/+5
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-2/+2
* Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell2001-02-161-10/+7
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-3/+3
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-021-1/+2
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-19/+19
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-3/+4
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-051-18/+39
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+413