diff options
| author | Shannon McPherson <shannon@lunarg.com> | 2019-04-05 10:46:16 -0600 |
|---|---|---|
| committer | Shannon McPherson <shannon@lunarg.com> | 2019-04-09 14:16:22 -0600 |
| commit | 2abb69904b9ad017d39d3da1e7fc3dec1a584cd8 (patch) | |
| tree | fea1662ad714e96d6554786dead4902a4b74d7b1 /scripts/known_good.json | |
| parent | 96f2ff3d7c79cf6ca915a93fd6efef2ded921085 (diff) | |
| download | usermoji-2abb69904b9ad017d39d3da1e7fc3dec1a584cd8.tar.xz | |
scripts: Update known good for 106 header update
Changes:
- Integrate upstream script changes: We have to plumb-through the new
conventions object to continue using the makeCParamDecl utility function
- Add GGP to available platforms
- Define `VULKAN_HPP_TYPESAFE_CONVERSION` in `cube.cpp` to avoid build
errors concerning explicit/implicit casting in `vulkan.hpp`
- Update known-good files
Updated:
- `build-android/vulkan-headers_revision_android`
- `cube/cube.cpp`
- `scripts/common_codegen.py`
- `scripts/known_good.json`
- `scripts/kvt_genvk.py`
- `scripts/mock_icd_generator.py`
- `scripts/vulkan_tools_helper_file_generator.py`
Change-Id: Ie9deb9f088d666195bcb987e30974f274d33fc85
Diffstat (limited to 'scripts/known_good.json')
| -rw-r--r-- | scripts/known_good.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/known_good.json b/scripts/known_good.json index 0bb22877..7aa09d2d 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" : "5432f0dd8f331f15182681664d7486681e8514e6", + "commit" : "e06c7e9a515b716c731bda13f507546f107775d1", "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" : "v1.1.102" + "commit" : "v1.1.106" }, { "name" : "MoltenVK", @@ -41,7 +41,7 @@ "sub_dir" : "Vulkan-Loader", "build_dir" : "Vulkan-Loader/build", "install_dir" : "Vulkan-Loader/build/install", - "commit" : "v1.1.102", + "commit" : "v1.1.106", "deps" : [ { "var_name" : "VULKAN_HEADERS_INSTALL_DIR", |
