aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_flush.c
Commit message (Expand)AuthorAgeFilesLines
...
* New PIPE_FLUSH_WAIT flag for pipe->flush().Brian2007-11-071-7/+4
* Remove context dependencies in winsys layer.Brian2007-11-071-2/+3
* added check for fb==NULLBrian2007-11-051-1/+3
* include context.hBrian2007-11-051-0/+1
* call FLUSH_VERTICES() in st_flush()Brian2007-11-051-0/+2
* public st_flush()Brian2007-11-051-10/+23
* Start re-working SwapBuffers.Brian2007-11-011-1/+6
* Lift common winsys functions into pipe's new p_winsys.Keith Whitwell2007-08-101-2/+3
* Handle glFlush/glFinish through the state tracker.Keith Whitwell2007-08-101-0/+81