Commit 8c26988
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1020 | 1020 | | |
1021 | 1021 | | |
1022 | 1022 | | |
1023 | | - | |
| 1023 | + | |
1024 | 1024 | | |
1025 | 1025 | | |
1026 | 1026 | | |
| |||
1070 | 1070 | | |
1071 | 1071 | | |
1072 | 1072 | | |
1073 | | - | |
| 1073 | + | |
1074 | 1074 | | |
1075 | 1075 | | |
1076 | 1076 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
247 | | - | |
248 | | - | |
| 246 | + | |
| 247 | + | |
249 | 248 | | |
250 | 249 | | |
251 | 250 | | |
| |||
Submodule vulkan-deps updated from 436b13b to 525b5b9
- .github/workflows/vvl.yml-2
- layers/CMakeLists.txt+15-7
- layers/containers/custom_containers.h+7-46
- layers/core_checks/core_validation.h+2-1
- layers/external/parallel_hashmap/btree.h+3.6k
- layers/external/parallel_hashmap/meminfo.h+185
- layers/external/parallel_hashmap/phmap.h+4.8k
- layers/external/parallel_hashmap/phmap_base.h+4.6k
- layers/external/parallel_hashmap/phmap_bits.h+603
- layers/external/parallel_hashmap/phmap_config.h+759
- layers/external/parallel_hashmap/phmap_dump.h+304
- layers/external/parallel_hashmap/phmap_fwd_decl.h+159
- layers/external/parallel_hashmap/phmap_utils.h+353
- layers/gpuav/spirv/CMakeLists.txt+1
- layers/vulkan/generated/vk_dispatch_table_helper.cpp+3
- layers/vulkan/generated/vk_dispatch_table_helper.h+2-1
- scripts/CMakeLists.txt+3-6
- scripts/generators/dispatch_table_helper_generator.py+4-2
- scripts/gn/export_targets.py+2-1
- scripts/known_good.json-11
- tests/CMakeLists.txt+4-1
- tests/layers/CMakeLists.txt+5-3
0 commit comments