-
Notifications
You must be signed in to change notification settings - Fork 55
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 6bf0a68d2621 to e86c56f0d3e6 (10 revisions)
https://chromium.googlesource.com/vulkan-deps.git/+log/6bf0a68d2621..e86c56f0d3e6 Also rolling transitive DEPS: https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/3454c3618be8754cb2cec77dc21b142121dc606a..63ebbe367c8c219e262a2bf78b7395b74cc9d9af https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/ce92630396c2fd2d6d04819369116af4fb141a28..5f1e86cb55c48949d8a25eb8e03e6930c4179ed9 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Loader/+log/c21cdf42bd0ae076d4d200337b9c0f6aa0481f8c..7a83084ef84cc0d47c31d2872a4939c4c59186a1 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools/+log/9e1ba445cb9ef5267c6062e91c2fa978b1771ba6..e94085e2167e33b6b18474da24ff18f46bc56976 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries/+log/dcb6173f7463ed233696e18eb9992cbe11262af0..9123b8c04b378c1b81899314e3060a80f255a24b https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers/+log/27fb703e7ae415867c17c305ef6738d6f114b2a7..aedaf488c1b9a5d7186013870d8223eac5a3421f 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: I5540371765e5a5eeba38a2875d6c1955f3750097 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/212816 Bot-Commit: Dawn Autoroller <[email protected]> Commit-Queue: Dawn Autoroller <[email protected]>
- Loading branch information
Dawn Autoroller
authored and
Dawn LUCI CQ
committed
Oct 29, 2024
1 parent
7574245
commit e3a9e61
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
3 files
+6 −6 | .github/workflows/continuous_deployment.yml | |
+18 −18 | .github/workflows/continuous_integration.yml | |
+2 −2 | .github/workflows/scorecard.yml |
Submodule src
updated
16 files
+1 −0 | BUILD.bazel | |
+17 −0 | BUILD.gn | |
+2 −1 | test/fuzz/CMakeLists.txt | |
+1 −0 | test/reduce/CMakeLists.txt | |
+11 −8 | tools/CMakeLists.txt | |
+1 −1 | tools/as/as.cpp | |
+1 −1 | tools/cfg/cfg.cpp | |
+2 −2 | tools/diff/diff.cpp | |
+1 −1 | tools/dis/dis.cpp | |
+2 −3 | tools/fuzz/fuzz.cpp | |
+175 −0 | tools/io.cpp | |
+11 −152 | tools/io.h | |
+1 −1 | tools/link/linker.cpp | |
+1 −1 | tools/opt/opt.cpp | |
+1 −1 | tools/reduce/reduce.cpp | |
+1 −1 | tools/val/val.cpp |
Submodule vulkan-deps
updated
from 6bf0a6 to e86c56
Submodule src
updated
2 files
+9 −2 | scripts/update_deps.py | |
+2 −0 | src/layer/vk_layer_settings_helper.cpp |
Submodule src
updated
25 files