Klaus's latest patches and some clean-up
[mesa.git] / src / mesa / swrast / s_span.c
2002-01-21 Brian PaulKlaus's latest patches and some clean-up
2002-01-16 Brian Paullatest changes from Klaus
2002-01-10 Brian PaulKlaus's latest patches: change texcoord[3] to texcoord...
2001-12-17 Brian Paulfirst checkpoint commit of Klaus's new span code (struc...
2001-11-19 Brian PaulMore span rendering optimizations from Klaus Niederkrueger
2001-10-17 Brian Pauladded a few comments
2001-08-14 Brian PaulFixes for 32-bit GLchans: smooth/flat/textured triangle...
2001-07-23 Brian Pauldon't clamp colors if GLchan==GLfloat in add_colors()
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.