mirrored from https://chromium.googlesource.com/angle/angle
-
Notifications
You must be signed in to change notification settings - Fork 622
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 2d70513951de to 45d90843193e (20 revisions)
Manual roll requested by abdolrashidi@google.com https://chromium.googlesource.com/vulkan-deps.git/+log/2d70513951de..45d90843193e Also rolling transitive DEPS: https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers/+log/6a74a7d65cafa19e38ec116651436cce6efd5b2e..d4a196d8c84e032d27f999adcea3075517c1c97f https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Loader/+log/7ccaa5e0206fcaa03135312fccb4624ae110a19b..b8315514467ace9e22070dd8e0491aaffb9690d1 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools/+log/2744de9936755fea6912d47e7a0a8857d8a4fdee..a71347ae4d76eb8454459373d4e1bfb929ea6a89 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries/+log/7f8738669b15a7a158b2a77aff2033973dcd8751..5a88b6042edb8f03eefc8de73bd73a899989373f https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers/+log/2cbfec7bb95b3de7bab8db92716197ec9a855fb2..90851ef5b77757556217122061672dc52e21629c 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-angle-autoroll Please CC abdolrashidi@google.com,angle-team@google.com on the revert to ensure that a human is aware of the problem. To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/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: abdolrashidi@google.com Change-Id: I7f4b0e5ffbae1a159fe1085aaf48c5eb4f219cda Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6115340 Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
- Loading branch information
angle-autoroll
authored and
Angle LUCI CQ
committed
Dec 21, 2024
1 parent
2849e8f
commit 81a41e4
Showing
8 changed files
with
13 additions
and
13 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
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 2d7051 to 45d908
Submodule src
updated
12 files
+26 −0 | include/vulkan/vulkan.cppm | |
+1 −1 | include/vulkan/vulkan.hpp | |
+2 −2 | include/vulkan/vulkan_core.h | |
+8 −8 | include/vulkan/vulkan_enums.hpp | |
+7 −1 | include/vulkan/vulkan_extension_inspection.hpp | |
+50 −0 | include/vulkan/vulkan_handles.hpp | |
+403 −174 | include/vulkan/vulkan_structs.hpp | |
+2 −2 | include/vulkan/vulkan_to_string.hpp | |
+348 −13 | include/vulkan/vulkan_video.hpp | |
+4 −2 | registry/reg.py | |
+785 −1,015 | registry/validusage.json | |
+57 −38 | registry/vk.xml |
Submodule src
updated
5 files
+1 −1 | .github/workflows/codeql.yml | |
+1 −1 | CMakeLists.txt | |
+2 −2 | loader/loader.rc | |
+0 −8 | loader/wsi.c | |
+2 −2 | scripts/known_good.json |
Submodule src
updated
6 files
+11 −11 | cube/cube.cpp | |
+1 −2 | cube/macOS/cube/CMakeLists.txt | |
+2 −2 | cube/macOS/cubepp/CMakeLists.txt | |
+1 −1 | icd/VkICD_mock_icd.json.in | |
+2 −2 | scripts/known_good.json | |
+1 −1 | vulkaninfo/generated/vulkaninfo.hpp |
Submodule src
updated
2 files
+2 −2 | include/vulkan/vk_enum_string_helper.h | |
+1 −1 | scripts/known_good.json |
Submodule src
updated
91 files