Roll vulkan-deps from 354eac3ca8c8 to 7fd101e2d93d (7 revisions) https://chromium.googlesource.com/vulkan-deps.git/+log/354eac3ca8c8..7fd101e2d93d Also rolling transitive DEPS: https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/f29e11dcb68a9a7db470a78e52cad169a2c61274..e0936b646cdd2c7bb930501a26f2b95b2f684455 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools/+log/9aafa3cf1a72170cedab37073dcc184a6428469b..fedb3b8ed39899eeb7c549cd50a380132b9dc948 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 scroggo@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug 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-Debug-Dawn;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: scroggo@google.com Change-Id: I77e2be597cc06e882812c12a198bf297c086f3ce Reviewed-on: https://skia-review.googlesource.com/c/skia/+/703486 Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS index 6928eff..3ff0bfd 100644 --- a/DEPS +++ b/DEPS
@@ -54,13 +54,13 @@ "third_party/externals/vulkanmemoryallocator" : "https://chromium.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator@7de5cc00de50e71a3aab22dea52fbb7ff4efceb6", # 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@354eac3ca8c83244089f93f99294dd0dfc265459", + "third_party/externals/vulkan-deps" : "https://chromium.googlesource.com/vulkan-deps@7fd101e2d93d8c9807fb6d3fc60416552f619edd", "third_party/externals/spirv-cross" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross@12542fc6fc05000e04742daf93892a0b10edbe80", "third_party/externals/spirv-headers" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git@69155b22b3b1f2d0cfed48f59167d9792de1fd79", - "third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@f29e11dcb68a9a7db470a78e52cad169a2c61274", + "third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@e0936b646cdd2c7bb930501a26f2b95b2f684455", "third_party/externals/vello" : "https://skia.googlesource.com/external/github.com/linebender/vello.git@ef2630ad9c647b90863cb0915701d54725733968", "third_party/externals/vulkan-headers" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers@9e61870ecbd32514113b467e0a0c46f60ed222c7", - "third_party/externals/vulkan-tools" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools@9aafa3cf1a72170cedab37073dcc184a6428469b", + "third_party/externals/vulkan-tools" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools@fedb3b8ed39899eeb7c549cd50a380132b9dc948", #"third_party/externals/v8" : "https://chromium.googlesource.com/v8/v8.git@5f1ae66d5634e43563b2d25ea652dfb94c31a3b4", "third_party/externals/wuffs" : "https://skia.googlesource.com/external/github.com/google/wuffs-mirror-release-c.git@a0041ac0310b3156b963e2f2bea09245f25ec073", "third_party/externals/zlib" : "https://chromium.googlesource.com/chromium/src/third_party/zlib@c876c8f87101c5a75f6014b0f832499afeb65b73",
diff --git a/bazel/deps.bzl b/bazel/deps.bzl index 41449d4..7b4ad12 100644 --- a/bazel/deps.bzl +++ b/bazel/deps.bzl
@@ -169,7 +169,7 @@ git_repository( name = "spirv_tools", - commit = "f29e11dcb68a9a7db470a78e52cad169a2c61274", + commit = "e0936b646cdd2c7bb930501a26f2b95b2f684455", remote = "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git", ) @@ -190,7 +190,7 @@ new_git_repository( name = "vulkan_tools", build_file = ws + "//bazel/external/vulkan_tools:BUILD.bazel", - commit = "9aafa3cf1a72170cedab37073dcc184a6428469b", + commit = "fedb3b8ed39899eeb7c549cd50a380132b9dc948", remote = "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools", )