aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/va
Commit message (Expand)AuthorAgeFilesLines
* st/va: check resource_get_info nullity in vlVaDeriveImageJulien Isorce2019-05-031-5/+8
* st/va: properly set stride and offset in vlVaDeriveImageJulien Isorce2019-04-301-10/+25
* va: use a compute shader for the blitJiang, Sonny2019-04-243-1/+9
* st/va/enc: Add support for frame_cropping_flag of VAEncSequenceParameterBuffe...suresh guttula2019-04-161-0/+8
* Delete autotoolsDylan Baker2019-04-151-38/+0
* st/va: reverse qt matrix back to its original orderBoyuan Zhang2019-04-091-6/+32
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-141-1/+1
* st/va/vp9: set max reference as default of VP9 reference numberLeo Liu2019-02-111-1/+6
* st/va: fix the incorrect max profiles reportLeo Liu2019-02-111-1/+1
* st/va:Add support for indirect manner by returning VA_STATUS_ERROR_OPERATION_...Guttula, Suresh2019-02-111-2/+5
* st/va: Return correct status from vlVaQuerySurfaceStatusIndrajit Das2019-01-091-0/+31
* st/va: fix incorrect use of resource_destroyMarek Olšák2018-11-051-4/+2
* gallium: rework PIPE_HANDLE_USAGE_* flagsMarek Olšák2018-10-302-5/+3
* st/va: get mjpeg slice headerBoyuan Zhang2018-10-233-2/+164
* st/va: use provided sizes and coords for vlVaGetImageBoyuan Zhang2018-10-111-3/+28
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-1/+1
* gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2018-05-302-3/+3
* st/va: Support YUV formats in vaCreateSurfacesDrew Davenport2018-05-031-23/+36
* st/va: Fix typosDrew Davenport2018-04-261-24/+24
* st/va: Fix potential buffer overreadDrew Davenport2018-04-261-1/+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
* meson: use va-api version reported by pkg-configDylan Baker2018-02-151-3/+3
* st/va: Make the vendor string more descriptiveMark Thompson2018-02-092-1/+6
* st/va: Enable vaExportSurfaceHandle()Mark Thompson2018-02-092-2/+8
* st/va: implement HEVC encode functionsBoyuan Zhang2018-02-051-6/+144
* st/va: add HEVC encode functionsBoyuan Zhang2018-02-055-4/+111
* st/va: enable dual instances encode only for H264Boyuan Zhang2018-02-052-11/+15
* st/va: add entrypoint check for HEVCBoyuan Zhang2018-02-051-10/+12
* st/va: add HEVC picture descBoyuan Zhang2018-02-052-4/+23
* st/va: move H264 enc functions into separate fileBoyuan Zhang2018-02-055-139/+260
* autotools: include meson build files in tarballDylan Baker2018-01-191-0/+2
* st/va: add break for MPEG4 data buffer handling caseLeo Liu2018-01-171-0/+1
* st/va: remove TODO line for JPEG data buffer handlingLeo Liu2018-01-171-1/+0
* st/va: release held locks in error pathsGrazvydas Ignotas2018-01-173-3/+9
* st/va: clear pointers for mpeg2 quantiser matricesIndrajit Das2018-01-161-0/+5
* st/va: directly use idr pic flagBoyuan Zhang2017-12-151-5/+3
* meson: build gallium va state trackerDylan Baker2017-12-041-0/+39
* st/va: implement poc typeBoyuan Zhang2017-11-171-0/+1
* st/va: Return correct width and height for encode/decode supportMark Thompson2017-10-171-10/+30
* st/va: Fix config entrypoint handlingMark Thompson2017-10-171-6/+12
* st/va: Disable vaExportSurfaceHandle()Mark Thompson2017-10-172-2/+2
* st/va: Implement vaExportSurfaceHandle()Mark Thompson2017-10-073-1/+153
* st/va: add RGB support to vlVaPutSurfaceLeo Liu2017-10-041-1/+13
* st/va: don't re-allocate interlaced buffer with pakced formatLeo Liu2017-10-041-4/+6