aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey-lunarg <joey@lunarg.com>2018-08-22 16:13:51 -0600
committerjoey-lunarg <joey@lunarg.com>2018-08-22 16:50:10 -0600
commit70ae3402833106ae285cd222b8740b3eaad5461c (patch)
treed7e5108cd94c3cedea399e9d1c8bcda4ac3b66d3
parentca05ec7c9706eb2949e489b4719fe499b0059d36 (diff)
downloadusermoji-70ae3402833106ae285cd222b8740b3eaad5461c.tar.xz
repo: Update known-good for Vulkan-Headers
Change-Id: I1fa27ee2564cf676418be543d6e2e2cb7f1cd906
-rw-r--r--icd/linux/VkICD_mock_icd.json2
-rw-r--r--icd/macos/VkICD_mock_icd.json2
-rw-r--r--icd/windows/VkICD_mock_icd.json2
-rw-r--r--scripts/known_good.json6
4 files changed, 6 insertions, 6 deletions
diff --git a/icd/linux/VkICD_mock_icd.json b/icd/linux/VkICD_mock_icd.json
index b93bc300..f46060af 100644
--- a/icd/linux/VkICD_mock_icd.json
+++ b/icd/linux/VkICD_mock_icd.json
@@ -2,7 +2,7 @@
"file_format_version" : "1.0.1",
"ICD": {
"library_path": "./libVkICD_mock_icd.so",
- "api_version": "1.1.82"
+ "api_version": "1.1.83"
}
}
diff --git a/icd/macos/VkICD_mock_icd.json b/icd/macos/VkICD_mock_icd.json
index 2d12dc12..8aebbf24 100644
--- a/icd/macos/VkICD_mock_icd.json
+++ b/icd/macos/VkICD_mock_icd.json
@@ -2,7 +2,7 @@
"file_format_version" : "1.0.1",
"ICD": {
"library_path": "./libVkICD_mock_icd.dylib",
- "api_version": "1.1.82"
+ "api_version": "1.1.83"
}
}
diff --git a/icd/windows/VkICD_mock_icd.json b/icd/windows/VkICD_mock_icd.json
index 132e0868..5549b4e7 100644
--- a/icd/windows/VkICD_mock_icd.json
+++ b/icd/windows/VkICD_mock_icd.json
@@ -2,7 +2,7 @@
"file_format_version" : "1.0.1",
"ICD": {
"library_path": ".\\VkICD_mock_icd.dll",
- "api_version": "1.1.82"
+ "api_version": "1.1.83"
}
}
diff --git a/scripts/known_good.json b/scripts/known_good.json
index a55249a2..bfea5a98 100644
--- a/scripts/known_good.json
+++ b/scripts/known_good.json
@@ -6,7 +6,7 @@
"sub_dir" : "glslang",
"build_dir" : "glslang/build",
"install_dir" : "glslang/build/install",
- "commit" : "e99a26810f65314183163c07664a40e05647c15f",
+ "commit" : "1323bf8e39fa17da3e0901a4b1ab5dfd61ee5460",
"prebuild" : [
"python update_glslang_sources.py"
]
@@ -17,7 +17,7 @@
"sub_dir" : "Vulkan-Headers",
"build_dir" : "Vulkan-Headers/build",
"install_dir" : "Vulkan-Headers/build/install",
- "commit" : "c4e056d365472174471a243dfefbfe66a03564af"
+ "commit" : "db09f95ac00e44149f3894bf82c918e58277cfdb"
},
{
"name" : "Vulkan-Loader",
@@ -25,7 +25,7 @@
"sub_dir" : "Vulkan-Loader",
"build_dir" : "Vulkan-Loader/build",
"install_dir" : "Vulkan-Loader/build/install",
- "commit" : "dbf8f2cd85190ac902f1da57482a6e340f05e860",
+ "commit" : "4573f327dd9a5e4114d5c56682892290affa46e5",
"deps" : [
{
"var_name" : "VULKAN_HEADERS_INSTALL_DIR",