From 53b6183b3a136e4789a47be0d1867e757b676823 Mon Sep 17 00:00:00 2001 From: Mike Schuchardt Date: Thu, 21 Jul 2022 10:08:24 -0700 Subject: build: Update to header 1.3.222 - Update known-good - Generate source --- scripts/generate_vulkan_wrapper.py | 10 ++++++++++ scripts/known_good.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/generate_vulkan_wrapper.py b/scripts/generate_vulkan_wrapper.py index 05dc5c30..bc81f4cd 100755 --- a/scripts/generate_vulkan_wrapper.py +++ b/scripts/generate_vulkan_wrapper.py @@ -1324,6 +1324,9 @@ VK_GOOGLE_surfaceless_query = Extension(name='VK_GOOGLE_surfaceless_query', vers VK_EXT_image_compression_control_swapchain = Extension(name='VK_EXT_image_compression_control_swapchain', version=1, guard=None, commands=[ ]) +VK_QCOM_image_processing = Extension(name='VK_QCOM_image_processing', version=1, guard=None, commands=[ +]) + VK_EXT_subpass_merge_feedback = Extension(name='VK_EXT_subpass_merge_feedback', version=2, guard=None, commands=[ ]) @@ -1332,6 +1335,11 @@ VK_EXT_shader_module_identifier = Extension(name='VK_EXT_shader_module_identifie Command(name='vkGetShaderModuleCreateInfoIdentifierEXT', dispatch='VkDevice'), ]) +VK_QCOM_tile_properties = Extension(name='VK_QCOM_tile_properties', version=1, guard=None, commands=[ + Command(name='vkGetFramebufferTilePropertiesQCOM', dispatch='VkDevice'), + Command(name='vkGetDynamicRenderingTilePropertiesQCOM', dispatch='VkDevice'), +]) + VK_KHR_acceleration_structure = Extension(name='VK_KHR_acceleration_structure', version=13, guard=None, commands=[ Command(name='vkCreateAccelerationStructureKHR', dispatch='VkDevice'), Command(name='vkDestroyAccelerationStructureKHR', dispatch='VkDevice'), @@ -1780,8 +1788,10 @@ extensions = [ VK_NV_linear_color_attachment, VK_GOOGLE_surfaceless_query, VK_EXT_image_compression_control_swapchain, + VK_QCOM_image_processing, VK_EXT_subpass_merge_feedback, VK_EXT_shader_module_identifier, + VK_QCOM_tile_properties, VK_KHR_acceleration_structure, VK_KHR_ray_tracing_pipeline, VK_KHR_ray_query, diff --git a/scripts/known_good.json b/scripts/known_good.json index a7079fcd..fdb2f8b1 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.221" + "commit" : "v1.3.222" }, { "name" : "MoltenVK", @@ -30,7 +30,7 @@ "sub_dir" : "Vulkan-Loader", "build_dir" : "Vulkan-Loader/build", "install_dir" : "Vulkan-Loader/build/install", - "commit" : "v1.3.221", + "commit" : "v1.3.222", "deps" : [ { "var_name" : "VULKAN_HEADERS_INSTALL_DIR", -- cgit v1.2.3