From 16cf5591e399aed1de1401150cd47264132e6e0b Mon Sep 17 00:00:00 2001 From: Shannon McPherson Date: Tue, 18 Feb 2020 11:01:48 -0700 Subject: build: Update known-good for 1.2.133 header Change-Id: I2b790615e08f486264b9454f61630722fdbd9a29 --- build-android/vulkan-headers_revision_android | 2 +- icd/generated/mock_icd.cpp | 1 + icd/generated/mock_icd.h | 2 ++ scripts/known_good.json | 4 ++-- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/build-android/vulkan-headers_revision_android b/build-android/vulkan-headers_revision_android index 0cfe0914..93576721 100644 --- a/build-android/vulkan-headers_revision_android +++ b/build-android/vulkan-headers_revision_android @@ -1 +1 @@ -v1.2.132 \ No newline at end of file +v1.2.133 \ No newline at end of file diff --git a/icd/generated/mock_icd.cpp b/icd/generated/mock_icd.cpp index 0ab900ab..04dd7cbd 100644 --- a/icd/generated/mock_icd.cpp +++ b/icd/generated/mock_icd.cpp @@ -3129,6 +3129,7 @@ static VKAPI_ATTR VkResult VKAPI_CALL GetPipelineExecutableInternalRepresentatio } + static VKAPI_ATTR VkResult VKAPI_CALL CreateDebugReportCallbackEXT( VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, diff --git a/icd/generated/mock_icd.h b/icd/generated/mock_icd.h index 6ddb8468..2960ad01 100644 --- a/icd/generated/mock_icd.h +++ b/icd/generated/mock_icd.h @@ -245,6 +245,7 @@ static const std::unordered_map device_extension_map = { {"VK_EXT_shader_demote_to_helper_invocation", 1}, {"VK_EXT_texel_buffer_alignment", 1}, {"VK_GOOGLE_user_type", 1}, + {"VK_KHR_shader_non_semantic_info", 1}, }; @@ -1871,6 +1872,7 @@ static VKAPI_ATTR VkResult VKAPI_CALL GetPipelineExecutableInternalRepresentatio VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations); + static VKAPI_ATTR VkResult VKAPI_CALL CreateDebugReportCallbackEXT( VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, diff --git a/scripts/known_good.json b/scripts/known_good.json index c0c8529e..4a3adb06 100644 --- a/scripts/known_good.json +++ b/scripts/known_good.json @@ -17,7 +17,7 @@ "sub_dir" : "Vulkan-Headers", "build_dir" : "Vulkan-Headers/build", "install_dir" : "Vulkan-Headers/build/install", - "commit" : "v1.2.132" + "commit" : "v1.2.133" }, { "name" : "MoltenVK", @@ -41,7 +41,7 @@ "sub_dir" : "Vulkan-Loader", "build_dir" : "Vulkan-Loader/build", "install_dir" : "Vulkan-Loader/build/install", - "commit" : "v1.2.132", + "commit" : "v1.2.133", "deps" : [ { "var_name" : "VULKAN_HEADERS_INSTALL_DIR", -- cgit v1.2.3