aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/va
Commit message (Expand)AuthorAgeFilesLines
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+1
* st/va: add check for P010 and P016 encode/decode supportThong Thai2020-03-061-4/+16
* st/va: GetConfigAttributes: check profile and entrypoint combinationSatyajit Sahu2020-03-031-2/+6
* st/va/postproc: reallocate interlaced destination bufferThong Thai2020-03-031-4/+1
* st/va: remove unneeded codeThong Thai2020-02-281-22/+12
* st/va: add support YUY2Pierre-Eric Pelloux-Prayer2020-02-272-1/+4
* st/va: enable 4:2:2 chroma formatPierre-Eric Pelloux-Prayer2020-02-271-2/+2
* gallium/video: remove pipe_video_buffer.chroma_formatPierre-Eric Pelloux-Prayer2020-02-273-7/+7
* gallium/hash_table: remove some function wrappersMarek Olšák2020-02-263-4/+4
* gallium/hash_table: consolidate hash tables with pointer keysMarek Olšák2020-02-262-12/+2
* Revert "st/va: Convert interlaced NV12 to progressive"Thong Thai2020-02-131-51/+4
* st/va: Add support for P010, used for 10-bit videosThong Thai2020-01-034-15/+37
* gallium: Add PIPE_FORMAT_P010 supportThong Thai2020-01-031-0/+3
* st/va: Convert interlaced NV12 to progressiveThong Thai2019-12-191-4/+48
* vl: use u_format in vl_video_buffer_formatsMarek Olšák2019-10-091-4/+2
* meson: gallium media state trackers require libdrm with x11Dylan Baker2019-09-301-2/+5
* gallium/vl: use compute preference for all multimedia, not just blitIlia Mirkin2019-08-201-1/+1
* gallium: create multimedia contexts as compute-only if graphics is unsupportedMarek Olšák2019-07-291-2/+1
* st/va: set the visible image dimensions in vlVaDeriveImageJulien Isorce2019-05-101-2/+4
* 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