aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri/dri_context.c
Commit message (Expand)AuthorAgeFilesLines
* replace malloc macros in imports.h with u_memory.h versionsDylan Baker2020-04-211-0/+2
* st/mesa: add a notify_before_flush callback param to flushPierre-Eric Pelloux-Prayer2019-12-101-1/+1
* mesa/st: add force_compat_profile option to driconfigTimothy Arceri2018-09-181-2/+8
* gallium: plumb context priority through to driverRob Clark2017-12-191-1/+16
* gallium/hud: add HUD sharing within a context share groupMarek Olšák2017-11-251-2/+10
* gallium/hud: update the HUD interface for multiple contextsMarek Olšák2017-11-251-2/+2
* gallium/hud: use cso_get_pipe_contextMarek Olšák2017-11-251-1/+1
* st/dri: remove dead code and incorrect comment around make_currentMarek Olšák2017-11-251-13/+0
* st/dri: clean up dri_unbind_contextMarek Olšák2017-11-251-3/+4
* gallium: Wire up flush controlAdam Jackson2017-11-061-1/+5
* dri: Change __DriverApiRec::CreateContext to take a struct for attribsNeil Roberts2017-11-061-19/+19
* egl,dri: Propagate context priority hint to driver->CreateContextChris Wilson2017-10-201-0/+1
* gallium: move loading of drirc to pipe-loaderNicolai Hähnle2017-08-021-2/+3
* st/mesa: Add KHR_no_error toggle to driconfGrigori Goronzy2017-07-141-0/+3
* st/mesa: Add support for KHR_no_error flagGrigori Goronzy2017-07-141-0/+3
* dri: Add KHR_no_error DRI extensionGrigori Goronzy2017-07-141-1/+2
* glthread/gallium: require safe_glthread to start glthreadGregory Hainaut2017-05-291-4/+17
* st/dri: wait for thread to finish before unbinding contextTimothy Arceri2017-03-181-0/+3
* gallium: implement the backend of threaded GL dispatchMarek Olšák2017-03-161-0/+10
* st/dri: fix postprocessing crash when there's no depth bufferMarek Olšák2015-05-291-5/+4
* st/dri: add support for create_context_robustness GLX and EGL extensionsMarek Olšák2015-05-121-8/+19
* gallium/postprocessing: fix crash at context destructionMarek Olšák2015-02-061-4/+3
* st/dri: Support EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR/GLX_CONTEXT_DEBUG_BIT_ARB on...José Fonseca2014-11-141-3/+3
* gallium: pass st_config_options to query_versionsMarek Olšák2014-08-111-21/+1
* st/mesa,gallium: add a workaround for Unigine Heaven 4.0 and Valley 1.0Marek Olšák2014-07-181-0/+2
* st/dri: merge dri/drm and dri/sw backendsEmil Velikov2014-07-101-0/+276
* st/dri: Move common files to common directoryJakob Bornecrantz2010-03-261-174/+0
* st/dri: add dri_wrapper.hGeorge Sapountzis2010-03-251-1/+0
* st/dri: fix bug in make_currentGeorge Sapountzis2010-03-201-1/+1
* st/dri: Switch from st_public.h to st_api.h.Chia-I Wu2010-03-181-44/+38
* st/dri: Headers and public symbols clean up.Chia-I Wu2010-03-181-6/+2
* st/dri: Move DRI1 bits in dri_context.c to dri1.c.Chia-I Wu2010-03-181-38/+0
* st/dri: Move DRI1 bits in dri_screen.c to dri1.c.Chia-I Wu2010-03-181-0/+1
* Merge remote branch 'origin/gallium-st-api'Chia-I Wu2010-03-161-1/+0
|\
| * st/mesa: Implement st_api.h.Chia-I Wu2010-03-121-1/+0
* | gallium: fix frontbuffer rendering with r300gDave Airlie2010-03-161-1/+1
|/
* gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell2010-03-101-3/+9
* st/dri2: Use event-driven buffer validation.Francisco Jerez2010-02-161-4/+2
* st/dri: fix compile breakageKeith Whitwell2010-02-081-1/+1
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-4/+2
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-0/+6
|\
| * st/dri: fix optionCache memory leaksMarcin Slusarz2010-01-181-0/+6
* | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-7/+7
|/
* st/dri: Fix some warningsJakob Bornecrantz2009-08-281-2/+0
* st/dri: remove unused dummyContext valueKeith Whitwell2009-08-141-8/+0
* drm/st: Return drm_api struct from a functionJakob Bornecrantz2009-06-301-1/+1
* gallium dri st: Propagate the drawable info when we bind to new drawables.Thomas Hellstrom2009-04-281-3/+8
* gallium dri st: Use st_get_current() instead of GET_CURRENT_CONTEXT()Thomas Hellstrom2009-04-281-7/+4
* gallium dri st: Fix up some comments and minor bugs.Thomas Hellstrom2009-04-281-1/+1
* gallium: indent and cleanfile the dri state-tracker.Thomas Hellstrom2009-04-281-25/+17