summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_fog.c
AgeCommit message (Expand)Author
2001-03-30Remove all traces of CULL_MASK_ACTIVE.Gareth Hughes
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell
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-03more namespace clean-upsBrian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-27added fog coord clampingBrian Paul
2001-02-06Use a lookup table to compute exponents in tnl fogging code. SlightlyKeith Whitwell
2001-01-03added divide by zero checkBrian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell