summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri/dri_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: Update the dri2 state tracker to support dri1.Thomas Hellstrom2009-04-281-15/+76
* gallium: Move the dri2 state tracker since we're about to extend it to dri1.Thomas Hellstrom2009-04-281-0/+170