From 8785935fd6f48b9058816c27e81a002a9a03a895 Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Tue, 28 Feb 2023 15:00:32 +0000 Subject: [PATCH] Roll vulkan-deps from aab1fe544cf8 to be0da2c7c7a0 (4 revisions) https://chromium.googlesource.com/vulkan-deps.git/+log/aab1fe544cf8..be0da2c7c7a0 Also rolling transitive DEPS: https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/9d4c95a57448d855c8a292d4b30fdf4b4045588e..9d71fb676491bc12be3398665236f407341b83c8 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 jvanverth@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: jvanverth@google.com Change-Id: I66a3ad7a9788bf8eef773c61c2fb6c91cf84d771 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/650158 Bot-Commit: skia-autoroll Commit-Queue: skia-autoroll --- DEPS | 4 ++-- bazel/deps.bzl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 96a2dea154fa..861f808ae83f 100644 --- a/DEPS +++ b/DEPS @@ -55,10 +55,10 @@ deps = { "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@aab1fe544cf82b65c0c554cdc28023d25b6b5f25", + "third_party/externals/vulkan-deps" : "https://chromium.googlesource.com/vulkan-deps@be0da2c7c7a06c80c61c00d6fddf8d3403525023", "third_party/externals/spirv-cross" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross@7512345f61e5f9b543ebb87df678f3fe7735587b", "third_party/externals/spirv-headers" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git@aa331ab0ffcb3a67021caa1a0c1c9017712f2f31", - "third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@9d4c95a57448d855c8a292d4b30fdf4b4045588e", + "third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@9d71fb676491bc12be3398665236f407341b83c8", "third_party/externals/vulkan-headers" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers@a3dd2655a3a68c2a67c55a0f8b77dcb8b166ada2", "third_party/externals/vulkan-tools" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools@5bcfa1605e110150710170bfe199aa60e7f048fe", #"third_party/externals/v8" : "https://chromium.googlesource.com/v8/v8.git@5f1ae66d5634e43563b2d25ea652dfb94c31a3b4", diff --git a/bazel/deps.bzl b/bazel/deps.bzl index eb931877118e..24055a48aa20 100644 --- a/bazel/deps.bzl +++ b/bazel/deps.bzl @@ -158,7 +158,7 @@ def git_repos_from_deps(): git_repository( name = "spirv_tools", - commit = "9d4c95a57448d855c8a292d4b30fdf4b4045588e", + commit = "9d71fb676491bc12be3398665236f407341b83c8", remote = "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git", )