Roll vulkan-deps from 250e3914595d to fccfa1b2700f (8 revisions) https://chromium.googlesource.com/vulkan-deps.git/+log/250e3914595d..fccfa1b2700f Also rolling transitive DEPS: https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/9743701ed5e497805a5ab8bb9c8fb3843b200e8c..44bc9bd2af79568215f4fd6f12bde4de7c37586d https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers/+log/65ad768d8603671fc1085fe115019e72a595ced8..fa204df59c6caea6b9be3cf0754a88cd89056a87 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools/+log/a7bc1fe90ff58bebf95470ebcb8670ea22907795..f196c8d3cafcaf7e628b7b76a799c940999ee984 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 egdaniel@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: egdaniel@google.com Change-Id: I3dfdb99c71e2e4a3885a0b6b14838d3d54e9f59c Reviewed-on: https://skia-review.googlesource.com/c/skia/+/658316 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 9f9e100..afa1a55 100644 --- a/DEPS +++ b/DEPS
@@ -55,12 +55,12 @@ "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@250e3914595d8834bb031ee768d424de12e6c7dd", + "third_party/externals/vulkan-deps" : "https://chromium.googlesource.com/vulkan-deps@fccfa1b2700fe68df9f4216153030caff61d32c0", "third_party/externals/spirv-cross" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross@d26c233e1c2629fec1ae1b6fdf538958e5d52bff", "third_party/externals/spirv-headers" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git@1feaf4414eb2b353764d01d88f8aa4bcc67b60db", - "third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@9743701ed5e497805a5ab8bb9c8fb3843b200e8c", - "third_party/externals/vulkan-headers" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers@65ad768d8603671fc1085fe115019e72a595ced8", - "third_party/externals/vulkan-tools" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools@a7bc1fe90ff58bebf95470ebcb8670ea22907795", + "third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@44bc9bd2af79568215f4fd6f12bde4de7c37586d", + "third_party/externals/vulkan-headers" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers@fa204df59c6caea6b9be3cf0754a88cd89056a87", + "third_party/externals/vulkan-tools" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools@f196c8d3cafcaf7e628b7b76a799c940999ee984", #"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 74ee77a..55344e3 100644 --- a/bazel/deps.bzl +++ b/bazel/deps.bzl
@@ -158,21 +158,21 @@ git_repository( name = "spirv_tools", - commit = "9743701ed5e497805a5ab8bb9c8fb3843b200e8c", + commit = "44bc9bd2af79568215f4fd6f12bde4de7c37586d", remote = "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git", ) new_git_repository( name = "vulkan_headers", build_file = "@//bazel/external/vulkan_headers:BUILD.bazel", - commit = "65ad768d8603671fc1085fe115019e72a595ced8", + commit = "fa204df59c6caea6b9be3cf0754a88cd89056a87", remote = "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers", ) new_git_repository( name = "vulkan_tools", build_file = "@//bazel/external/vulkan_tools:BUILD.bazel", - commit = "a7bc1fe90ff58bebf95470ebcb8670ea22907795", + commit = "f196c8d3cafcaf7e628b7b76a799c940999ee984", remote = "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools", )