added missing \'s
[mesa.git] / src / mesa / swrast / s_span.c
2001-06-18 Brian Paulfix glDraw/CopyPixels w/ fog bug. minor fog code clean...
2001-05-15 Brian PaulApply antialiasing coverage factor to alpha after textu...
2001-05-03 Brian Paulinterpolate fog valus as floats, not fixed - fixed...
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-20 Brian PaulImplemented GL_SGIX_shadow and GL_SGIX_shadow_texture.
2001-02-15 Brian Paulminor scissor optimizations (Klaus Niederkrueger)
2001-02-14 Brian Paulremoved a misplaced _mesa_logicop_ci_span() call
2001-01-05 Brian PaulFixed bug in MinMagThresh computation.
2000-12-12 Brian Paulclipping, fog, texture optimizations (Klaus Niederkrueger)
2000-11-14 Brian PaulRemoved Driver.Color() and Driver.Index() functions.
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-05 Keith WhitwellReorganized software rasterizer as a module which manag...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.