summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_flush.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-28mesa/st: protect internal flushes with FLUSH_CURRENTKeith Whitwell1-1/+1
2009-03-13mesa/st: add check for null front renderbufferKeith Whitwell1-9/+12
2009-03-13mesa/st: don't call finish in st_glFlush()Keith Whitwell1-4/+7
2009-01-30gallium: make p_winsys internalZack Rusin1-5/+5
2008-12-12gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell1-1/+10
2008-11-24mesa: Don't call fence_finish with a null fence.José Fonseca1-2/+4
2008-08-15mesa: Issue PIPE_FLUSH_FRAME in glSwapBuffers/glFlush/glFinish.José Fonseca1-1/+1
2008-04-22gallium: don't set buffer status to undefined in display_front_buffer()Brian Paul1-0/+2
2008-04-09gallium: more elaborate tracking of front color buffer stateBrian Paul1-23/+4
2008-04-09gallium: more flush/finish changesBrian Paul1-30/+40
2008-04-09gallium: reorder funcsBrian Paul1-11/+12
2008-04-09gallium: call_flush_front_buffer() from st_glFinish()Brian Paul1-0/+2
2008-04-09gallium: fold st_gl_flush() into st_glFlush()Brian Paul1-12/+5
2008-04-09gallium: refactor code, new flush_front_buffer() functionBrian Paul1-17/+25
2008-04-04gallium: add new call to st_flush_bitmap_cache() to fix recent regressionBrian Paul1-0/+2
2008-04-04gallium: Revert st_gl_flush() changes from when the **fence argument was added.Michel Dänzer1-1/+10
2008-04-04gallium: Call st_flush() instead of st_gl_flush() in st_finish().Michel Dänzer1-1/+1
2008-04-01gallium: Fencing fix.Michel Dänzer1-1/+1
2008-03-28gallium: implement a glBitmap cacheBrian1-0/+3
2008-03-26gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer1-15/+19
2008-01-26gallium: specialize glFlush vs other flush semanticsKeith Whitwell1-12/+32
2007-12-20gallium: make state tracker explictly ask for rendercache flushesKeith Whitwell1-2/+2
2007-11-08Rename struct field 'private' to 'priv'.Michel Dänzer1-1/+1
2007-11-07New PIPE_FLUSH_WAIT flag for pipe->flush().Brian1-7/+4
2007-11-07Remove context dependencies in winsys layer.Brian1-2/+3
2007-11-05added check for fb==NULLBrian1-1/+3
2007-11-05include context.hBrian1-0/+1
2007-11-05call FLUSH_VERTICES() in st_flush()Brian1-0/+2
2007-11-05public st_flush()Brian1-10/+23
2007-11-01Start re-working SwapBuffers.Brian1-1/+6
2007-08-10Lift common winsys functions into pipe's new p_winsys.Keith Whitwell1-2/+3
2007-08-10Handle glFlush/glFinish through the state tracker.Keith Whitwell1-0/+81