summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_drawpix.c
Commit message (Expand)AuthorAgeFilesLines
* Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture.Brian Paul2001-02-201-2/+3
* Changed FetchTexel() function pointer arguments.Brian Paul2001-02-171-3/+13
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-16/+16
* Fixed bug in MinMagThresh computation.Brian Paul2001-01-051-3/+3
* More color macro clean-ups.Brian Paul2001-01-031-5/+6
* Major rework of tnl moduleKeith Whitwell2000-12-261-5/+1
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-37/+37
* minor changes to silence compiler warningsBrian Paul2000-11-101-1/+2
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-051-16/+20
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+885