summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/i915simple/i915_flush.c
Commit message (Expand)AuthorAgeFilesLines
* Remove fences from the i915simple winsys interface.José Fonseca2007-11-221-2/+1
* Include fences in the i915simple winsys interface.José Fonseca2007-11-151-1/+2
* update flush/fence comments for i915_flush()Brian2007-11-071-3/+3
* Remove winsys->wait_idle(), subsumed by pipe->flush().Brian2007-11-071-1/+1
* New PIPE_FLUSH_WAIT flag for pipe->flush().Brian2007-11-071-1/+5
* Do something sensible when failed to reserve space in the batch buffer.José Fonseca2007-11-031-1/+4
* Lift common winsys functions into pipe's new p_winsys.Keith Whitwell2007-08-101-7/+0
* Handle glFlush/glFinish through the state tracker.Keith Whitwell2007-08-101-3/+2
* Add flush/finish functionality to pipe.Keith Whitwell2007-08-091-0/+82