summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_tritemp.h
AgeCommit message (Expand)Author
2001-03-03optimized lambda calculation (Klaus Niederkrueger)Brian Paul
2001-02-12fixed RGB over/underflow bug for tiny triangles (bug 128969)Brian Paul
2001-02-06Overhaul of texture image handling.Brian Paul
2001-01-29optimized lambda computation (Klaus Niederkrueger)Brian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2000-12-08minor comments, clean-upBrian Paul
2000-11-21minor clean-ups (Klaus Niederkrueger)Brian Paul
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell
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