aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCharles Giessen <charles@lunarg.com>2020-01-15 11:40:22 -0700
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>2020-01-15 16:19:54 -0700
commit2891eff13dd6191bb869a4bbcc8544fa3b3d86b8 (patch)
tree9ba61fe325d55d481b9a5a4fa3ca167ae0d9312e /scripts
parentab7238b2fe0647c01694921a1dd1bb23331c4721 (diff)
downloadusermoji-2891eff13dd6191bb869a4bbcc8544fa3b3d86b8.tar.xz
build: Update known good for 1.2.131 Vulkan Header and Loader
Reverts gitlab specific changes to known good back to their github counterparts. Updates the tagged commits for the respective repos to v1.2.131. Files Modified: -scripts/known_good.json -vulkaninfo/generated/vulkaninfo.hpp -icd/generated/mock_icd.cpp -icd/generated/mock_icd.h -icd/generated/vk_typemap_helper.h Change-Id: I870980a9676797231678c7986fdb09c354fc7b77
Diffstat (limited to 'scripts')
-rw-r--r--scripts/known_good.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/known_good.json b/scripts/known_good.json
index f2c187cd..54a4b7aa 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.1.130"
+ "commit" : "v1.2.131"
},
{
"name" : "MoltenVK",
@@ -41,7 +41,7 @@
"sub_dir" : "Vulkan-Loader",
"build_dir" : "Vulkan-Loader/build",
"install_dir" : "Vulkan-Loader/build/install",
- "commit" : "v1.1.130",
+ "commit" : "v1.2.131",
"deps" : [
{
"var_name" : "VULKAN_HEADERS_INSTALL_DIR",