aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_aatritemp.h
Commit message (Expand)AuthorAgeFilesLines
...
* Apply antialiasing coverage factor to alpha after texture application,Brian Paul2001-05-151-49/+62
* minor clean-ups and more commentsBrian Paul2001-05-151-10/+31
* redo previous change in a more defensive wayBrian Paul2001-05-101-5/+7
* added check for zero-length spans, avoids potential problems laterBrian Paul2001-05-101-1/+7
* sample plane equations at fragment centers, not lower-left cornerBrian Paul2001-05-071-37/+41
* interpolate fog valus as floats, not fixed - fixed the swrast fog problemBrian Paul2001-05-031-4/+4
* check for startX off the right edge of the windowBrian Paul2001-03-281-1/+7
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-13/+13
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-2/+2
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-13/+13
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-7/+13
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-2/+2
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-2/+2
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-051-83/+76
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+517