summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/dri/dri_context.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-13gallium: rename 'state tracker' to 'frontend'Marek Olšák1-325/+0
2020-04-21replace malloc macros in imports.h with u_memory.h versionsDylan Baker1-0/+2
2019-12-10st/mesa: add a notify_before_flush callback param to flushPierre-Eric Pelloux-Prayer1-1/+1
2018-09-18mesa/st: add force_compat_profile option to driconfigTimothy Arceri1-2/+8
2017-12-19gallium: plumb context priority through to driverRob Clark1-1/+16
2017-11-25gallium/hud: add HUD sharing within a context share groupMarek Olšák1-2/+10
2017-11-25gallium/hud: update the HUD interface for multiple contextsMarek Olšák1-2/+2
2017-11-25gallium/hud: use cso_get_pipe_contextMarek Olšák1-1/+1
2017-11-25st/dri: remove dead code and incorrect comment around make_currentMarek Olšák1-13/+0
2017-11-25st/dri: clean up dri_unbind_contextMarek Olšák1-3/+4
2017-11-06gallium: Wire up flush controlAdam Jackson1-1/+5
2017-11-06dri: Change __DriverApiRec::CreateContext to take a struct for attribsNeil Roberts1-19/+19
2017-10-20egl,dri: Propagate context priority hint to driver->CreateContextChris Wilson1-0/+1
2017-08-02gallium: move loading of drirc to pipe-loaderNicolai Hähnle1-2/+3
2017-07-14st/mesa: Add KHR_no_error toggle to driconfGrigori Goronzy1-0/+3
2017-07-14st/mesa: Add support for KHR_no_error flagGrigori Goronzy1-0/+3
2017-07-14dri: Add KHR_no_error DRI extensionGrigori Goronzy1-1/+2
2017-05-29glthread/gallium: require safe_glthread to start glthreadGregory Hainaut1-4/+17
2017-03-18st/dri: wait for thread to finish before unbinding contextTimothy Arceri1-0/+3
2017-03-16gallium: implement the backend of threaded GL dispatchMarek Olšák1-0/+10
2015-05-29st/dri: fix postprocessing crash when there's no depth bufferMarek Olšák1-5/+4
2015-05-12st/dri: add support for create_context_robustness GLX and EGL extensionsMarek Olšák1-8/+19
2015-02-06gallium/postprocessing: fix crash at context destructionMarek Olšák1-4/+3
2014-11-14st/dri: Support EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR/GLX_CONTEXT_DEBUG_BIT_ARB on...José Fonseca1-3/+3
2014-08-11gallium: pass st_config_options to query_versionsMarek Olšák1-21/+1
2014-07-18st/mesa,gallium: add a workaround for Unigine Heaven 4.0 and Valley 1.0Marek Olšák1-0/+2
2014-07-10st/dri: merge dri/drm and dri/sw backendsEmil Velikov1-0/+276
2010-03-26st/dri: Move common files to common directoryJakob Bornecrantz1-174/+0
2010-03-25st/dri: add dri_wrapper.hGeorge Sapountzis1-1/+0
2010-03-20st/dri: fix bug in make_currentGeorge Sapountzis1-1/+1
2010-03-18st/dri: Switch from st_public.h to st_api.h.Chia-I Wu1-44/+38
2010-03-18st/dri: Headers and public symbols clean up.Chia-I Wu1-6/+2
2010-03-18st/dri: Move DRI1 bits in dri_context.c to dri1.c.Chia-I Wu1-38/+0
2010-03-18st/dri: Move DRI1 bits in dri_screen.c to dri1.c.Chia-I Wu1-0/+1
2010-03-16Merge remote branch 'origin/gallium-st-api'Chia-I Wu1-1/+0
2010-03-16gallium: fix frontbuffer rendering with r300gDave Airlie1-1/+1
2010-03-12st/mesa: Implement st_api.h.Chia-I Wu1-1/+0
2010-03-10gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell1-3/+9
2010-02-16st/dri2: Use event-driven buffer validation.Francisco Jerez1-4/+2
2010-02-08st/dri: fix compile breakageKeith Whitwell1-1/+1
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell1-4/+2
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-0/+6
2010-01-18st/dri: fix optionCache memory leaksMarcin Slusarz1-0/+6
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-7/+7
2009-08-28st/dri: Fix some warningsJakob Bornecrantz1-2/+0
2009-08-14st/dri: remove unused dummyContext valueKeith Whitwell1-8/+0
2009-06-30drm/st: Return drm_api struct from a functionJakob Bornecrantz1-1/+1
2009-04-28gallium dri st: Propagate the drawable info when we bind to new drawables.Thomas Hellstrom1-3/+8
2009-04-28gallium dri st: Use st_get_current() instead of GET_CURRENT_CONTEXT()Thomas Hellstrom1-7/+4
2009-04-28gallium dri st: Fix up some comments and minor bugs.Thomas Hellstrom1-1/+1