Mesa (main): vulkan/include: import the video codec headers.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Nov 9 05:24:57 UTC 2021


Module: Mesa
Branch: main
Commit: 3e9e186ca103ba92bceb0c393c43608a64194a9f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3e9e186ca103ba92bceb0c393c43608a64194a9f

Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Nov  5 09:42:03 2021 +1000

vulkan/include: import the video codec headers.

I'd like to allow mesa builds with beta headers enabled,
this requires importing these.

v2: add video headers to khronos update

Reviewed-by: Eric Engestrom <eric at engestrom.ch>
Reviewed-by: Emma Anholt <emma at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13685>

---

 bin/khronos-update.py                              |   7 +
 include/vk_video/vulkan_video_codec_h264std.h      | 312 +++++++++++++++++
 .../vk_video/vulkan_video_codec_h264std_decode.h   |  96 ++++++
 .../vk_video/vulkan_video_codec_h264std_encode.h   |  94 ++++++
 include/vk_video/vulkan_video_codec_h265std.h      | 371 +++++++++++++++++++++
 .../vk_video/vulkan_video_codec_h265std_decode.h   |  64 ++++
 .../vk_video/vulkan_video_codec_h265std_encode.h   | 122 +++++++
 include/vk_video/vulkan_video_codecs_common.h      |  21 ++
 8 files changed, 1087 insertions(+)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=3e9e186ca103ba92bceb0c393c43608a64194a9f


More information about the mesa-commit mailing list