summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2018-02-01gallium/st/clover: remove unused PIPE_SHADER_IR_LLVMTimothy Arceri3-13/+0
2018-01-30gallium: add type parameter to create_fence_fdAndres Rodriguez1-1/+1
2018-01-19autotools: include meson build files in tarballDylan Baker10-6/+14
2018-01-19gallium: Make (num_)samples an unsigned intGert Wollny1-1/+5
2018-01-19st/vdpau: release held lock in error pathGrazvydas Ignotas1-1/+3
2018-01-17nine: assume that user constant buffers are always supportedMarek Olšák4-156/+4
2018-01-17gallium: remove PIPE_CAP_TWO_SIDED_STENCILMarek Olšák1-1/+1
2018-01-17st/va: add break for MPEG4 data buffer handling caseLeo Liu1-0/+1
2018-01-17st/va: remove TODO line for JPEG data buffer handlingLeo Liu1-1/+0
2018-01-17st/va: release held locks in error pathsGrazvydas Ignotas3-3/+9
2018-01-16st/va: clear pointers for mpeg2 quantiser matricesIndrajit Das1-0/+5
2018-01-15Revert "gallium/dri2: Enable {GLX_ARB,EGL_KHR}_context_flush_control"Adam Jackson1-2/+0
2018-01-11meson: Use consistent style for testsDylan Baker1-2/+6
2018-01-09st/omx_bellagio: Update default intra matrix per MPEG2 specIndrajit Das1-5/+5
2018-01-08.gitignore: Ignore new generated filesScott D Phillips1-0/+1
2018-01-08meson: build cloverDylan Baker1-0/+122
2018-01-03st/dri: Add option to control exposure of 10 bpc color configs.Mario Kleiner1-0/+8
2018-01-03st/dri: Add support for BGR[A/X]1010102 formats.Mario Kleiner1-1/+14
2018-01-03st/dri: Support texture_from_pixmap for BGR[A/X]1010102 formats.Mario Kleiner1-0/+3
2018-01-03st/dri2: Add buffer handling for BGR[A/X]1010102 formats.Mario Kleiner1-0/+13
2018-01-03st/dri2: Add format translations for BGR[A/X]1010102 formats.Mario Kleiner1-0/+28
2017-12-20st/dri: allow direct YUYV importLucas Stach1-0/+7
2017-12-19gallium: plumb context priority through to driverRob Clark2-2/+23
2017-12-15st/va: directly use idr pic flagBoyuan Zhang1-5/+3
2017-12-07meson: add dep_thread to every lib that includes threads.hEric Engestrom1-0/+1
2017-12-04meson: build gallium nine state_trackerDylan Baker1-0/+69
2017-12-04meson: build gallium xa state trackerDylan Baker1-0/+45
2017-12-04meson: build gallium va state trackerDylan Baker1-0/+39
2017-12-04meson: build gallium omx state trackerDylan Baker1-0/+30
2017-12-04meson: build gallium xvmc state trackerDylan Baker1-0/+53
2017-12-04meson: build gallium vdpau state trackerDylan Baker1-0/+32
2017-11-30mesa: add AllowGLSLCrossStageInterpolationMismatch workaroundTapani Pälli1-0/+2
2017-11-29gallium/dri2: Enable {GLX_ARB,EGL_KHR}_context_flush_controlAdam Jackson1-0/+2
2017-11-28st/dri: replace hard-coded array size with ARRAY_SIZE()Eric Engestrom1-1/+1
2017-11-25gallium/hud: add HUD sharing within a context share groupMarek Olšák1-2/+10
2017-11-25gallium/hud: update the HUD interface for multiple contextsMarek Olšák7-13/+14
2017-11-25gallium/hud: use cso_get_pipe_contextMarek Olšák4-4/+4
2017-11-25gallium/hud: split hud_draw into 3 separate functionsMarek Olšák4-4/+4
2017-11-25st/dri: remove dead code and incorrect comment around make_currentMarek Olšák1-13/+0
2017-11-25st/dri: clean up dri_unbind_contextMarek Olšák1-3/+4
2017-11-17st/va: implement poc typeBoyuan Zhang1-0/+1
2017-11-16autotools: change version TINY -> PATCHDylan Baker1-1/+1
2017-11-16autotools: set XA versions in configure.ac and configure header fileDylan Baker1-3/+3
2017-11-15gallium/wgl: fix default pixel format issueFrank Richter1-2/+21
2017-11-13meson: don't use build_by_default for specific gallium driversDylan Baker1-1/+0
2017-11-11st/dri: fix deadlock when waiting on android fencesMarek Olšák1-2/+1
2017-11-10meson: build gallium-xlib based glxDylan Baker1-0/+27
2017-11-10st/dri: fix android fence regressionMarek Olšák1-1/+1
2017-11-09st/dri: use stapi flush instead of pipe flush when creating fencesNicolai Hähnle1-5/+6
2017-11-09util: move os_time.[ch] to src/utilNicolai Hähnle1-1/+1