aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorShannon McPherson <shannon@lunarg.com>2020-07-06 11:29:34 -0600
committerShannon McPherson <shannon@lunarg.com>2020-07-06 11:46:01 -0600
commit68bfbc2194972f4b4ccd6073758bfa5ece522f67 (patch)
treefb26cce8b70b3314613374d89921840b34aca56c /scripts
parentabc9dff824c3f612a53e4fd3c484579fa80d27a5 (diff)
downloadusermoji-68bfbc2194972f4b4ccd6073758bfa5ece522f67.tar.xz
build: Update known-good files for 1.2.146 header
Changes: - Updated `known_good.json` - Added directfb to platform dictionary in `common_codegen.py` - Generated new source files Change-Id: I8dcc87d22036b2df068da0c5220a5e1158bbe07c
Diffstat (limited to 'scripts')
-rw-r--r--scripts/common_codegen.py1
-rw-r--r--scripts/known_good.json4
2 files changed, 3 insertions, 2 deletions
diff --git a/scripts/common_codegen.py b/scripts/common_codegen.py
index 11b4fe59..e7bfb9cf 100644
--- a/scripts/common_codegen.py
+++ b/scripts/common_codegen.py
@@ -58,6 +58,7 @@ platform_dict = {
'xlib' : 'VK_USE_PLATFORM_XLIB_KHR',
'xlib_xrandr' : 'VK_USE_PLATFORM_XLIB_XRANDR_EXT',
'provisional' : 'VK_ENABLE_BETA_EXTENSIONS',
+ 'directfb' : 'VK_USE_PLATFORM_DIRECTFB_EXT',
}
#
diff --git a/scripts/known_good.json b/scripts/known_good.json
index 00b8c4f4..5e542eef 100644
--- a/scripts/known_good.json
+++ b/scripts/known_good.json
@@ -6,7 +6,7 @@
"sub_dir" : "Vulkan-Headers",
"build_dir" : "Vulkan-Headers/build",
"install_dir" : "Vulkan-Headers/build/install",
- "commit" : "v1.2.145"
+ "commit" : "v1.2.146"
},
{
"name" : "MoltenVK",
@@ -30,7 +30,7 @@
"sub_dir" : "Vulkan-Loader",
"build_dir" : "Vulkan-Loader/build",
"install_dir" : "Vulkan-Loader/build/install",
- "commit" : "v1.2.145",
+ "commit" : "v1.2.146",
"deps" : [
{
"var_name" : "VULKAN_HEADERS_INSTALL_DIR",