summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i965simple/brw_flush.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.