replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]
[mesa.git] / src / mesa / swrast / s_linetemp.h
2003-03-25 Brian Paulreplace _mesa_ prefix with _swrast_, remove s_histogram...
2003-02-25 Brian Paulcasts to silence g++ warnings
2002-11-15 Brian Paulmore clean-ups
2002-11-14 Brian PaulOverhaul of line drawing template code. Make better...
2002-11-09 Brian Paulfix one-bit error in float->int Z calculation
2002-03-19 Brian Paulfix Intel C compiler warnings (Gerk Huisma)
2002-02-02 Brian PaulConverted line drawing over to new span code, pb no...
2002-01-16 Brian Paulchanged PB (pixel buffer) to use texcoord[4] array
2001-12-05 Keith Whitwelladd inf and nan tests to swrast functions
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
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-08 Brian Pauldo fog interpolation if INTERP_FOG is defined, not...
2001-02-07 Brian Paulfixed divide by zero problem
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-05 Keith WhitwellReorganized software rasterizer as a module which manag...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.