aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri/dri_screen.h
Commit message (Expand)AuthorAgeFilesLines
* st/dri: track if image is created by a dmabufGurchetan Singh2020-01-151-0/+1
* gallium: simplify throttle implementationJames Xiong2019-10-141-1/+1
* gallium/dri2: Support images with multiple planes for modifiersJordan Justen2019-08-131-0/+1
* st/dri: simplify throttling codeMarek Olšák2019-04-231-2/+1
* st/dri: replace format conversion functions with single mapping tableLucas Stach2018-12-181-0/+1
* st/dri: make swrast_no_present member of dri_screenEmil Velikov2018-10-031-0/+2
* st/dri: constify dri_fill_st_visual's screenEmil Velikov2018-06-211-1/+2
* gallium: get rid of pipe_screen_config::flagsNicolai Hähnle2017-08-041-2/+2
* gallium: move loading of drirc to pipe-loaderNicolai Hähnle2017-08-021-9/+1
* xmlconfig: move into src/utilNicolai Hähnle2017-07-311-1/+1
* st/dri: get drirc options before creating pipe_screenMarek Olšák2017-06-231-2/+5
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-071-1/+1
* gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák2016-03-091-0/+1
* gallium: remove unused function declarationsEmil Velikov2015-11-251-1/+0
* st/dri: unwrap/remove __NOT_HAVE_DRM_H magicEmil Velikov2015-07-221-12/+0
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-3/+3
* st/dri: add support for create_context_robustness GLX and EGL extensionsMarek Olšák2015-05-121-0/+1
* st/dri: implement the fence interface for CL eventsMarek Olšák2015-04-301-0/+9
* gallium: pass st_config_options to query_versionsMarek Olšák2014-08-111-0/+2
* dri: Add a new capabilities for drivers that can't share buffersGiovanni Campagna2014-07-301-0/+1
* gallium: Add a dumb drm/kms winsys backed swrast providerGiovanni Campagna2014-07-301-0/+3
* st/dri: merge dri/drm and dri/sw backendsEmil Velikov2014-07-101-0/+157
* st/dri: Move common files to common directoryJakob Bornecrantz2010-03-261-114/+0
* st/dri: add driswGeorge Sapountzis2010-03-251-0/+12
* st/dri: add dri_wrapper.hGeorge Sapountzis2010-03-251-1/+1
* st/dri: split out DRI2 codeGeorge Sapountzis2010-03-251-0/+3
* st/dri: add inline for dri2 check done in multiple placesGeorge Sapountzis2010-03-251-0/+10
* st/dri: Switch from st_public.h to st_api.h.Chia-I Wu2010-03-181-0/+12
* st/dri: Move DRI1 bits in dri_screen.c to dri1.c.Chia-I Wu2010-03-181-6/+3
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-0/+1
|\
| * st/dri: Don't request a fake front if the server adds one automatically.Thomas Hellstrom2010-01-181-0/+1
* | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-2/+2
|/
* st/dri: remove unused dummyContext valueKeith Whitwell2009-08-141-6/+0
* drm/st: Return drm_api struct from a functionJakob Bornecrantz2009-06-301-0/+1
* gallium dri st: Probe the driver for supported surface formats.Thomas Hellstrom2009-06-171-0/+2
* gallium: indent and cleanfile the dri state-tracker.Thomas Hellstrom2009-04-281-4/+2
* gallium: Update the dri2 state tracker to support dri1.Thomas Hellstrom2009-04-281-8/+4
* gallium: Move the dri2 state tracker since we're about to extend it to dri1.Thomas Hellstrom2009-04-281-0/+88