Skip to content

Commit

Permalink
Roll vulkan-deps from 8ac5d8e1a9fe to 285e37076672 (10 revisions)
Browse files Browse the repository at this point in the history
https://chromium.googlesource.com/vulkan-deps.git/+log/8ac5d8e1a9fe..285e37076672

Also rolling transitive DEPS:
  https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools/+log/576f3286e10ca0c98fc481787b27e229bd61ac8f..3a19c1973f0e4732b8f3746593aee2ac425ecb78
  https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries/+log/57a5103a04ed5ce24463d6794dd6f96ceba126b1..fd80ac354313d190eeaa33180ededa4de8c474b4

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],[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-Release-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE
Bug: None
Tbr: [email protected]
Change-Id: I1a07910f26bafd754420337f692f44231d53a545
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/761475
Commit-Queue: skia-autoroll <[email protected]>
Bot-Commit: skia-autoroll <[email protected]>
  • Loading branch information
skia-autoroll authored and SkCQ committed Sep 30, 2023
1 parent a063eae commit 20a4310
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ deps = {
"third_party/externals/vulkanmemoryallocator" : "https://chromium.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator@a6bfc237255a6bac1513f7c1ebde6d8aed6b5191",
# 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@8ac5d8e1a9fe5a0020ca64de10213210123f7f60",
"third_party/externals/vulkan-deps" : "https://chromium.googlesource.com/vulkan-deps@285e370766723ea96f91115884ec01492b505907",
"third_party/externals/spirv-cross" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross@6e1fb9b09efadee38748e0fd0e6210d329087e89",
"third_party/externals/spirv-headers" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git@79743b899fde5c954897b2694291002626358fac",
"third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@1bc0e6f59abc3c9cd75f93baef47e9612a448045",
"third_party/externals/vello" : "https://skia.googlesource.com/external/github.com/linebender/vello.git@ee3a076b291d206c361431cc841407adf265c692",
"third_party/externals/vulkan-headers" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers@7e691380166fb1cd9b193ac9db896bc23a4ea9ad",
"third_party/externals/vulkan-tools" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools@576f3286e10ca0c98fc481787b27e229bd61ac8f",
"third_party/externals/vulkan-utility-libraries": "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries@57a5103a04ed5ce24463d6794dd6f96ceba126b1",
"third_party/externals/vulkan-tools" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools@3a19c1973f0e4732b8f3746593aee2ac425ecb78",
"third_party/externals/vulkan-utility-libraries": "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries@fd80ac354313d190eeaa33180ededa4de8c474b4",
"third_party/externals/unicodetools" : "https://chromium.googlesource.com/external/github.com/unicode-org/unicodetools@66a3fa9dbdca3b67053a483d130564eabc5fe095",
#"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@e3f919ccfe3ef542cfc983a82146070258fb57f8",
Expand Down
4 changes: 2 additions & 2 deletions bazel/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -193,14 +193,14 @@ def c_plus_plus_deps(ws = "@skia"):
new_git_repository(
name = "vulkan_tools",
build_file = ws + "//bazel/external/vulkan_tools:BUILD.bazel",
commit = "576f3286e10ca0c98fc481787b27e229bd61ac8f",
commit = "3a19c1973f0e4732b8f3746593aee2ac425ecb78",
remote = "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools",
)

new_git_repository(
name = "vulkan_utility_libraries",
build_file = ws + "//bazel/external/vulkan_utility_libraries:BUILD.bazel",
commit = "57a5103a04ed5ce24463d6794dd6f96ceba126b1",
commit = "fd80ac354313d190eeaa33180ededa4de8c474b4",
remote = "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries",
)

Expand Down

0 comments on commit 20a4310

Please sign in to comment.