summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_flush.c
AgeCommit message (Expand)Author
2007-11-22Remove fences from the i915simple winsys interface.José Fonseca
2007-11-15Include fences in the i915simple winsys interface.José Fonseca
2007-11-07update flush/fence comments for i915_flush()Brian
2007-11-07Remove winsys->wait_idle(), subsumed by pipe->flush().Brian
2007-11-07New PIPE_FLUSH_WAIT flag for pipe->flush().Brian
2007-11-03Do something sensible when failed to reserve space in the batch buffer.José Fonseca
2007-08-10Lift common winsys functions into pipe's new p_winsys.Keith Whitwell
2007-08-10Handle glFlush/glFinish through the state tracker.Keith Whitwell
2007-08-09Add flush/finish functionality to pipe.Keith Whitwell