summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_flush.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: don't set buffer status to undefined in display_front_buffer()Brian Paul2008-04-221-0/+2
* gallium: more elaborate tracking of front color buffer stateBrian Paul2008-04-091-23/+4
* gallium: more flush/finish changesBrian Paul2008-04-091-30/+40
* gallium: reorder funcsBrian Paul2008-04-091-11/+12
* gallium: call_flush_front_buffer() from st_glFinish()Brian Paul2008-04-091-0/+2
* gallium: fold st_gl_flush() into st_glFlush()Brian Paul2008-04-091-12/+5
* gallium: refactor code, new flush_front_buffer() functionBrian Paul2008-04-091-17/+25
* gallium: add new call to st_flush_bitmap_cache() to fix recent regressionBrian Paul2008-04-041-0/+2
* gallium: Revert st_gl_flush() changes from when the **fence argument was added.Michel Dänzer2008-04-041-1/+10
* gallium: Call st_flush() instead of st_gl_flush() in st_finish().Michel Dänzer2008-04-041-1/+1
* gallium: Fencing fix.Michel Dänzer2008-04-011-1/+1
* gallium: implement a glBitmap cacheBrian2008-03-281-0/+3
* gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer2008-03-261-15/+19
* gallium: specialize glFlush vs other flush semanticsKeith Whitwell2008-01-261-12/+32
* gallium: make state tracker explictly ask for rendercache flushesKeith Whitwell2007-12-201-2/+2
* Rename struct field 'private' to 'priv'.Michel Dänzer2007-11-081-1/+1
* 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