Roll vulkan-deps from b7e10ed68dd0 to dad165201f86 (3 revisions) https://chromium.googlesource.com/vulkan-deps.git/+log/b7e10ed68dd0..dad165201f86 Also rolling transitive DEPS: https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/eebdb15753f83094bb5fa84148b50431b214eda3..7d5bc35197be75e10000f14ea9eb3954ca2b0aab https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers/+log/36872f9062b17b1a30b8ed1d81ca5ea6bb608a72..9dff1f571ce25b92639854b89b28539602b6b97b 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-skia-autoroll Please CC danieldilan@google.com,skiabot@google.com on the revert to ensure that a human is aware of the problem. To file a bug in skia: https://bugs.chromium.org/p/skia/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 Cq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Release-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE Bug: None Tbr: danieldilan@google.com Change-Id: I7cd81d2eb0986486699e0dbf031b34bb3500fc2d Reviewed-on: https://skia-review.googlesource.com/c/skia/+/925518 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS index cd33a4e..df7d90c 100644 --- a/DEPS +++ b/DEPS
@@ -69,12 +69,12 @@ "third_party/externals/vulkanmemoryallocator" : "https://chromium.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator@a6bfc237255a6bac1513f7c1ebde6d8aed6b5191", # vulkan-deps is a meta-repo containing several interdependent Khronos Vulkan repositories. # When the vulkan-deps revision is updated, those repos (spirv-*, vulkan-*) should be updated as well. - "third_party/externals/vulkan-deps" : "https://chromium.googlesource.com/vulkan-deps@b7e10ed68dd065e435eb2491424026bbf08f6e8b", + "third_party/externals/vulkan-deps" : "https://chromium.googlesource.com/vulkan-deps@dad165201f861cb4db38dba1c04cca00d1d46d3d", "third_party/externals/spirv-cross" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross@b8fcf307f1f347089e3c46eb4451d27f32ebc8d3", "third_party/externals/spirv-headers" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git@36d5e2ddaa54c70d2f29081510c66f4fc98e5e53", - "third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@eebdb15753f83094bb5fa84148b50431b214eda3", + "third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@7d5bc35197be75e10000f14ea9eb3954ca2b0aab", "third_party/externals/vello" : "https://skia.googlesource.com/external/github.com/linebender/vello.git@3ee3bea02164c5a816fe6c16ef4e3a810edb7620", - "third_party/externals/vulkan-headers" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers@36872f9062b17b1a30b8ed1d81ca5ea6bb608a72", + "third_party/externals/vulkan-headers" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers@9dff1f571ce25b92639854b89b28539602b6b97b", "third_party/externals/vulkan-tools" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools@a2224abf350f61211462a33e5b540201fa17de0d", "third_party/externals/vulkan-utility-libraries": "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries@b538fb5b08513aa78346cd414ad5e576a2a3e920", "third_party/externals/unicodetools" : "https://chromium.googlesource.com/external/github.com/unicode-org/unicodetools@66a3fa9dbdca3b67053a483d130564eabc5fe095",
diff --git a/bazel/deps.bzl b/bazel/deps.bzl index 7a281aa..c45b876 100644 --- a/bazel/deps.bzl +++ b/bazel/deps.bzl
@@ -197,7 +197,7 @@ git_repository( name = "spirv_tools", - commit = "eebdb15753f83094bb5fa84148b50431b214eda3", + commit = "7d5bc35197be75e10000f14ea9eb3954ca2b0aab", remote = "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git", ) @@ -211,7 +211,7 @@ new_git_repository( name = "vulkan_headers", build_file = ws + "//bazel/external/vulkan_headers:BUILD.bazel", - commit = "36872f9062b17b1a30b8ed1d81ca5ea6bb608a72", + commit = "9dff1f571ce25b92639854b89b28539602b6b97b", remote = "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers", )
diff --git a/infra/bots/deps/deps_gen.go b/infra/bots/deps/deps_gen.go index 22159ea..cfd93c3 100644 --- a/infra/bots/deps/deps_gen.go +++ b/infra/bots/deps/deps_gen.go
@@ -89,7 +89,7 @@ }, "chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers": { Id: "chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers", - Version: "36872f9062b17b1a30b8ed1d81ca5ea6bb608a72", + Version: "9dff1f571ce25b92639854b89b28539602b6b97b", Path: "third_party/externals/vulkan-headers", }, "chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools": { @@ -144,7 +144,7 @@ }, "chromium.googlesource.com/vulkan-deps": { Id: "chromium.googlesource.com/vulkan-deps", - Version: "b7e10ed68dd065e435eb2491424026bbf08f6e8b", + Version: "dad165201f861cb4db38dba1c04cca00d1d46d3d", Path: "third_party/externals/vulkan-deps", }, "chromium.googlesource.com/webm/libwebp": { @@ -204,7 +204,7 @@ }, "skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools": { Id: "skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools", - Version: "eebdb15753f83094bb5fa84148b50431b214eda3", + Version: "7d5bc35197be75e10000f14ea9eb3954ca2b0aab", Path: "third_party/externals/spirv-tools", }, "skia.googlesource.com/external/github.com/abseil/abseil-cpp": {