summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/va
AgeCommit message (Expand)AuthorFilesLines
2020-05-13gallium: rename 'state tracker' to 'frontend'Marek Olšák21-6637/+0
2020-03-28meson: inline `inc_common`Eric Engestrom1-1/+1
2020-03-06st/va: add check for P010 and P016 encode/decode supportThong Thai1-4/+16
2020-03-03st/va: GetConfigAttributes: check profile and entrypoint combinationSatyajit Sahu1-2/+6
2020-03-03st/va/postproc: reallocate interlaced destination bufferThong Thai1-4/+1
2020-02-28st/va: remove unneeded codeThong Thai1-22/+12
2020-02-27st/va: add support YUY2Pierre-Eric Pelloux-Prayer2-1/+4
2020-02-27st/va: enable 4:2:2 chroma formatPierre-Eric Pelloux-Prayer1-2/+2
2020-02-27gallium/video: remove pipe_video_buffer.chroma_formatPierre-Eric Pelloux-Prayer3-7/+7
2020-02-26gallium/hash_table: remove some function wrappersMarek Olšák3-4/+4
2020-02-26gallium/hash_table: consolidate hash tables with pointer keysMarek Olšák2-12/+2
2020-02-13Revert "st/va: Convert interlaced NV12 to progressive"Thong Thai1-51/+4
2020-01-03st/va: Add support for P010, used for 10-bit videosThong Thai4-15/+37
2020-01-03gallium: Add PIPE_FORMAT_P010 supportThong Thai1-0/+3
2019-12-19st/va: Convert interlaced NV12 to progressiveThong Thai1-4/+48
2019-10-09vl: use u_format in vl_video_buffer_formatsMarek Olšák1-4/+2
2019-09-30meson: gallium media state trackers require libdrm with x11Dylan Baker1-2/+5
2019-08-20gallium/vl: use compute preference for all multimedia, not just blitIlia Mirkin1-1/+1
2019-07-29gallium: create multimedia contexts as compute-only if graphics is unsupportedMarek Olšák1-2/+1
2019-05-10st/va: set the visible image dimensions in vlVaDeriveImageJulien Isorce1-2/+4
2019-05-03st/va: check resource_get_info nullity in vlVaDeriveImageJulien Isorce1-5/+8
2019-04-30st/va: properly set stride and offset in vlVaDeriveImageJulien Isorce1-10/+25
2019-04-24va: use a compute shader for the blitJiang, Sonny3-1/+9
2019-04-16st/va/enc: Add support for frame_cropping_flag of VAEncSequenceParameterBuffe...suresh guttula1-0/+8
2019-04-15Delete autotoolsDylan Baker1-38/+0
2019-04-09st/va: reverse qt matrix back to its original orderBoyuan Zhang1-6/+32
2019-02-14drm-uapi: use local files, not system libdrmEric Engestrom1-1/+1
2019-02-11st/va/vp9: set max reference as default of VP9 reference numberLeo Liu1-1/+6
2019-02-11st/va: fix the incorrect max profiles reportLeo Liu1-1/+1
2019-02-11st/va:Add support for indirect manner by returning VA_STATUS_ERROR_OPERATION_...Guttula, Suresh1-2/+5
2019-01-09st/va: Return correct status from vlVaQuerySurfaceStatusIndrajit Das1-0/+31
2018-11-05st/va: fix incorrect use of resource_destroyMarek Olšák1-4/+2
2018-10-30gallium: rework PIPE_HANDLE_USAGE_* flagsMarek Olšák2-5/+3
2018-10-23st/va: get mjpeg slice headerBoyuan Zhang3-2/+164
2018-10-11st/va: use provided sizes and coords for vlVaGetImageBoyuan Zhang1-3/+28
2018-07-31gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák1-1/+1
2018-05-30gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2-3/+3
2018-05-03st/va: Support YUV formats in vaCreateSurfacesDrew Davenport1-23/+36
2018-04-26st/va: Fix typosDrew Davenport1-24/+24
2018-04-26st/va: Fix potential buffer overreadDrew Davenport1-1/+1
2018-04-12st/va: add VP9 config to enable profile2Leo Liu2-1/+5
2018-04-12st/va: add VP9 config to enable profile0Leo Liu2-1/+5
2018-04-12st/va: parse VP9 uncompressed frame headerLeo Liu3-1/+239
2018-04-12st/va: add slice parameter handling for VP9Leo Liu1-1/+24
2018-04-12st/va: add picture parameter handling for VP9Leo Liu1-1/+51
2018-04-12st/va: add handles for VP9 buffersLeo Liu5-2/+54
2018-04-12st/va: add VP9 picture to contextLeo Liu2-0/+5
2018-02-15meson: use va-api version reported by pkg-configDylan Baker1-3/+3
2018-02-09st/va: Make the vendor string more descriptiveMark Thompson2-1/+6
2018-02-09st/va: Enable vaExportSurfaceHandle()Mark Thompson2-2/+8