aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_span.c
Commit message (Expand)AuthorAgeFilesLines
* don't clamp colors if GLchan==GLfloat in add_colors()Brian Paul2001-07-231-1/+8
* fix glDraw/CopyPixels w/ fog bug. minor fog code clean-ups.Brian Paul2001-06-181-1/+3
* Apply antialiasing coverage factor to alpha after texture application,Brian Paul2001-05-151-59/+113
* interpolate fog valus as floats, not fixed - fixed the swrast fog problemBrian Paul2001-05-031-7/+7
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-13/+16
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-26/+26
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-9/+9
* 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