summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_flush.c
Commit message (Collapse)AuthorAgeFilesLines
* gallium: tex surface checkpointKeith Whitwell2008-05-011-16/+19
|
* gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer2008-03-261-5/+5
| | | | | The cell driver still uses an internal CELL_FLUSH_WAIT flag, in the long run proper fencing should be implemented for it.
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
| | | | | | | | | Update the Makefiles and includes for the new paths. Note that there hasn't been no separation of the Makefiles yet, and make is jumping all over the place. That will be taken care shortly. But for now, make should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm might require some minor tweaks.
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+76
This is in a separate commit to ensure renames are properly preserved.