aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_flush.c
Commit message (Collapse)AuthorAgeFilesLines
* r300-gallium: Add a draw_flush() to r300_flush().Mathias Gottschlag2009-04-261-0/+2
| | | | This fixes some missing primitives which had been drawn right before the next glClear().
* r300-gallium: Emit invariant state, no matter what.Corbin Simpson2009-03-171-0/+1
| | | | It's called "invariant" for a reason. :3
* r300: Add r300_flush.Corbin Simpson2009-02-011-0/+42
Haha, I always do this.