summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/va: enable vbr rate control for vaapi encodeBoyuan Zhang2016-09-122-2/+2
* st/clover: Define __OPENCL_VERSION__ on the device sideNiels Ole Salscheider2016-09-101-0/+3
* gallium: remove PIPE_BIND_TRANSFER_READ/WRITEMarek Olšák2016-09-0810-25/+8
* gbm: wire up fence extensionRob Clark2016-09-071-0/+1
* st/omx/dec: enable hevc omx decode supportLeo Liu2016-09-062-1/+25
* st/omx/dec/h265: get the reference list for uvdLeo Liu2016-09-061-0/+39
* st/omx/dec/h265: add short term reference picture setsLeo Liu2016-09-061-4/+110
* st/omx/dec/h265: add slice headerLeo Liu2016-09-062-2/+216
* st/omx/dec/h265: add picture parameter setsLeo Liu2016-09-061-0/+98
* st/omx/dec/h265: add sequence parameter setsLeo Liu2016-09-062-0/+297
* st/omx/dec: add initial omx hevc supportLeo Liu2016-09-063-0/+160
* st/omx/dec: set dst rect to match src sizeLeo Liu2016-09-061-2/+11
* Introduce .editorconfigEric Engestrom2016-08-313-0/+8
* st/nine: fix unreachable() typoEric Engestrom2016-08-301-1/+1
* clover: Use device cap to query pointer size instead of hardcoded 32bitsJan Vesely2016-08-293-1/+8
* st/vdpau: use temporary buffers while applying filtersNayan Deshmukh2016-08-291-18/+57
* st/vdpau: Revert "change the order in which filters are applied(v3)"Christian König2016-08-291-18/+10
* gallium: add a pipe_context parameter to resource_get_handleMarek Olšák2016-08-256-11/+17
* st/xvmc: fix a couple 'unused-but-set-variable' warningsEric Engestrom2016-08-241-2/+3
* st/va: Remove unused variable coded_size from vlVaEndPicture()Kai Wasserbäch2016-08-241-1/+0
* st/va: Remove else case in vlVaEndPicture() made superfluous by c59628d11bKai Wasserbäch2016-08-241-3/+1
* st/va: add missing mutex_unlockEric Engestrom2016-08-241-1/+3
* st/dri: respect driver's request to avoid mixed color/depth bit configsIlia Mirkin2016-08-231-2/+6
* dri: add a way to request that modes have matching color/zs depthsIlia Mirkin2016-08-231-2/+2
* st/va: enable dual instances encode by sync surfaceBoyuan Zhang2016-08-193-3/+46
* st/vdpau: change the order in which filters are applied(v3)Nayan Deshmukh2016-08-161-10/+18
* st/omx/dec/h264: pass default scaling lists in raster formatIndrajit Das2016-08-111-20/+20
* st/nine: Fix invalid attempt to use indirect draws.Trevor Davenport2016-08-101-0/+1
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-108-14/+14
* gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák2016-08-103-5/+5
* clover: make GCC 4.8 happyDieter Nützel2016-07-271-1/+1
* st/va: enable h264 VAAPI encodeBoyuan Zhang2016-07-251-5/+1
* st/va: add function to handle misc param type frame rateBoyuan Zhang2016-07-251-5/+19
* st/va: add enviromental variable to disable interlaceBoyuan Zhang2016-07-251-0/+4
* st/va: add preset values for VAAPI encodeBoyuan Zhang2016-07-251-0/+27
* st/va: add functions for VAAPI encodeBoyuan Zhang2016-07-253-2/+178
* st/va: get rate control method from configattrib v2Boyuan Zhang2016-07-253-0/+15
* st/va: add conversion for yv12 to nv12in putimage v2Boyuan Zhang2016-07-251-7/+27
* st/va: add encode entrypoint v2Boyuan Zhang2016-07-254-39/+150
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-2310-45/+48
* clover: Re-order includes in invocation.cpp to fix buildTom Stellard2016-07-201-7/+17
* clover: Add missing include v2Tom Stellard2016-07-201-0/+1
* st/omx/enc: check uninitialized list from task releaseLeo Liu2016-07-151-2/+2
* st/omx: assign previous values to new structureBoyuan Zhang2016-07-141-0/+10
* st/omx/dec: convert decoder video buffer to progressiveLeo Liu2016-07-122-3/+68
* clover/api: Implement clLinkProgram per-device binary presence validation rule.Francisco Jerez2016-07-111-2/+31
* clover: Add clLinkProgram (CL 1.2).Serge Martin2016-07-111-4/+27
* clover: Trivial cleanups for api/program.cpp.Francisco Jerez2016-07-111-9/+8
* clover/core: Remove compiler.hpp.Francisco Jerez2016-07-114-37/+3
* clover/llvm: Get rid of compile_program_llvm().Francisco Jerez2016-07-112-18/+0