Skip to content

Commit f1d3939

Browse files
Dawn AutorollerDawn LUCI CQ
authored andcommitted
Roll vulkan-deps from eaa43b73e162 to c101024bcab8 (20 revisions)
https://chromium.googlesource.com/vulkan-deps.git/+log/eaa43b73e162..c101024bcab8 Also rolling transitive DEPS: https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/db06346b03b5e01b8af58b842fe4b068f47f9e46..ada1771a9f7a125573aa94fe551fdc44b45769bd https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers/+log/d64e9e156ac818c19b722ca142230b68e3daafe3..78c359741d855213e8685278eb81bb62599f8e56 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Loader/+log/54cbefd25dbcaeb2bb03da207afce6cad7fb5dd1..47404470464709ed5c4b660f9ebc73c717e85a50 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools/+log/072c8124dc6721df9b9c47f48830319b3218227a..32ee3e6e333a4bc4064fe64cfdfdcf6e71a92743 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries/+log/bc3a4d9fd9b46729651a3cec4f5226f6272b8684..ccae111ac678adbc9c74be10c8384cd1af835710 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers/+log/4159f13cc2bd82a60c3b72d3389e1a00b594b81e..44b817842beb1717170dda9322301bdb4303212b 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: Ia862b3e5aa259708a5dac618b0aef3a846be4ebd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/232474 Bot-Commit: Dawn Autoroller <[email protected]> Commit-Queue: Dawn Autoroller <[email protected]>
1 parent 462577a commit f1d3939

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

DEPS

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ deps = {
285285
},
286286

287287
'third_party/vulkan-deps': {
288-
'url': '{chromium_git}/vulkan-deps@eaa43b73e1628af513f7da4538cd96d7a044f17e',
288+
'url': '{chromium_git}/vulkan-deps@c101024bcab8a43b15955251ae93ee3b57cd8dcb',
289289
'condition': 'dawn_standalone',
290290
},
291291

@@ -305,32 +305,32 @@ deps = {
305305
},
306306

307307
'third_party/spirv-tools/src': {
308-
'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@db06346b03b5e01b8af58b842fe4b068f47f9e46',
308+
'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@ada1771a9f7a125573aa94fe551fdc44b45769bd',
309309
'condition': 'dawn_standalone',
310310
},
311311

312312
'third_party/vulkan-headers/src': {
313-
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Headers@d64e9e156ac818c19b722ca142230b68e3daafe3',
313+
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Headers@78c359741d855213e8685278eb81bb62599f8e56',
314314
'condition': 'dawn_standalone',
315315
},
316316

317317
'third_party/vulkan-loader/src': {
318-
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Loader@54cbefd25dbcaeb2bb03da207afce6cad7fb5dd1',
318+
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Loader@47404470464709ed5c4b660f9ebc73c717e85a50',
319319
'condition': 'dawn_standalone',
320320
},
321321

322322
'third_party/vulkan-tools/src': {
323-
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Tools@072c8124dc6721df9b9c47f48830319b3218227a',
323+
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Tools@32ee3e6e333a4bc4064fe64cfdfdcf6e71a92743',
324324
'condition': 'dawn_standalone',
325325
},
326326

327327
'third_party/vulkan-utility-libraries/src': {
328-
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Utility-Libraries@bc3a4d9fd9b46729651a3cec4f5226f6272b8684',
328+
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Utility-Libraries@ccae111ac678adbc9c74be10c8384cd1af835710',
329329
'condition': 'dawn_standalone',
330330
},
331331

332332
'third_party/vulkan-validation-layers/src': {
333-
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@4159f13cc2bd82a60c3b72d3389e1a00b594b81e',
333+
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@44b817842beb1717170dda9322301bdb4303212b',
334334
'condition': 'dawn_standalone',
335335
},
336336

third_party/vulkan-deps

Submodule vulkan-deps updated from eaa43b7 to c101024
Submodule src updated 287 files

0 commit comments

Comments
 (0)