-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manual roll vulkan-deps from 86f73c27b3fc to 4c41a7585d0e (15 revisions)
Manual roll requested by [email protected] https://chromium.googlesource.com/vulkan-deps.git/+log/86f73c27b3fc..4c41a7585d0e Also rolling transitive DEPS: https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers/+log/36d5e2ddaa54c70d2f29081510c66f4fc98e5e53..3f17b2af6784bfa2c5aa5dbb8e0e74a607dd8b3b https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/3fb52548bc8a68d349d31e21bd4e80e3d953e87c..4d2f0b40bfe290dea6c6904dafdf7fd8328ba346 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers/+log/49af1bfe467dd5a9efc22f7867d95fdde50e2b00..6a74a7d65cafa19e38ec116651436cce6efd5b2e https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools/+log/a2224abf350f61211462a33e5b540201fa17de0d..4f965e1de79ba354fff816f1108cc25066847be0 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries/+log/b538fb5b08513aa78346cd414ad5e576a2a3e920..5a72ae0208f1bf116af74ef31cc6f6c7ff4acec6 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers/+log/902f3cf8d51e76be0c0deb4be39c6223abebbae2..3bcff29a3fc1644ac86a494da61301f8cdce3ab5 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],[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],[email protected] Change-Id: Ifd84270bf04b620e2a34617b7ad306fe21088fdc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/218436 Commit-Queue: Dawn Autoroller <[email protected]> Bot-Commit: Dawn Autoroller <[email protected]>
- Loading branch information
Dawn Autoroller
authored and
Dawn LUCI CQ
committed
Dec 6, 2024
1 parent
44774c3
commit 699c1df
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 vulkan-deps
updated
from 86f73c to 4c41a7
Submodule src
updated
9 files
+1 −1 | cube/cube.c | |
+1 −1 | cube/cube.cpp | |
+1 −1 | icd/VkICD_mock_icd.json.in | |
+132 −19 | icd/generated/function_declarations.h | |
+174 −19 | icd/generated/function_definitions.h | |
+450 −432 | icd/generated/vk_typemap_helper.h | |
+2 −2 | scripts/known_good.json | |
+6 −4 | scripts/vulkaninfo_generator.py | |
+337 −224 | vulkaninfo/generated/vulkaninfo.hpp |
Submodule src
updated
11 files
+38 −0 | include/vulkan/utility/vk_dispatch_table.h | |
+6 −6 | include/vulkan/utility/vk_format_utils.h | |
+1,058 −1,008 | include/vulkan/utility/vk_safe_struct.hpp | |
+50 −48 | include/vulkan/utility/vk_struct_helper.hpp | |
+342 −338 | include/vulkan/vk_enum_string_helper.h | |
+3 −3 | scripts/generators/safe_struct_generator.py | |
+1 −1 | scripts/known_good.json | |
+3,814 −0 | src/vulkan/vk_safe_struct_core.cpp | |
+162 −1,268 | src/vulkan/vk_safe_struct_ext.cpp | |
+1,754 −4,060 | src/vulkan/vk_safe_struct_khr.cpp | |
+204 −192 | src/vulkan/vk_safe_struct_utils.cpp |