-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Roll vulkan-deps from 2df89413855e to fd71362612ad (8 revisions)
https://chromium.googlesource.com/vulkan-deps.git/+log/2df89413855e..fd71362612ad Also rolling transitive DEPS: https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/592de6cf78e0fb359fc3e2854c9dc0f3cf6d4820..ffd454c57bdbea8ae493df7a5d2733ae2b02cb81 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers/+log/d205aff40b4e15d4c568523ee6a26f85138126d9..a6a5dc0d078ade9bde75bd78404462509cbdce99 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Loader/+log/438875314dc838d130098127c6e908798500fecc..25049cde8bf8b0a8053aec5016472d2874e0ef94 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools/+log/40294f25aa4522fe309504aaf30c1c259e11b75b..7e82aea5fc1394d417a0df6a5680a4cce5c37286 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries/+log/9b6e18888be3ac761a3f71594c3949f8dc862ccc..7ea05992a52e96426bd4c56ea12d208e0d6c9a5f https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers/+log/be0b0bba40ae901c82bbaa47770d629192957a19..ca255ba30c995e3ac0ef6798540ee254904f86c2 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/vulkan-deps-dawn-autoroll Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Bug: None Tbr: [email protected] Change-Id: Ib4fbc2fdb96ec2ff86d4eed74664fea9149b6f60 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/203734 Bot-Commit: Dawn Autoroller <[email protected]> Commit-Queue: Dawn Autoroller <[email protected]>
- Loading branch information
Dawn Autoroller
authored and
Dawn LUCI CQ
committed
Aug 23, 2024
1 parent
c49ea17
commit 98cd274
Showing
8 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule src
updated
5 files
+1 −0 | BUILD.gn | |
+3 −1 | glslang/CMakeLists.txt | |
+1 −16 | glslang/Include/glslang_c_interface.h | |
+51 −0 | glslang/Include/visibility.h | |
+1 −16 | glslang/Public/ShaderLang.h |
Submodule vulkan-deps
updated
from 2df894 to fd7136
Submodule src
updated
15 files
+34 −2 | include/vulkan/vulkan.cppm | |
+182 −1 | include/vulkan/vulkan.hpp | |
+137 −1 | include/vulkan/vulkan_core.h | |
+24 −5 | include/vulkan/vulkan_enums.hpp | |
+18 −11 | include/vulkan/vulkan_extension_inspection.hpp | |
+463 −0 | include/vulkan/vulkan_funcs.hpp | |
+238 −0 | include/vulkan/vulkan_handles.hpp | |
+180 −0 | include/vulkan/vulkan_hash.hpp | |
+304 −0 | include/vulkan/vulkan_raii.hpp | |
+11 −0 | include/vulkan/vulkan_shared.hpp | |
+83 −0 | include/vulkan/vulkan_static_assertions.hpp | |
+1,349 −0 | include/vulkan/vulkan_structs.hpp | |
+16 −0 | include/vulkan/vulkan_to_string.hpp | |
+664 −116 | registry/validusage.json | |
+399 −20 | registry/vk.xml |
Submodule src
updated
14 files
+8 −1 | CMakeLists.txt | |
+66 −20 | loader/CMakeLists.txt | |
+31 −11 | loader/asm_offset.c | |
+7 −0 | loader/generated/vk_layer_dispatch_table.h | |
+112 −0 | loader/generated/vk_loader_extensions.c | |
+20 −16 | loader/generated/vk_object_types.h | |
+2 −2 | loader/loader.rc | |
+896 −0 | loader/unknown_ext_chain_marmasm.asm | |
+3 −3 | scripts/CMakeLists.txt | |
+1 −1 | scripts/known_good.json | |
+26 −7 | scripts/parse_asm_values.py | |
+4 −2 | scripts/update_deps.py | |
+3 −1 | tests/framework/CMakeLists.txt | |
+4 −0 | tests/framework/test_util.h |
Submodule src
updated
7 files
Submodule src
updated
7 files
Submodule src
updated
37 files