summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_triangle.c
Commit message (Expand)AuthorAgeFilesLines
* Overhaul of texture image handling.Brian Paul2001-02-061-30/+20
* optimized lambda computation (Klaus Niederkrueger)Brian Paul2001-01-291-10/+9
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-3/+3
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-28/+28
* disabled two optimized textured triangle functions because of texcoord interp...Brian Paul2000-12-121-4/+8
* minor clean-upsBrian Paul2000-11-211-30/+27
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-67/+67
* Removed Driver.Color() and Driver.Index() functions.Brian Paul2000-11-141-19/+5
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-3/+3
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-051-172/+166
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+2448