summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_flush.c
AgeCommit message (Expand)Author
2008-04-04gallium: add new call to st_flush_bitmap_cache() to fix recent regressionBrian Paul
2008-04-04gallium: Revert st_gl_flush() changes from when the **fence argument was added.Michel Dänzer
2008-04-04gallium: Call st_flush() instead of st_gl_flush() in st_finish().Michel Dänzer
2008-04-01gallium: Fencing fix.Michel Dänzer
2008-03-28gallium: implement a glBitmap cacheBrian
2008-03-26gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer
2008-01-26gallium: specialize glFlush vs other flush semanticsKeith Whitwell
2007-12-20gallium: make state tracker explictly ask for rendercache flushesKeith Whitwell
2007-11-08Rename struct field 'private' to 'priv'.Michel Dänzer
2007-11-07New PIPE_FLUSH_WAIT flag for pipe->flush().Brian
2007-11-07Remove context dependencies in winsys layer.Brian
2007-11-05added check for fb==NULLBrian
2007-11-05include context.hBrian
2007-11-05call FLUSH_VERTICES() in st_flush()Brian
2007-11-05public st_flush()Brian
2007-11-01Start re-working SwapBuffers.Brian
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