summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_aalinetemp.h
AgeCommit message (Expand)AuthorFilesLines
2001-09-19silence compiler warnings (last batch for src)Karl Schultz1-3/+3
2001-09-18more compiler warning fixesKarl Schultz1-2/+2
2001-05-21fixed a number of multi-texture line bugsBrian Paul1-8/+7
2001-05-17removed (void) index; statementBrian Paul1-3/+1
2001-05-15Apply antialiasing coverage factor to alpha after texture application,Brian Paul1-13/+10
2001-05-10fixed some divide by zero problems found w/ conformBrian Paul1-9/+7
2001-05-03interpolate fog valus as floats, not fixed - fixed the swrast fog problemBrian Paul1-4/+4
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-6/+6
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul1-4/+4
2001-01-29last segment of AA stippled lines wasn't drawnBrian Paul1-1/+6
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell1-9/+9
2001-01-04added divide by zero checkBrian Paul1-3/+9
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul1-2/+2
2000-11-05New implementation of antialiased lines. Mesa should now pass the remainingBrian Paul1-0/+322