summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_tritemp.h
Commit message (Expand)AuthorAgeFilesLines
...
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-2/+2
* optimized lambda calculation (Klaus Niederkrueger)Brian Paul2001-03-031-16/+54
* fixed RGB over/underflow bug for tiny triangles (bug 128969)Brian Paul2001-02-121-43/+36
* Overhaul of texture image handling.Brian Paul2001-02-061-2/+2
* optimized lambda computation (Klaus Niederkrueger)Brian Paul2001-01-291-2/+44
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-3/+3
* minor comments, clean-upBrian Paul2000-12-081-8/+7
* minor clean-ups (Klaus Niederkrueger)Brian Paul2000-11-211-6/+6
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-4/+4
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-5/+7
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-051-240/+144
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+1191