Klaus's latest patches and some clean-up
[mesa.git] / src / mesa / swrast / s_fog.c
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.