summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/va: add break for MPEG4 data buffer handling caseLeo Liu2018-01-171-0/+1
* st/va: remove TODO line for JPEG data buffer handlingLeo Liu2018-01-171-1/+0
* st/va: release held locks in error pathsGrazvydas Ignotas2018-01-173-3/+9
* st/va: clear pointers for mpeg2 quantiser matricesIndrajit Das2018-01-161-0/+5
* Revert "gallium/dri2: Enable {GLX_ARB,EGL_KHR}_context_flush_control"Adam Jackson2018-01-151-2/+0
* meson: Use consistent style for testsDylan Baker2018-01-111-2/+6
* st/omx_bellagio: Update default intra matrix per MPEG2 specIndrajit Das2018-01-091-5/+5
* .gitignore: Ignore new generated filesScott D Phillips2018-01-081-0/+1
* meson: build cloverDylan Baker2018-01-081-0/+122
* 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
* st/va: directly use idr pic flagBoyuan Zhang2017-12-151-5/+3
* meson: add dep_thread to every lib that includes threads.hEric Engestrom2017-12-071-0/+1
* meson: build gallium nine state_trackerDylan Baker2017-12-041-0/+69
* meson: build gallium xa state trackerDylan Baker2017-12-041-0/+45
* meson: build gallium va state trackerDylan Baker2017-12-041-0/+39
* meson: build gallium omx state trackerDylan Baker2017-12-041-0/+30
* meson: build gallium xvmc state trackerDylan Baker2017-12-041-0/+53
* meson: build gallium vdpau state trackerDylan Baker2017-12-041-0/+32
* 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-257-13/+14
* gallium/hud: use cso_get_pipe_contextMarek Olšák2017-11-254-4/+4
* gallium/hud: split hud_draw into 3 separate functionsMarek Olšák2017-11-254-4/+4
* 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
* st/va: implement poc typeBoyuan Zhang2017-11-171-0/+1
* autotools: change version TINY -> PATCHDylan Baker2017-11-161-1/+1
* autotools: set XA versions in configure.ac and configure header fileDylan Baker2017-11-161-3/+3
* gallium/wgl: fix default pixel format issueFrank Richter2017-11-151-2/+21
* 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
* meson: build gallium-xlib based glxDylan Baker2017-11-101-0/+27
* 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
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-091-1/+1
* mesa: use simple mtx in core mesaTimothy Arceri2017-11-091-11/+11
* clover: use the unified check for c++11 instead of the gcc version numberGert Wollny2017-11-081-3/+3
* 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
* meson: build gallium based osmesaDylan Baker2017-10-271-0/+28
* clover: Fix compilation after clang r315871Jan Vesely2017-10-252-5/+12