aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák2018-04-132-3/+2
* Fix scons buildMarek Olšák2018-04-124-1/+10
* mesa: include mtypes.h lessMarek Olšák2018-04-122-2/+1
* st/va: add VP9 config to enable profile2Leo Liu2018-04-122-1/+5
* st/va: add VP9 config to enable profile0Leo Liu2018-04-122-1/+5
* st/va: parse VP9 uncompressed frame headerLeo Liu2018-04-123-1/+239
* st/va: add slice parameter handling for VP9Leo Liu2018-04-121-1/+24
* st/va: add picture parameter handling for VP9Leo Liu2018-04-121-1/+51
* st/va: add handles for VP9 buffersLeo Liu2018-04-125-2/+54
* st/va: add VP9 picture to contextLeo Liu2018-04-122-0/+5
* st/nine: Do not use scratch for face registerAxel Davy2018-04-081-1/+1
* st/nine: Declare lighting consts for ff shadersAxel Davy2018-04-061-0/+4
* st/dri: Initialise modifier to INVALID for DRI2Daniel Stone2018-04-021-0/+1
* st/wgl: check if WGL_SWAP_INTERVAL is defined in wglSwapIntervalEXT()Brian Paul2018-03-302-2/+2
* clover/llvm: Fix build against LLVM/Clang 4.0Aaron Watry2018-03-212-1/+3
* clover: Dynamically calculate __OPENCL_VERSION__ and CLC language versionAaron Watry2018-03-211-2/+5
* clover/llvm: Add get_[cl|language]_version, validation and some helpersAaron Watry2018-03-211-0/+88
* st/nine: Fix non inversible matrix checkAxel Davy2018-03-181-1/+1
* st/nine: Fixes warning about implicit conversionAxel Davy2018-03-181-1/+1
* st/nine: Fix bad tracking of vs textures for NINESBT_ALLAxel Davy2018-03-181-1/+1
* st/nine: Fix bad tracking of bound vs texturesAxel Davy2018-03-181-1/+1
* autotools: add -I/src/egl to tizoniaDylan Baker2018-03-141-0/+1
* gallium/x11: remove empty GLX_SGIX_swap_group stubsEmil Velikov2018-03-122-15/+0
* gallium/x11: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov2018-03-122-25/+0
* st/dri: fix OpenGL-OpenCL interop for GL_TEXTURE_BUFFERMarek Olšák2018-03-091-24/+34
* meson: Fix indent in omx meson.buildDylan Baker2018-03-071-32/+32
* meson: Use include directory variables instead of traversingDylan Baker2018-03-072-7/+7
* meson: Re-add auto option for omxDylan Baker2018-03-071-9/+9
* meson: fix tizonia compilationDylan Baker2018-03-071-0/+1
* st/omx/tizonia/h264d: Add EGLImage supportGurkirpal Singh2018-03-067-6/+227
* st/omx/tizonia: Add H.264 encoderGurkirpal Singh2018-03-0618-403/+2106
* st/omx/tizonia: Add H.264 decoderGurkirpal Singh2018-03-0624-1286/+2793
* st/omx/tizonia: Add entrypointGurkirpal Singh2018-03-064-2/+78
* st/omx/tizonia: Add --enable-omx-tizonia flag and build filesGurkirpal Singh2018-03-064-1/+53
* st/omx/bellagio: Rename st and target directoriesGurkirpal Singh2018-03-0614-30/+77
* clover: Allow overriding platform/device version numbersAaron Watry2018-03-052-5/+14
* clover/llvm: Pass device down to compileAaron Watry2018-03-051-4/+3
* clover: Pass device to llvm::create_compiler_instanceAaron Watry2018-03-051-4/+5
* clover/llvm: Use device in llvm compilation instead of copying fieldsAaron Watry2018-03-053-17/+15
* st/omx_bellagio: add picture profile and entry pointBoyuan Zhang2018-03-021-0/+2
* glx: Properly handle cases where screen creation failsChuck Atkins2018-02-223-30/+33
* 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: use PIPE_CAP_CONSTBUF0_FLAGSMarek Olšák2018-02-171-3/+4
* meson: Add Haiku platform support v4Alexander von Gluck IV2018-02-161-0/+41
* clover: Fix build after llvm r325155 and r325160Jan Vesely2018-02-153-2/+30
* meson: use va-api version reported by pkg-configDylan Baker2018-02-151-3/+3
* clover: use PIPE_SHADER_CAP_SUPPORTED_IRS to discover IRTimothy Arceri2018-02-101-2/+9
* st/va: Make the vendor string more descriptiveMark Thompson2018-02-092-1/+6
* st/va: Enable vaExportSurfaceHandle()Mark Thompson2018-02-092-2/+8