summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri
Commit message (Expand)AuthorAgeFilesLines
* st/dri: Initialise modifier to INVALID for DRI2Daniel Stone2018-04-021-0/+1
* st/dri: fix OpenGL-OpenCL interop for GL_TEXTURE_BUFFERMarek Olšák2018-03-091-24/+34
* meson: Use include directory variables instead of traversingDylan Baker2018-03-071-0/+2
* st/dri: only expose config formats that are display targetsIlia Mirkin2018-02-191-1/+2
* mesa: add xbgr support adjacent to xrgbIlia Mirkin2018-02-193-1/+55
* gallium: add type parameter to create_fence_fdAndres Rodriguez2018-01-301-1/+1
* autotools: include meson build files in tarballDylan Baker2018-01-191-1/+1
* Revert "gallium/dri2: Enable {GLX_ARB,EGL_KHR}_context_flush_control"Adam Jackson2018-01-151-2/+0
* st/dri: Add option to control exposure of 10 bpc color configs.Mario Kleiner2018-01-031-0/+8
* st/dri: Add support for BGR[A/X]1010102 formats.Mario Kleiner2018-01-031-1/+14
* st/dri: Support texture_from_pixmap for BGR[A/X]1010102 formats.Mario Kleiner2018-01-031-0/+3
* st/dri2: Add buffer handling for BGR[A/X]1010102 formats.Mario Kleiner2018-01-031-0/+13
* st/dri2: Add format translations for BGR[A/X]1010102 formats.Mario Kleiner2018-01-031-0/+28
* st/dri: allow direct YUYV importLucas Stach2017-12-201-0/+7
* gallium: plumb context priority through to driverRob Clark2017-12-192-2/+23
* mesa: add AllowGLSLCrossStageInterpolationMismatch workaroundTapani Pälli2017-11-301-0/+2
* gallium/dri2: Enable {GLX_ARB,EGL_KHR}_context_flush_controlAdam Jackson2017-11-291-0/+2
* st/dri: replace hard-coded array size with ARRAY_SIZE()Eric Engestrom2017-11-281-1/+1
* 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-252-3/+4
* gallium/hud: use cso_get_pipe_contextMarek Olšák2017-11-251-1/+1
* gallium/hud: split hud_draw into 3 separate functionsMarek 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
* meson: don't use build_by_default for specific gallium driversDylan Baker2017-11-131-1/+0
* st/dri: fix deadlock when waiting on android fencesMarek Olšák2017-11-111-2/+1
* st/dri: fix android fence regressionMarek Olšák2017-11-101-1/+1
* st/dri: use stapi flush instead of pipe flush when creating fencesNicolai Hähnle2017-11-091-5/+6
* mesa: use simple mtx in core mesaTimothy Arceri2017-11-091-11/+11
* drisw: Enable flush control for llvmpipe and softpipeAdam Jackson2017-11-061-0/+1
* gallium: Wire up flush controlAdam Jackson2017-11-061-1/+5
* dri: Change __DriverApiRec::CreateContext to take a struct for attribsNeil Roberts2017-11-062-28/+24
* egl,dri: Propagate context priority hint to driver->CreateContextChris Wilson2017-10-202-0/+2
* st/mesa: Initialize textures array in st_framebuffer_validateMichel Dänzer2017-10-181-3/+1
* meson: Build gallium dri state trackerDylan Baker2017-10-161-0/+57
* st/dri: Add definitions to allow importing 16-bit surfacesMark Thompson2017-10-131-0/+14
* st/dri: implement __DRIimageExtension::validateUsage properlyMarek Olšák2017-10-121-8/+22
* st/dri: implement createImageFromRenderbuffer(2)Nicolai Hähnle2017-10-103-7/+71
* mesa: Remove force_s3tc_enable driconf variableMatt Turner2017-10-021-2/+0
* gallium: Remove util_format_s3tc_enabledMatt Turner2017-10-021-13/+0
* st/dri: don't expose modifiers in EGL if the driver doesn't implement themMarek Olšák2017-09-271-3/+5
* dri: Introduce SWAP_METHOD tokensThomas Hellstrom2017-08-101-1/+2
* st/dri2: fix kms_swrast driconf option handlingRob Herring2017-08-091-3/+3
* st/dri: add drisw image extensionGurchetan Singh2017-08-071-0/+11
* st/dri: move some image functions to dri_helpers.cGurchetan Singh2017-08-073-106/+124
* st/dri: organize order of includers in dri_helpersGurchetan Singh2017-08-071-2/+3
* st/dri: change dri_extensions to dri_helpersGurchetan Singh2017-08-075-6/+6
* pipe-loader: remove config from pipe_loader_create_screenNicolai Hähnle2017-08-042-8/+3
* gallium: get rid of pipe_screen_config::flagsNicolai Hähnle2017-08-044-16/+7
* st/dri2 Plumb the flush_swapbuffer functionality through to dri3Thomas Hellstrom2017-08-033-0/+36