summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe/sp_quad_coverage.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove unnecessary guards on qs->nextKeith Whitwell2007-12-101-2/+1
* use quadColor local varBrian2007-12-091-1/+2
* Use FREE instead of free. Fix newlines.michal2007-10-271-3/+3
* Define destroy method called by softpipe's destructor.michal2007-10-271-0/+7
* converting the setup state to immutable object and renaming it to rasterizer ...Zack Rusin2007-09-181-3/+3
* Continue reducing dependencies on core mesa include files.Keith Whitwell2007-08-141-3/+2
* fix qs->next testsBrian2007-08-081-1/+1
* add quad_stage::begin() funcsBrian2007-08-081-0/+8
* Add 'prim' field to quad so that stipple and aa coverage stages can do the ri...Brian2007-07-131-10/+5
* Implement AA points and AA coverage application in quad pipeline.Brian2007-07-131-0/+79