Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: remove unnecessary guards on qs->next | Keith Whitwell | 2007-12-10 | 1 | -2/+1 |
* | use quadColor local var | Brian | 2007-12-09 | 1 | -1/+2 |
* | Use FREE instead of free. Fix newlines. | michal | 2007-10-27 | 1 | -3/+3 |
* | Define destroy method called by softpipe's destructor. | michal | 2007-10-27 | 1 | -0/+7 |
* | converting the setup state to immutable object and renaming it to rasterizer ... | Zack Rusin | 2007-09-18 | 1 | -3/+3 |
* | Continue reducing dependencies on core mesa include files. | Keith Whitwell | 2007-08-14 | 1 | -3/+2 |
* | fix qs->next tests | Brian | 2007-08-08 | 1 | -1/+1 |
* | add quad_stage::begin() funcs | Brian | 2007-08-08 | 1 | -0/+8 |
* | Add 'prim' field to quad so that stipple and aa coverage stages can do the ri... | Brian | 2007-07-13 | 1 | -10/+5 |
* | Implement AA points and AA coverage application in quad pipeline. | Brian | 2007-07-13 | 1 | -0/+79 |