summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/dri: check pipe_screen->resource_get_handle() return valueNicholas Bishop2016-09-271-2/+4
* st/va Avoid VBR bitrate calculation overflow v2Andy Furniss2016-09-271-1/+1
* st/va: Fix vaSyncSurface with no outstanding operationMark Thompson2016-09-271-0/+7
* mesa/st: support lowering multi-planar YUVRob Clark2016-09-262-22/+108
* st/omx/dec/h265: Correct the timestampingIndrajit Das2016-09-201-1/+12
* st/va: flush the context before calling flush_frontbuffer(v2)Nayan Deshmukh2016-09-201-1/+5
* st/vdpau: flush the context before calling flush_frontbufferNayan Deshmukh2016-09-201-2/+5
* st/vdpau: fix argument type to vlVdpOutputSurfaceDMABufIlia Mirkin2016-09-201-1/+1
* clover: fix getting scalar args api sizeSerge Martin2016-09-161-4/+3
* st/va: also honors interlaced preference when providing a video formatJulien Isorce2016-09-121-17/+19
* 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