From ff94581f1f8a1abe8fd3f8de586e2dd83486654f Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Fri, 14 Feb 2025 12:19:44 -0800 Subject: [PATCH] Roll vulkan-deps from a225d11f8d17 to cc6490ed63e7 (4 revisions) https://chromium.googlesource.com/vulkan-deps.git/+log/a225d11f8d17..cc6490ed63e7 Also rolling transitive DEPS: https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/dc1641d168304d3ef97bba23d5fc45c9bead45f5..9fa14b91414994e2bf4d9509b8efc8071f154991 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 jamesgk@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-Golo-GPU-QuadroP400-x86_64-Debug-All-ANGLE Bug: None Tbr: jamesgk@google.com Change-Id: I20d9f28ce377b6c297dc8a21472ca462aba712cf Reviewed-on: https://skia-review.googlesource.com/c/skia/+/952379 Bot-Commit: skia-autoroll Commit-Queue: skia-autoroll --- DEPS | 4 ++-- bazel/deps.bzl | 2 +- infra/bots/deps/deps_gen.go | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index 68c0ae06c08..99709abe614 100644 --- a/DEPS +++ b/DEPS @@ -68,10 +68,10 @@ deps = { "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@a225d11f8d17023b70b47c3a9d0a488fb7921a59", + "third_party/externals/vulkan-deps" : "https://chromium.googlesource.com/vulkan-deps@cc6490ed63e71b05684267430ed98437c2e83b56", "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@09913f088a1197aba4aefd300a876b2ebbaa3391", - "third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@dc1641d168304d3ef97bba23d5fc45c9bead45f5", + "third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@9fa14b91414994e2bf4d9509b8efc8071f154991", "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@234c4b7370a8ea3239a214c9e871e4b17c89f4ab", "third_party/externals/vulkan-tools" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools@a9f88a232a4cd6634e47f0f93c8fac5789387a7a", diff --git a/bazel/deps.bzl b/bazel/deps.bzl index 60a73544850..fc12c7d307b 100644 --- a/bazel/deps.bzl +++ b/bazel/deps.bzl @@ -197,7 +197,7 @@ def c_plus_plus_deps(ws = "@skia"): git_repository( name = "spirv_tools", - commit = "dc1641d168304d3ef97bba23d5fc45c9bead45f5", + commit = "9fa14b91414994e2bf4d9509b8efc8071f154991", remote = "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git", ) diff --git a/infra/bots/deps/deps_gen.go b/infra/bots/deps/deps_gen.go index 55a65e8c9c2..616f634cf2d 100644 --- a/infra/bots/deps/deps_gen.go +++ b/infra/bots/deps/deps_gen.go @@ -139,7 +139,7 @@ var deps = deps_parser.DepsEntries{ }, "chromium.googlesource.com/vulkan-deps": { Id: "chromium.googlesource.com/vulkan-deps", - Version: "a225d11f8d17023b70b47c3a9d0a488fb7921a59", + Version: "cc6490ed63e71b05684267430ed98437c2e83b56", Path: "third_party/externals/vulkan-deps", }, "chromium.googlesource.com/webm/libwebp": { @@ -194,7 +194,7 @@ var deps = deps_parser.DepsEntries{ }, "skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools": { Id: "skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools", - Version: "dc1641d168304d3ef97bba23d5fc45c9bead45f5", + Version: "9fa14b91414994e2bf4d9509b8efc8071f154991", Path: "third_party/externals/spirv-tools", }, "skia.googlesource.com/external/github.com/abseil/abseil-cpp": {