Roll vulkan-deps from 199e36d15635 to 8540477b5d95 (16 revisions) https://chromium.googlesource.com/vulkan-deps.git/+log/199e36d15635..8540477b5d95 Also rolling transitive DEPS: https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/8b39a8b54d55c8737196cdce705f32f94d3b2463..31c154a2a68a2efad82d372b957b42c6b51c1585 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 jmbetancourt@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: jmbetancourt@google.com Change-Id: I9c9f62b028874f0c54c92bedf4cf969d414928ad Reviewed-on: https://skia-review.googlesource.com/c/skia/+/937557 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 6471e95..19fc9f6 100644 --- a/DEPS +++ b/DEPS
@@ -68,10 +68,10 @@ "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@199e36d15635305911d4ad0fae6ef733a681f149", + "third_party/externals/vulkan-deps" : "https://chromium.googlesource.com/vulkan-deps@8540477b5d951bf001cb55fd57dae8dac8974000", "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@a380cd25433092dbce9a455a3feb1242138febee", - "third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@8b39a8b54d55c8737196cdce705f32f94d3b2463", + "third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@31c154a2a68a2efad82d372b957b42c6b51c1585", "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@d4a196d8c84e032d27f999adcea3075517c1c97f", "third_party/externals/vulkan-tools" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools@315964ad5aabd5b148a484e5fbea8a365c8d1eb3",
diff --git a/bazel/deps.bzl b/bazel/deps.bzl index b33dc56..f6eeda1 100644 --- a/bazel/deps.bzl +++ b/bazel/deps.bzl
@@ -197,7 +197,7 @@ git_repository( name = "spirv_tools", - commit = "8b39a8b54d55c8737196cdce705f32f94d3b2463", + commit = "31c154a2a68a2efad82d372b957b42c6b51c1585", 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 659b415..043607f 100644 --- a/infra/bots/deps/deps_gen.go +++ b/infra/bots/deps/deps_gen.go
@@ -139,7 +139,7 @@ }, "chromium.googlesource.com/vulkan-deps": { Id: "chromium.googlesource.com/vulkan-deps", - Version: "199e36d15635305911d4ad0fae6ef733a681f149", + Version: "8540477b5d951bf001cb55fd57dae8dac8974000", Path: "third_party/externals/vulkan-deps", }, "chromium.googlesource.com/webm/libwebp": { @@ -194,7 +194,7 @@ }, "skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools": { Id: "skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools", - Version: "8b39a8b54d55c8737196cdce705f32f94d3b2463", + Version: "31c154a2a68a2efad82d372b957b42c6b51c1585", Path: "third_party/externals/spirv-tools", }, "skia.googlesource.com/external/github.com/abseil/abseil-cpp": {