summaryrefslogtreecommitdiff
path: root/src/mesa/softpipe/generic
AgeCommit message (Collapse)Author
2007-06-14Small optimization for line drawing.Keith Whitwell
And some comments on point sprites.
2007-06-14Remove some dead code.Keith Whitwell
2007-06-12simple line drawing codeBrian
2007-05-28implement point renderingBrian
2007-05-25INLINE goes before the function's return typeBrian
2007-05-25Add some comments to explain things, code clarifications.Brian
Also, add quad.facing field for front/back facing. See comments for details.
2007-05-24First version of the softpipe rasterizer.Keith Whitwell
This will flesh out to hopefully acheive 3 things: - New software rasterizer for mesa - New driver model for mesa & dri with much smaller drivers - The basis for the cell driver. It's got a long way to go yet, but will at least run trivial/tri.c.