summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_span.c
Commit message (Expand)AuthorAgeFilesLines
* Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture.Brian Paul2001-02-201-7/+9
* minor scissor optimizations (Klaus Niederkrueger)Brian Paul2001-02-151-20/+24
* removed a misplaced _mesa_logicop_ci_span() callBrian Paul2001-02-141-6/+2
* Fixed bug in MinMagThresh computation.Brian Paul2001-01-051-6/+7
* clipping, fog, texture optimizations (Klaus Niederkrueger)Brian Paul2000-12-121-127/+156
* Removed Driver.Color() and Driver.Index() functions.Brian Paul2000-11-141-3/+3
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-11/+14
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-051-30/+38
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+1109