summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_aaline.c
Commit message (Expand)AuthorAgeFilesLines
* sw_span can now hold x/y arrays of fragment positions - getting ready toBrian Paul2002-02-021-9/+13
* more compiler warning fixesKarl Schultz2001-09-181-12/+12
* fixed a number of multi-texture line bugsBrian Paul2001-05-211-6/+17
* Fix order of decomposition of quad.Keith Whitwell2001-05-171-4/+4
* fixed some divide by zero problems found w/ conformBrian Paul2001-05-101-2/+5
* fixed some divide by zero conformance problemsBrian Paul2001-04-101-8/+19
* adjustment to coverage sample positionsBrian Paul2001-03-281-3/+3
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-2/+1
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-3/+3
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-3/+3
* Committing in .Jouk Jansen2000-11-221-6/+6
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-2/+2
* New implementation of antialiased lines. Mesa should now pass the remainingBrian Paul2000-11-051-0/+509