summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2018-04-12st/va: add VP9 config to enable profile2Leo Liu2-1/+5
2018-04-12st/va: add VP9 config to enable profile0Leo Liu2-1/+5
2018-04-12st/va: parse VP9 uncompressed frame headerLeo Liu3-1/+239
2018-04-12st/va: add slice parameter handling for VP9Leo Liu1-1/+24
2018-04-12st/va: add picture parameter handling for VP9Leo Liu1-1/+51
2018-04-12st/va: add handles for VP9 buffersLeo Liu5-2/+54
2018-04-12st/va: add VP9 picture to contextLeo Liu2-0/+5
2018-04-08st/nine: Do not use scratch for face registerAxel Davy1-1/+1
2018-04-06st/nine: Declare lighting consts for ff shadersAxel Davy1-0/+4
2018-04-02st/dri: Initialise modifier to INVALID for DRI2Daniel Stone1-0/+1
2018-03-30st/wgl: check if WGL_SWAP_INTERVAL is defined in wglSwapIntervalEXT()Brian Paul2-2/+2
2018-03-21clover/llvm: Fix build against LLVM/Clang 4.0Aaron Watry2-1/+3
2018-03-21clover: Dynamically calculate __OPENCL_VERSION__ and CLC language versionAaron Watry1-2/+5
2018-03-21clover/llvm: Add get_[cl|language]_version, validation and some helpersAaron Watry1-0/+88
2018-03-18st/nine: Fix non inversible matrix checkAxel Davy1-1/+1
2018-03-18st/nine: Fixes warning about implicit conversionAxel Davy1-1/+1
2018-03-18st/nine: Fix bad tracking of vs textures for NINESBT_ALLAxel Davy1-1/+1
2018-03-18st/nine: Fix bad tracking of bound vs texturesAxel Davy1-1/+1
2018-03-14autotools: add -I/src/egl to tizoniaDylan Baker1-0/+1
2018-03-12gallium/x11: remove empty GLX_SGIX_swap_group stubsEmil Velikov2-15/+0
2018-03-12gallium/x11: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov2-25/+0
2018-03-09st/dri: fix OpenGL-OpenCL interop for GL_TEXTURE_BUFFERMarek Olšák1-24/+34
2018-03-07meson: Fix indent in omx meson.buildDylan Baker1-32/+32
2018-03-07meson: Use include directory variables instead of traversingDylan Baker2-7/+7
2018-03-07meson: Re-add auto option for omxDylan Baker1-9/+9
2018-03-07meson: fix tizonia compilationDylan Baker1-0/+1
2018-03-06st/omx/tizonia/h264d: Add EGLImage supportGurkirpal Singh7-6/+227
2018-03-06st/omx/tizonia: Add H.264 encoderGurkirpal Singh18-403/+2106
2018-03-06st/omx/tizonia: Add H.264 decoderGurkirpal Singh24-1286/+2793
2018-03-06st/omx/tizonia: Add entrypointGurkirpal Singh4-2/+78
2018-03-06st/omx/tizonia: Add --enable-omx-tizonia flag and build filesGurkirpal Singh4-1/+53
2018-03-06st/omx/bellagio: Rename st and target directoriesGurkirpal Singh14-30/+77
2018-03-05clover: Allow overriding platform/device version numbersAaron Watry2-5/+14
2018-03-05clover/llvm: Pass device down to compileAaron Watry1-4/+3
2018-03-05clover: Pass device to llvm::create_compiler_instanceAaron Watry1-4/+5
2018-03-05clover/llvm: Use device in llvm compilation instead of copying fieldsAaron Watry3-17/+15
2018-03-02st/omx_bellagio: add picture profile and entry pointBoyuan Zhang1-0/+2
2018-02-22glx: Properly handle cases where screen creation failsChuck Atkins3-30/+33
2018-02-19st/dri: only expose config formats that are display targetsIlia Mirkin1-1/+2
2018-02-19mesa: add xbgr support adjacent to xrgbIlia Mirkin3-1/+55
2018-02-17gallium: use PIPE_CAP_CONSTBUF0_FLAGSMarek Olšák1-3/+4
2018-02-16meson: Add Haiku platform support v4Alexander von Gluck IV1-0/+41
2018-02-15clover: Fix build after llvm r325155 and r325160Jan Vesely3-2/+30
2018-02-15meson: use va-api version reported by pkg-configDylan Baker1-3/+3
2018-02-10clover: use PIPE_SHADER_CAP_SUPPORTED_IRS to discover IRTimothy Arceri1-2/+9
2018-02-09st/va: Make the vendor string more descriptiveMark Thompson2-1/+6
2018-02-09st/va: Enable vaExportSurfaceHandle()Mark Thompson2-2/+8
2018-02-07Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary"Roland Scheidegger1-1/+2
2018-02-07gallium: build ddebug, noop, rbug, trace as part of auxiliaryMarek Olšák1-2/+1
2018-02-05st/va: implement HEVC encode functionsBoyuan Zhang1-6/+144