build: Update known-good for 1.2.133 header
authorShannon McPherson <shannon@lunarg.com>
Tue, 18 Feb 2020 18:01:48 +0000 (11:01 -0700)
committerShannon McPherson <shannon@lunarg.com>
Tue, 18 Feb 2020 18:01:48 +0000 (11:01 -0700)
Change-Id: I2b790615e08f486264b9454f61630722fdbd9a29

build-android/vulkan-headers_revision_android
icd/generated/mock_icd.cpp
icd/generated/mock_icd.h
scripts/known_good.json

index 0cfe091..9357672 100644 (file)
@@ -1 +1 @@
-v1.2.132
\ No newline at end of file
+v1.2.133
\ No newline at end of file
index 0ab900a..04dd7cb 100644 (file)
@@ -3129,6 +3129,7 @@ static VKAPI_ATTR VkResult VKAPI_CALL GetPipelineExecutableInternalRepresentatio
 }
 
 
+
 static VKAPI_ATTR VkResult VKAPI_CALL CreateDebugReportCallbackEXT(
     VkInstance                                  instance,
     const VkDebugReportCallbackCreateInfoEXT*   pCreateInfo,
index 6ddb846..2960ad0 100644 (file)
@@ -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,
index c0c8529..4a3adb0 100644 (file)
@@ -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",