summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_flush.h
AgeCommit message (Collapse)Author
2008-09-03cell: change context type passed to cell_flush_int()Brian Paul
2008-03-26gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer
The cell driver still uses an internal CELL_FLUSH_WAIT flag, in the long run proper fencing should be implemented for it.
2008-02-22cell: added function prototypes to silence warningsBrian
2008-02-15Code reorganization: move files into their places.José Fonseca
This is in a separate commit to ensure renames are properly preserved.