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", )