aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShannon McPherson <shannon@lunarg.com>2020-02-18 11:01:48 -0700
committerShannon McPherson <shannon@lunarg.com>2020-02-18 11:01:48 -0700
commit16cf5591e399aed1de1401150cd47264132e6e0b (patch)
tree0cb62e5c6538b10ed1c39d7119d1bb2a2d56916f
parentfb2272297f006b43878660ae192ce8702401d14f (diff)
downloadusermoji-16cf5591e399aed1de1401150cd47264132e6e0b.tar.xz
build: Update known-good for 1.2.133 header
Change-Id: I2b790615e08f486264b9454f61630722fdbd9a29
-rw-r--r--build-android/vulkan-headers_revision_android2
-rw-r--r--icd/generated/mock_icd.cpp1
-rw-r--r--icd/generated/mock_icd.h2
-rw-r--r--scripts/known_good.json4
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<std::string, uint32_t> 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",