Commit 8bf7d45
Manual roll vulkan-deps from 476cafde9e9d to e8b712767b9e (8 revisions)
Manual roll requested by syoussefi@google.com
https://chromium.googlesource.com/vulkan-deps.git/+log/476cafde9e9d..e8b712767b9e
Also rolling transitive DEPS:
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/321692686b64873ccf4972754e36185697993e21..b9d5ced92ac454caf526c3b80d5105a1f38878ce
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Loader/+log/35a851d182cdebef408493b9a82ba212d1a2629c..1586f33d6d79eb9ffa5963ce4f70423986b95d8a
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries/+log/2fe3a7791dc9c34a581dc45522ab9b4363b4f321..7b23ba7a5f86936a8d783baf64a77c38977d6890
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers/+log/a80bafccd11d2b4e44dee21c530da49b41083682..1ce4b30307301d20d58040e088eb57c5ea8bb6ad
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,geofflang@google.com,syoussefi@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: None
Change-Id: I297016b55854913ceda6cc4afb80f67eafe65e26
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6183654
Auto-Submit: Shahbaz Youssefi <syoussefi@chromium.org>
Reviewed-by: Roman Lavrov <romanl@google.com>
Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
Commit-Queue: Roman Lavrov <romanl@google.com>1 parent 16d8325 commit 8bf7d45
File tree
8 files changed
+25
-10
lines changed- src
- libANGLE/renderer/vulkan
- tests
- third_party
- spirv-tools
- vulkan-loader
- vulkan-utility-libraries
- vulkan-validation-layers
8 files changed
+25
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1017 | 1017 | | |
1018 | 1018 | | |
1019 | 1019 | | |
1020 | | - | |
| 1020 | + | |
1021 | 1021 | | |
1022 | 1022 | | |
1023 | 1023 | | |
| |||
1042 | 1042 | | |
1043 | 1043 | | |
1044 | 1044 | | |
1045 | | - | |
| 1045 | + | |
1046 | 1046 | | |
1047 | 1047 | | |
1048 | 1048 | | |
| |||
1052 | 1052 | | |
1053 | 1053 | | |
1054 | 1054 | | |
1055 | | - | |
| 1055 | + | |
1056 | 1056 | | |
1057 | 1057 | | |
1058 | 1058 | | |
| |||
1062 | 1062 | | |
1063 | 1063 | | |
1064 | 1064 | | |
1065 | | - | |
| 1065 | + | |
1066 | 1066 | | |
1067 | 1067 | | |
1068 | 1068 | | |
1069 | 1069 | | |
1070 | | - | |
| 1070 | + | |
1071 | 1071 | | |
1072 | 1072 | | |
1073 | 1073 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
345 | 350 | | |
346 | 351 | | |
347 | 352 | | |
| |||
4226 | 4231 | | |
4227 | 4232 | | |
4228 | 4233 | | |
| 4234 | + | |
| 4235 | + | |
| 4236 | + | |
| 4237 | + | |
| 4238 | + | |
| 4239 | + | |
| 4240 | + | |
4229 | 4241 | | |
4230 | 4242 | | |
4231 | 4243 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
940 | 940 | | |
941 | 941 | | |
942 | 942 | | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
943 | 946 | | |
944 | 947 | | |
945 | 948 | | |
| |||
- DEPS+2-2
- source/name_mapper.cpp+6
- source/opcode.cpp+7-2
- source/opt/fix_storage_class.cpp+4
- source/opt/ir_context.cpp+3
- source/opt/local_access_chain_convert_pass.cpp+3-1
- source/opt/local_single_block_elim_pass.cpp+3
- source/opt/local_single_store_elim_pass.cpp+3
- source/opt/scalar_replacement_pass.cpp+4-1
- source/opt/type_manager.cpp+30-1
- source/opt/types.cpp+33
- source/opt/types.h+31-1
- source/val/validate_annotation.cpp+7
- source/val/validate_composites.cpp+4-1
- source/val/validate_memory.cpp+8-5
- source/val/validate_mode_setting.cpp+21-1
- source/val/validate_type.cpp+3
- source/val/validation_state.cpp+4
- test/opt/type_manager_test.cpp+5
- test/val/val_decoration_test.cpp+156
- test/val/val_id_test.cpp+4-1
- test/val/val_memory_test.cpp+34
- test/val/val_modes_test.cpp+212-1
- test/val/val_type_unique_test.cpp+24
Submodule vulkan-deps updated from 476cafd to e8b7127
- include/vulkan/utility/vk_safe_struct.hpp+77-20
- include/vulkan/utility/vk_struct_helper.hpp+4-1
- include/vulkan/vk_enum_string_helper.h+34-2
- scripts/known_good.json+1-1
- src/vulkan/vk_safe_struct_ext.cpp-48
- src/vulkan/vk_safe_struct_khr.cpp+148
- src/vulkan/vk_safe_struct_utils.cpp+24-6
- src/vulkan/vk_safe_struct_vendor.cpp+51
- layers/core_checks/cc_device_memory.cpp+18-23
- layers/core_checks/cc_pipeline_graphics.cpp+1-1
- layers/core_checks/cc_wsi.cpp+18
- layers/core_checks/core_validation.h-3
- layers/drawdispatch/descriptor_validator.cpp+4-9
- layers/stateless/sl_wsi.cpp+63
- layers/stateless/stateless_validation.h+3
- layers/sync/sync_reporting.cpp+151-48
- layers/sync/sync_utils.cpp+14-2
- layers/sync/sync_utils.h+7-3
- layers/utils/vk_layer_utils.h+17-11
- layers/vulkan/generated/feature_requirements_helper.cpp+13-13
- layers/vulkan/generated/stateless_validation_helper.cpp+1
- scripts/generators/stateless_validation_helper_generator.py+1
- tests/unit/descriptor_buffer_positive.cpp+30-2
- tests/unit/gpu_av.cpp+59-4
- tests/unit/gpu_av_descriptor_post_process.cpp+149-4
- tests/unit/gpu_av_descriptor_post_process_positive.cpp+3-3
- tests/unit/memory.cpp+5-9
- tests/unit/ray_tracing.cpp+32
- tests/unit/shader_image_access.cpp+9-11
- tests/unit/shader_image_access_positive.cpp+49-3
- tests/unit/shader_interface_positive.cpp+3-4
- tests/unit/sync_val.cpp+3-3
- tests/unit/sync_val_reporting.cpp+245-3
- tests/unit/wsi.cpp+168
- tests/unit/wsi_positive.cpp+15
0 commit comments