Skip to content

Commit

Permalink
Roll vulkan-deps from 0b52950e91ca to 977783acab11 (8 revisions)
Browse files Browse the repository at this point in the history
https://chromium.googlesource.com/vulkan-deps.git/+log/0b52950e91ca..977783acab11

Also rolling transitive DEPS:
  https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/63ebbe367c8c219e262a2bf78b7395b74cc9d9af..d81aeef9f82050bd5940ce1c475d8316ad41d747
  https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers/+log/22c4d1b1e9d1c7d9aa5086c93e6491f21080019b..cb6b2c32dbfc3257c1e9142a116fe9ee3d9b80a2
  https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Loader/+log/7a83084ef84cc0d47c31d2872a4939c4c59186a1..9276d73f29651c92402f0f0389108d69bb51b9ca
  https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers/+log/52e49e191a28189bcdd2f22a95cb4dbe7f9c5eac..2e3b9e9d7ba562187bff4b92b6a9dae6b1824008

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-dawn-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 Dawn: https://bugs.chromium.org/p/dawn/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Bug: None
Tbr: [email protected]
Change-Id: I12258f92d1d8378ae48fd7a8e575ede030b79840
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/213217
Commit-Queue: Dawn Autoroller <[email protected]>
Bot-Commit: Dawn Autoroller <[email protected]>
  • Loading branch information
Dawn Autoroller authored and Dawn LUCI CQ committed Oct 31, 2024
1 parent a56fede commit dd5ee76
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -284,12 +284,12 @@ deps = {
},

'third_party/vulkan-deps': {
'url': '{chromium_git}/vulkan-deps@0b52950e91cae5f8395941bbfea9c120b16091b0',
'url': '{chromium_git}/vulkan-deps@977783acab11f7e41bfcbc74c006181bedbf292f',
'condition': 'dawn_standalone',
},

'third_party/glslang/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@63ebbe367c8c219e262a2bf78b7395b74cc9d9af',
'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@d81aeef9f82050bd5940ce1c475d8316ad41d747',
'condition': 'dawn_standalone',
},

Expand All @@ -299,7 +299,7 @@ deps = {
},

'third_party/spirv-headers/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Headers@22c4d1b1e9d1c7d9aa5086c93e6491f21080019b',
'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Headers@cb6b2c32dbfc3257c1e9142a116fe9ee3d9b80a2',
'condition': 'dawn_standalone',
},

Expand All @@ -314,7 +314,7 @@ deps = {
},

'third_party/vulkan-loader/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Loader@7a83084ef84cc0d47c31d2872a4939c4c59186a1',
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Loader@9276d73f29651c92402f0f0389108d69bb51b9ca',
'condition': 'dawn_standalone',
},

Expand All @@ -329,7 +329,7 @@ deps = {
},

'third_party/vulkan-validation-layers/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@52e49e191a28189bcdd2f22a95cb4dbe7f9c5eac',
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@2e3b9e9d7ba562187bff4b92b6a9dae6b1824008',
'condition': 'dawn_standalone',
},

Expand Down
2 changes: 1 addition & 1 deletion third_party/glslang/src
Submodule src updated 1 files
+19 −1 build_info.py
2 changes: 1 addition & 1 deletion third_party/spirv-headers/src
2 changes: 1 addition & 1 deletion third_party/vulkan-deps
Submodule vulkan-deps updated from 0b5295 to 977783
2 changes: 1 addition & 1 deletion third_party/vulkan-loader/src
Submodule src updated 1 files
+1 −1 loader/CMakeLists.txt

0 comments on commit dd5ee76

Please sign in to comment.