-
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 a52547961655 to 91cb9c1a7ec7 (5 revisions)
https://chromium.googlesource.com/vulkan-deps.git/+log/a52547961655..91cb9c1a7ec7 Also rolling transitive DEPS: https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/e5c1498afa1daa8cf3a48af7a74e3b7429afb05d..9aaa2601400a29ce39ce1111aa9f790e5c9d4c1b https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers/+log/f2eb740f3f0340ad941e563484d5ba45a5ec6af0..cbcad3c0587dddc768d76641ea00f5c45ab5a278 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers/+log/b8093e3a1854285cbd183fa98b410090889fa500..5e03260e859f201bb0dc9602f7659288e2f9d0f4 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: I2b8557a6aa383a5622b6762afc695c158a0e1b46 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/213339 Commit-Queue: Dawn Autoroller <[email protected]> Bot-Commit: Dawn Autoroller <[email protected]>
- Loading branch information
Dawn Autoroller
authored and
Dawn LUCI CQ
committed
Nov 2, 2024
1 parent
c7d8f10
commit df77ad0
Showing
5 changed files
with
8 additions
and
8 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 a52547 to 91cb9c
Submodule src
updated
16 files
+37 −15 | include/vulkan/vulkan.cppm | |
+7,978 −7,884 | include/vulkan/vulkan.hpp | |
+22 −1 | include/vulkan/vulkan_core.h | |
+2 −0 | include/vulkan/vulkan_enums.hpp | |
+12 −1 | include/vulkan/vulkan_extension_inspection.hpp | |
+112 −102 | include/vulkan/vulkan_funcs.hpp | |
+54 −50 | include/vulkan/vulkan_handles.hpp | |
+27 −0 | include/vulkan/vulkan_hash.hpp | |
+21 −14 | include/vulkan/vulkan_hpp_macros.hpp | |
+2,923 −2,868 | include/vulkan/vulkan_raii.hpp | |
+171 −169 | include/vulkan/vulkan_shared.hpp | |
+15 −0 | include/vulkan/vulkan_static_assertions.hpp | |
+220 −0 | include/vulkan/vulkan_structs.hpp | |
+2 −0 | include/vulkan/vulkan_to_string.hpp | |
+19,902 −19,864 | registry/validusage.json | |
+22 −6 | registry/vk.xml |
Submodule src
updated
9 files