| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed a +/- typo in the Y coord setup | Brian Paul | 2001-06-13 | 1 | -4/+4 |
* | Snap triangle x,y vertices to 1/16 subpixel positions. | Brian Paul | 2001-06-12 | 1 | -35/+56 |
* | use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon) | Brian Paul | 2001-05-16 | 1 | -1/+6 |
* | New triangle rasterization code. Store per-span initial/step values in the | Brian Paul | 2001-05-14 | 1 | -268/+299 |
* | interpolate fog valus as floats, not fixed - fixed the swrast fog problem | Brian Paul | 2001-05-03 | 1 | -36/+35 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -16/+16 |
* | do fog interpolation if INTERP_FOG is defined, not when INTERP_Z is defined | Brian Paul | 2001-03-08 | 1 | -6/+23 |
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul | 2001-03-07 | 1 | -2/+2 |
* | optimized lambda calculation (Klaus Niederkrueger) | Brian Paul | 2001-03-03 | 1 | -16/+54 |
* | fixed RGB over/underflow bug for tiny triangles (bug 128969) | Brian Paul | 2001-02-12 | 1 | -43/+36 |
* | Overhaul of texture image handling. | Brian Paul | 2001-02-06 | 1 | -2/+2 |
* | optimized lambda computation (Klaus Niederkrueger) | Brian Paul | 2001-01-29 | 1 | -2/+44 |
* | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul | 2001-01-23 | 1 | -3/+3 |
* | minor comments, clean-up | Brian Paul | 2000-12-08 | 1 | -8/+7 |
* | minor clean-ups (Klaus Niederkrueger) | Brian Paul | 2000-11-21 | 1 | -6/+6 |
* | Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars. | Brian Paul | 2000-11-19 | 1 | -4/+4 |
* | Cleanup of derived state calculation prior to seperating software T&L | Keith Whitwell | 2000-11-13 | 1 | -5/+7 |
* | Reorganized software rasterizer as a module which manages its own state, | Keith Whitwell | 2000-11-05 | 1 | -240/+144 |
* | Moved software rasterizer functionality to new directory. | Keith Whitwell | 2000-10-31 | 1 | -0/+1191 |