From a9b769c271cd374915b745e24eedf9e4e0283403 Mon Sep 17 00:00:00 2001 From: Mike Schuchardt Date: Thu, 21 Apr 2022 10:28:16 -0700 Subject: build: Update to header 1.3.212 - Update known-good - Generate source --- build-android/vulkan-headers_revision_android | 2 +- icd/generated/mock_icd.h | 2 +- scripts/generate_vulkan_wrapper.py | 2 +- scripts/known_good.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build-android/vulkan-headers_revision_android b/build-android/vulkan-headers_revision_android index d19f8882..f00abfc0 100644 --- a/build-android/vulkan-headers_revision_android +++ b/build-android/vulkan-headers_revision_android @@ -1 +1 @@ -v1.3.211 +v1.3.212 diff --git a/icd/generated/mock_icd.h b/icd/generated/mock_icd.h index 0b22460b..0862b7e1 100644 --- a/icd/generated/mock_icd.h +++ b/icd/generated/mock_icd.h @@ -110,7 +110,7 @@ static const std::unordered_map device_extension_map = { {"VK_AMD_negative_viewport_height", 1}, {"VK_AMD_gpu_shader_half_float", 2}, {"VK_AMD_shader_ballot", 1}, - {"VK_EXT_video_encode_h264", 6}, + {"VK_EXT_video_encode_h264", 7}, {"VK_EXT_video_encode_h265", 7}, {"VK_EXT_video_decode_h264", 5}, {"VK_AMD_texture_gather_bias_lod", 1}, diff --git a/scripts/generate_vulkan_wrapper.py b/scripts/generate_vulkan_wrapper.py index eb436c27..ba26eabc 100755 --- a/scripts/generate_vulkan_wrapper.py +++ b/scripts/generate_vulkan_wrapper.py @@ -1472,7 +1472,7 @@ VK_KHR_video_encode_queue = Extension(name='VK_KHR_video_encode_queue', version= Command(name='vkCmdEncodeVideoKHR', dispatch='VkCommandBuffer'), ]) -VK_EXT_video_encode_h264 = Extension(name='VK_EXT_video_encode_h264', version=6, guard='VK_ENABLE_BETA_EXTENSIONS', commands=[ +VK_EXT_video_encode_h264 = Extension(name='VK_EXT_video_encode_h264', version=7, guard='VK_ENABLE_BETA_EXTENSIONS', commands=[ ]) VK_EXT_video_encode_h265 = Extension(name='VK_EXT_video_encode_h265', version=7, guard='VK_ENABLE_BETA_EXTENSIONS', commands=[ diff --git a/scripts/known_good.json b/scripts/known_good.json index a789549c..98d45e83 100644 --- a/scripts/known_good.json +++ b/scripts/known_good.json @@ -6,7 +6,7 @@ "sub_dir" : "Vulkan-Headers", "build_dir" : "Vulkan-Headers/build", "install_dir" : "Vulkan-Headers/build/install", - "commit" : "v1.3.211" + "commit" : "v1.3.212" }, { "name" : "MoltenVK", @@ -30,7 +30,7 @@ "sub_dir" : "Vulkan-Loader", "build_dir" : "Vulkan-Loader/build", "install_dir" : "Vulkan-Loader/build/install", - "commit" : "v1.3.211", + "commit" : "v1.3.212", "deps" : [ { "var_name" : "VULKAN_HEADERS_INSTALL_DIR", -- cgit v1.2.3