summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_drawpix.c
Commit message (Expand)AuthorAgeFilesLines
* More raster fog coord fixes.Brian Paul2001-06-261-11/+7
* fix glDraw/CopyPixels w/ fog bug. minor fog code clean-ups.Brian Paul2001-06-181-5/+20
* added current raster fog coord and related codeBrian Paul2001-05-301-5/+13
* use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon)Brian Paul2001-05-161-3/+14
* Apply antialiasing coverage factor to alpha after texture application,Brian Paul2001-05-151-15/+20
* Minor fixes for Win32 (Karl Schultz).Brian Paul2001-04-201-3/+3
* Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul2001-04-101-2/+2
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-14/+22
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-11/+10
* More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul2001-03-081-2/+2
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-22/+24
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-24/+24
* 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