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

Author: Dave Airlie <[email protected]>
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 <[email protected]>
Reviewed-by: Emma Anholt <[email protected]>
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

Reply via email to