summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i965simple/brw_flush.c
Commit message (Collapse)AuthorAgeFilesLines
* i965g: Drop i965simpleJakob Bornecrantz2009-10-051-73/+0
| | | | | | The driver never work with real hardware and has bitrotted for quite some time now, might as well drop it. If somebody wants to look at it just use git.
* gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer2008-03-261-10/+3
| | | | | The cell driver still uses an internal CELL_FLUSH_WAIT flag, in the long run proper fencing should be implemented for it.
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+80
This is in a separate commit to ensure renames are properly preserved.