GL_SGI_texture_color_table extension (Eric Plante)
[mesa.git] / src / mesa / swrast / s_fog.c
2002-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
2002-02-17 Brian PaulSimplified fog code.
2002-02-02 Brian PaulConverted line drawing over to new span code, pb no...
2002-01-28 Brian PaulMore span improvements. Removed _mesa_write_monocolor_...
2002-01-28 Brian PaulMore span clean-up, mostly texture-related.
2002-01-27 Brian PaulLOTS of changes, building upon Klaus's work.
2002-01-21 Brian PaulKlaus's latest patches and some clean-up
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-12-17 Brian Paulfirst checkpoint commit of Klaus's new span code (struc...
2001-09-19 Karl Schultzsilence compiler warnings (last batch for src)
2001-06-18 Brian Paulfix glDraw/CopyPixels w/ fog bug. minor fog code clean...
2001-05-03 Brian Paulinterpolate fog valus as floats, not fixed - fixed...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-01-03 Brian Pauladded divide by zero checks
2001-01-03 Brian PaulMore color macro clean-ups.
2001-01-02 Brian Paulminor GLchan-related changes
2000-12-15 Brian Paulminor fog clean-ups (Klaus Niederkrueger)
2000-12-13 Brian Paulreplaced GLfixed with GLfloat in _mesa_fog_ci_pixels...
2000-11-15 Brian Paulrewrite of _mesa_win_fog_coords_from_z() so that both...
2000-11-05 Keith WhitwellReorganized software rasterizer as a module which manag...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.