From d9be325b1c88c48fa6052d7b983842c627b1be2c Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Tue, 7 Mar 2023 18:37:00 +0000 Subject: [PATCH] Roll vulkan-deps from 7acafd0a3853 to 9b4ca4eb1635 (3 revisions) https://chromium.googlesource.com/vulkan-deps.git/+log/7acafd0a3853..9b4ca4eb1635 Also rolling transitive DEPS: https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/016bb3ae7f2bea7c86c25fa1d6d4df47b78700fd..3033cf428e6de3e5766f85caa9dbaab0f57a51ea 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 jcgregorio@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: jcgregorio@google.com Change-Id: I059702329e74e0166cd79865d95d4eaee5204baa Reviewed-on: https://skia-review.googlesource.com/c/skia/+/653258 Commit-Queue: skia-autoroll Bot-Commit: skia-autoroll --- DEPS | 4 ++-- bazel/deps.bzl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 5d3e9f08a133..a0e24316e3a1 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@7acafd0a3853c2404ac0ce7ca23bd83e8ce1a98a", + "third_party/externals/vulkan-deps" : "https://chromium.googlesource.com/vulkan-deps@9b4ca4eb16358d4c5974cab876d2e9a78192351d", "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@295cf5fb3bfe2454360e82b26bae7fc0de699abe", - "third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@016bb3ae7f2bea7c86c25fa1d6d4df47b78700fd", + "third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@3033cf428e6de3e5766f85caa9dbaab0f57a51ea", "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 695f8db8b6f0..69f80db9f2d5 100644 --- a/bazel/deps.bzl +++ b/bazel/deps.bzl @@ -158,7 +158,7 @@ def git_repos_from_deps(): git_repository( name = "spirv_tools", - commit = "016bb3ae7f2bea7c86c25fa1d6d4df47b78700fd", + commit = "3033cf428e6de3e5766f85caa9dbaab0f57a51ea", remote = "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git", )