Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove fences from the i915simple winsys interface. | José Fonseca | 2007-11-22 | 1 | -2/+1 |
* | Include fences in the i915simple winsys interface. | José Fonseca | 2007-11-15 | 1 | -1/+2 |
* | update flush/fence comments for i915_flush() | Brian | 2007-11-07 | 1 | -3/+3 |
* | Remove winsys->wait_idle(), subsumed by pipe->flush(). | Brian | 2007-11-07 | 1 | -1/+1 |
* | New PIPE_FLUSH_WAIT flag for pipe->flush(). | Brian | 2007-11-07 | 1 | -1/+5 |
* | Do something sensible when failed to reserve space in the batch buffer. | José Fonseca | 2007-11-03 | 1 | -1/+4 |
* | Lift common winsys functions into pipe's new p_winsys. | Keith Whitwell | 2007-08-10 | 1 | -7/+0 |
* | Handle glFlush/glFinish through the state tracker. | Keith Whitwell | 2007-08-10 | 1 | -3/+2 |
* | Add flush/finish functionality to pipe. | Keith Whitwell | 2007-08-09 | 1 | -0/+82 |