summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_flush.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: implement GetGraphicsResetStatusMarek Olšák2015-05-121-1/+34
* Fix a few typosZoë Blade2015-04-271-1/+1
* st/mesa: replace INLINE with inlineBrian Paul2015-02-261-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1
* st/mesa: remove what is left from u_blitMarek Olšák2013-02-181-1/+0
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-5/+6
* st/mesa: make st_flush do what glFlush doesMarek Olšák2012-12-021-0/+1
* st/mesa: remove st_flush_bitmap wrapperMarek Olšák2012-07-221-1/+1
* gallium/u_gen_mipmap: don't release vertex buffer at end of frame / in glFlushMarek Olšák2012-04-181-4/+0
* gallium/u_blit: don't release vertex buffer at end of frame / in glFlushMarek Olšák2012-04-181-1/+0
* st/mesa: use u_upload_mgr to upload vertices for glClear fallbackMarek Olšák2012-04-181-1/+0
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-4/+4
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-1/+1
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-1/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-2/+2
* st/mesa: clean-up: use st_context() everywhereBrian Paul2010-04-231-2/+2
* st/mesa: Drop st_public support.Chia-I Wu2010-04-131-14/+4
* st/mesa: Implement st_api.h.Chia-I Wu2010-03-121-4/+2
* gallium: Do not mix winsys-drawable-handle and context-private.Chia-I Wu2010-03-101-1/+1
* Revert "st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME)."Francisco Jerez2010-02-181-4/+8
* st/mesa: always call FLUSH_CURRENT before st->pipe->flush()Keith Whitwell2010-02-181-2/+1
* st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME).Francisco Jerez2010-02-171-9/+6
* Merge branch 'mesa_7_5_branch'Brian Paul2009-07-301-0/+12
|\
| * mesa/st: short-circuit glFinish calls on WIN32 onlyKeith Whitwell2009-07-291-0/+12
* | st: added st_renderbuffer::defined flagBrian Paul2009-05-011-1/+10
|/
* mesa/st: protect internal flushes with FLUSH_CURRENTKeith Whitwell2009-04-281-1/+1
* mesa/st: add check for null front renderbufferKeith Whitwell2009-03-131-9/+12
* mesa/st: don't call finish in st_glFlush()Keith Whitwell2009-03-131-4/+7
* gallium: make p_winsys internalZack Rusin2009-01-301-5/+5
* gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell2008-12-121-1/+10
* mesa: Don't call fence_finish with a null fence.José Fonseca2008-11-241-2/+4
* mesa: Issue PIPE_FLUSH_FRAME in glSwapBuffers/glFlush/glFinish.José Fonseca2008-08-151-1/+1
* 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