Skip to content

Commit

Permalink
Roll vulkan-deps from ef116f5551fb to 80770ea57aff (7 revisions)
Browse files Browse the repository at this point in the history
https://chromium.googlesource.com/vulkan-deps.git/+log/ef116f5551fb..80770ea57aff

Also rolling transitive DEPS:
  https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/d9446130d5165f7fafcb3599252a22e264c7d4bd..40f5bf59c6acb4754a0bffd3c53a715732883a12
  https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers/+log/2826791bed6a793f164bf534cd859968f13df8a9..891c40de1ae1a02b6e2475e1e9684e0fc94fff27
  https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools/+log/b17374498fcd4612e758a911fb11a8c2d0451dc0..ce45337c51ed53e6f1b337aa746a5a96c5018f86

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 [email protected] 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: [email protected]
Change-Id: Id087f8a75780acdc86ec538bc5d39958787466e5
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/613982
Commit-Queue: skia-autoroll <[email protected]>
Bot-Commit: skia-autoroll <[email protected]>
  • Loading branch information
skia-autoroll authored and SkCQ committed Dec 6, 2022
1 parent ad85f40 commit 5e6840a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ 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@ef116f5551fb729346249c84b897e7ca4c70c324",
"third_party/externals/vulkan-deps" : "https://chromium.googlesource.com/vulkan-deps@80770ea57aff140d151d25c30de796a1e08bd5af",
"third_party/externals/spirv-cross" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross@c77b09b57c27837dc2d41aa371ed3d236ce9ce47",
"third_party/externals/spirv-headers" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git@1d31a100405cf8783ca7a31e31cdd727c9fc54c3",
"third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@d9446130d5165f7fafcb3599252a22e264c7d4bd",
"third_party/externals/vulkan-headers" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers@2826791bed6a793f164bf534cd859968f13df8a9",
"third_party/externals/vulkan-tools" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools@b17374498fcd4612e758a911fb11a8c2d0451dc0",
"third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@40f5bf59c6acb4754a0bffd3c53a715732883a12",
"third_party/externals/vulkan-headers" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers@891c40de1ae1a02b6e2475e1e9684e0fc94fff27",
"third_party/externals/vulkan-tools" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools@ce45337c51ed53e6f1b337aa746a5a96c5018f86",
#"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",
Expand Down
6 changes: 3 additions & 3 deletions bazel/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -158,21 +158,21 @@ def git_repos_from_deps():

git_repository(
name = "spirv_tools",
commit = "d9446130d5165f7fafcb3599252a22e264c7d4bd",
commit = "40f5bf59c6acb4754a0bffd3c53a715732883a12",
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 = "2826791bed6a793f164bf534cd859968f13df8a9",
commit = "891c40de1ae1a02b6e2475e1e9684e0fc94fff27",
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 = "b17374498fcd4612e758a911fb11a8c2d0451dc0",
commit = "ce45337c51ed53e6f1b337aa746a5a96c5018f86",
remote = "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools",
)

Expand Down

0 comments on commit 5e6840a

Please sign in to comment.