summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_fog.c
AgeCommit message (Expand)Author
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-01-03added divide by zero checksBrian Paul
2001-01-03More color macro clean-ups.Brian Paul
2001-01-02minor GLchan-related changesBrian Paul
2000-12-15minor fog clean-ups (Klaus Niederkrueger)Brian Paul
2000-12-13replaced GLfixed with GLfloat in _mesa_fog_ci_pixels() (Klaus Niederkrueger)Brian Paul
2000-11-15rewrite of _mesa_win_fog_coords_from_z() so that both perspective and orthogr...Brian Paul
2000-11-05Reorganized software rasterizer as a module which manages its own state,Keith Whitwell
2000-10-31Moved software rasterizer functionality to new directory.Keith Whitwell