summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_linetemp.h
AgeCommit message (Expand)Author
2002-11-09fix one-bit error in float->int Z calculationBrian Paul
2002-03-19fix Intel C compiler warnings (Gerk Huisma)Brian Paul
2002-02-02Converted line drawing over to new span code, pb no longer used.Brian Paul
2002-01-16changed PB (pixel buffer) to use texcoord[4] arrayBrian Paul
2001-12-05add inf and nan tests to swrast functionsKeith Whitwell
2001-07-13assorted changes for supporting GLfloat color channels (not done)Brian Paul
2001-05-03interpolate fog valus as floats, not fixed - fixed the swrast fog problemBrian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-08do fog interpolation if INTERP_FOG is defined, not when INTERP_Z is definedBrian Paul
2001-02-07fixed divide by zero problemBrian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.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