summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_flush.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-05util: Replace all usage of PIPE_TIMEOUT_INFINITE with OS_TIMEOUT_INFINITEYonggang Luo1-1/+1
2023-03-30mesa: Add a few more function tracesRob Clark1-0/+5
2022-11-03mesa: Move glheader.h from mesa/main/glheader.h to util/glheader.hYonggang Luo1-1/+1
2022-01-25mesa/st: move last of renderbuffer functionality into mesaDave Airlie1-1/+0
2021-12-08mesa/st: move clear/flush/finish to direct callDave Airlie1-13/+2
2021-06-17mesa: add gallium flush_flags param into ctx->Driver.FlushMarek Olšák1-2/+2
2021-06-17st/mesa: move the st_flush_bitmap_cache call into st_flushMarek Olšák1-3/+1
2021-06-09Revert "st/mesa: execute glFlush asynchronously if no image has been imported...Rob Clark1-1/+1
2021-06-04st/mesa: execute glFlush asynchronously if no image has been imported/exportedMarek Olšák1-1/+1
2020-12-03st/mesa: put pipe_screen * into st_context and use itMarek Olšák1-3/+3
2020-03-09st/mesa: flush the bitmap cache before st/dri and vbo flushesMarek Olšák1-2/+3
2019-10-17st/mesa: call the reset callback if glGetGraphicsResetStatus returns a failureMarek Olšák1-12/+14
2019-03-17st/mesa: implement "zombie" sampler views (v2)Brian Paul1-0/+6
2019-03-08st/mesa: whitespace, formatting fixes in st_cb_flush.cBrian Paul1-14/+19
2017-11-20st/mesa: use asynchronous flushes in st_finishNicolai Hähnle1-1/+1
2017-11-09st/mesa: remove redundant flushes from st_flushNicolai Hähnle1-3/+0
2017-08-16st/mesa: remove Windows hack for glFinishBrian Paul1-12/+0
2017-08-03gallium/st: Add a method to flush outstanding swapbuffersThomas Hellstrom1-0/+2
2017-08-02mesa/st: Reduce the number of frontbuffer flush callsThomas Hellstrom1-35/+2
2016-10-05st/mesa: set a device reset callback when availableNicolai Hähnle1-1/+30
2016-10-05st/mesa: extract conversion from pipe_reset_status to GLenumNicolai Hähnle1-11/+18
2016-08-10gallium: add a pipe_context parameter to fence_finishMarek Olšák1-1/+1
2015-05-12st/mesa: implement GetGraphicsResetStatusMarek Olšák1-1/+34
2015-04-27Fix a few typosZoë Blade1-1/+1
2015-02-26st/mesa: replace INLINE with inlineBrian Paul1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2013-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu1-1/+1
2013-02-18st/mesa: remove what is left from u_blitMarek Olšák1-1/+0
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák1-5/+6
2012-12-02st/mesa: make st_flush do what glFlush doesMarek Olšák1-0/+1
2012-07-22st/mesa: remove st_flush_bitmap wrapperMarek Olšák1-1/+1
2012-04-18gallium/u_gen_mipmap: don't release vertex buffer at end of frame / in glFlushMarek Olšák1-4/+0
2012-04-18gallium/u_blit: don't release vertex buffer at end of frame / in glFlushMarek Olšák1-1/+0
2012-04-18st/mesa: use u_upload_mgr to upload vertices for glClear fallbackMarek Olšák1-1/+0
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-4/+4
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák1-1/+1
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák1-1/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg1-2/+2
2010-04-23st/mesa: clean-up: use st_context() everywhereBrian Paul1-2/+2
2010-04-13st/mesa: Drop st_public support.Chia-I Wu1-14/+4
2010-03-12st/mesa: Implement st_api.h.Chia-I Wu1-4/+2
2010-03-10gallium: Do not mix winsys-drawable-handle and context-private.Chia-I Wu1-1/+1
2010-02-18Revert "st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME)."Francisco Jerez1-4/+8
2010-02-18st/mesa: always call FLUSH_CURRENT before st->pipe->flush()Keith Whitwell1-2/+1
2010-02-17st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME).Francisco Jerez1-9/+6
2009-07-30Merge branch 'mesa_7_5_branch'Brian Paul1-0/+12
2009-07-29mesa/st: short-circuit glFinish calls on WIN32 onlyKeith Whitwell1-0/+12
2009-05-01st: added st_renderbuffer::defined flagBrian Paul1-1/+10
2009-04-28mesa/st: protect internal flushes with FLUSH_CURRENTKeith Whitwell1-1/+1