Skip to content

Commit 8c26988

Browse files
angle-autorollAngle LUCI CQ
authored andcommitted
Manual roll vulkan-deps from 436b13b0fc28 to 525b5b9d77ef (1 revision)
Manual roll requested by ynovikov@google.com Update export_targets.py due to http://github.com/KhronosGroup/Vulkan-ValidationLayers/pull/9790 conditionally including "parallel_hashmap/phmap.h" instead of "robin_hood.h" behind USE_CUSTOM_HASH_MAP. https://chromium.googlesource.com/vulkan-deps.git/+log/436b13b0fc28..525b5b9d77ef Also rolling transitive DEPS: https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers/+log/2e6787d498d65bc20c195d667b8cd3c63e1a8aa9..6b3cbe3f81357a47cdcac896bd9b145bcd3fa14e 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-angle-autoroll Please CC angle-team@google.com,ynovikov@google.com on the revert to ensure that a human is aware of the problem. To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/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: angleproject:42264327 Change-Id: I05b9511948e35f98d332ac70984eda7c6af5978e Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6407871 Reviewed-by: Roman Lavrov <romanl@google.com> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
1 parent 33b9c06 commit 8c26988

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

DEPS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ deps = {
10201020
},
10211021

10221022
'third_party/vulkan-deps': {
1023-
'url': Var('chromium_git') + '/vulkan-deps@436b13b0fc2890aebe8748db0a42dbcfad3bfb58',
1023+
'url': Var('chromium_git') + '/vulkan-deps@525b5b9d77ef1515358ff6d9ab08bf96791dd010',
10241024
'condition': 'not build_with_chromium',
10251025
},
10261026

@@ -1070,7 +1070,7 @@ deps = {
10701070
},
10711071

10721072
'third_party/vulkan-validation-layers/src': {
1073-
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@2e6787d498d65bc20c195d667b8cd3c63e1a8aa9',
1073+
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@6b3cbe3f81357a47cdcac896bd9b145bcd3fa14e',
10741074
'condition': 'not build_with_chromium',
10751075
},
10761076

scripts/export_targets.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,8 @@ def pre(k):
243243
# comments. Since the script doesn't skip comments they are
244244
# erroneously marked as valid includes
245245
b'rapidjson/...',
246-
# Validation layers support building with robin hood hashing, but we are not enabling that
247-
# See http://anglebug.com/42264327
248-
b'robin_hood.h',
246+
# Conditionally included in http://github.com/KhronosGroup/Vulkan-ValidationLayers/pull/9790
247+
b'parallel_hashmap/phmap.h',
249248
# Validation layers optionally use mimalloc
250249
b'mimalloc-new-delete.h',
251250
# From the Vulkan-Loader

third_party/vulkan-deps

Submodule vulkan-deps updated from 436b13b to 525b5b9

0 commit comments

Comments
 (0)