Skip to content

Commit

Permalink
Manual roll vulkan-deps from 725499142cb6 to 3b92cef97feb (32 revisions)
Browse files Browse the repository at this point in the history
Manual roll requested by [email protected]

Manual roll changes: suppress VUID-vkCmdDrawIndexed-Input-08734
until VVL issue angleproject:365580001 is addressed.

https://chromium.googlesource.com/vulkan-deps.git/+log/725499142cb6..3b92cef97feb

Also rolling transitive DEPS:
  https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/a496a34b439022750d41d2ba04fbbe416ef81c9a..12a17b7ce41436427e358608183100b1103274da
  https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers/+log/efb6b4099ddb8fa60f62956dee592c4b94ec6a49..2a9b6f951c7d6b04b6c21fe1bf3f475b68b84801
  https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/e1782d6675b88225225e331a6318554d473c54db..d160e170d74ff45cb2a88dfb365bdfd896016f7c
  https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Loader/+log/c758bac8bf1580b5018adafd3a2ec709237b0134..1108bba6c97174d172d45470a7470a3d6a564647
  https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries/+log/fbb4db92c6b2ac09003b2b8e5ceb978f4f2dda71..ea5774a13e3017b6d5d79af6fba9f0d72ca5c61a
  https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers/+log/af7b0a35d009b5ad6e0b280a5b81388608ebfe39..99de3c17fbc2db6b6da0347916c9e01a383c2758

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 [email protected],[email protected] 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:365580001
Tbr: [email protected]
Change-Id: Iac9c8b6310d3ebb955dd09fd26b71d373e13b479
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5849280
Reviewed-by: Amirali Abdolrashidi <[email protected]>
Commit-Queue: Yuxin Hu <[email protected]>
  • Loading branch information
angle-autoroll authored and Angle LUCI CQ committed Sep 10, 2024
1 parent 8a8ca29 commit 958b657
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 15 deletions.
14 changes: 7 additions & 7 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -975,12 +975,12 @@ deps = {
},

'third_party/vulkan-deps': {
'url': Var('chromium_git') + '/vulkan-deps@725499142cb601efc3f66bdb16d75843c0760478',
'url': Var('chromium_git') + '/vulkan-deps@3b92cef97febae53dc21de79c51ec3ddf2d4390e',
'condition': 'not build_with_chromium',
},

'third_party/glslang/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@a496a34b439022750d41d2ba04fbbe416ef81c9a',
'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@12a17b7ce41436427e358608183100b1103274da',
'condition': 'not build_with_chromium',
},

Expand All @@ -995,12 +995,12 @@ deps = {
},

'third_party/spirv-headers/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Headers@efb6b4099ddb8fa60f62956dee592c4b94ec6a49',
'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Headers@2a9b6f951c7d6b04b6c21fe1bf3f475b68b84801',
'condition': 'not build_with_chromium',
},

'third_party/spirv-tools/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@e1782d6675b88225225e331a6318554d473c54db',
'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@d160e170d74ff45cb2a88dfb365bdfd896016f7c',
'condition': 'not build_with_chromium',
},

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

'third_party/vulkan-loader/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Loader@c758bac8bf1580b5018adafd3a2ec709237b0134',
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Loader@1108bba6c97174d172d45470a7470a3d6a564647',
'condition': 'not build_with_chromium',
},

Expand All @@ -1020,12 +1020,12 @@ deps = {
},

'third_party/vulkan-utility-libraries/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Utility-Libraries@fbb4db92c6b2ac09003b2b8e5ceb978f4f2dda71',
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Utility-Libraries@ea5774a13e3017b6d5d79af6fba9f0d72ca5c61a',
'condition': 'not build_with_chromium',
},

'third_party/vulkan-validation-layers/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@af7b0a35d009b5ad6e0b280a5b81388608ebfe39',
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@99de3c17fbc2db6b6da0347916c9e01a383c2758',
'condition': 'not build_with_chromium',
},

Expand Down
2 changes: 1 addition & 1 deletion scripts/code_generation_hashes/SPIR-V_helpers.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"src/common/spirv/spirv_instruction_parser_autogen.h":
"06672c12d63e6a8a489dd8d2ee7204ce",
"third_party/spirv-headers/src/include/spirv/unified1/spirv.core.grammar.json":
"2468848d9166242faba650a4966bb556"
"7dac600b7496a90697ea5df7cdb06c2c"
}
2 changes: 2 additions & 0 deletions src/libANGLE/renderer/vulkan/vk_renderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ constexpr const char *kSkippedMessages[] = {
// https://anglebug.com/362545033
// VVL bug: https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/8458
"VUID-vkCmdDraw-None-02721",
// https://anglebug.com/365580001
"VUID-vkCmdDrawIndexed-Input-08734",
};

// Validation messages that should be ignored only when VK_EXT_primitive_topology_list_restart is
Expand Down
2 changes: 1 addition & 1 deletion third_party/glslang/src
2 changes: 1 addition & 1 deletion third_party/vulkan-deps
Submodule vulkan-deps updated from 725499 to 3b92ce
2 changes: 1 addition & 1 deletion third_party/vulkan-loader/src
Submodule src updated 3 files
+82 −40 loader/cJSON.c
+15 −80 loader/wsi.c
+1 −42 loader/wsi.h
2 changes: 1 addition & 1 deletion third_party/vulkan-validation-layers/src
Submodule src updated 45 files
+16 −10 layers/core_checks/cc_buffer.cpp
+445 −306 layers/core_checks/cc_cmd_buffer_dynamic.cpp
+22 −25 layers/core_checks/cc_descriptor.cpp
+1 −1 layers/core_checks/cc_device.cpp
+1 −1 layers/core_checks/cc_ray_tracing.cpp
+12 −12 layers/core_checks/cc_spirv.cpp
+6 −3 layers/core_checks/cc_synchronization.cpp
+0 −2 layers/core_checks/core_validation.h
+6 −2 layers/error_message/logging.cpp
+3 −0 layers/gpu/core/gpu_settings.h
+3 −3 layers/gpu/core/gpuav_record.cpp
+9 −1 layers/gpu/core/gpuav_setup.cpp
+7 −2 layers/gpu/debug_printf/debug_printf.cpp
+43 −23 layers/gpu/instrumentation/gpu_shader_instrumentor.cpp
+6 −2 layers/gpu/spirv/pass.cpp
+15 −3 layers/layer_options.cpp
+3 −0 layers/state_tracker/cmd_buffer_state.h
+53 −11 layers/state_tracker/state_tracker.cpp
+0 −3 layers/state_tracker/state_tracker.h
+1 −11 layers/stateless/sl_buffer.cpp
+4 −4 layers/stateless/sl_cmd_buffer.cpp
+4 −4 layers/stateless/sl_image.cpp
+0 −8 layers/stateless/sl_instance_device.cpp
+5 −4 layers/stateless/sl_pipeline.cpp
+7 −5 layers/stateless/sl_ray_tracing.cpp
+19 −10 layers/stateless/sl_utils.cpp
+16 −11 layers/stateless/stateless_validation.h
+4 −6 layers/utils/vk_layer_utils.h
+7 −4 layers/vulkan/generated/spirv_grammar_helper.cpp
+1 −1 layers/vulkan/generated/spirv_tools_commit_id.h
+10 −8 layers/vulkan/generated/spirv_validation_helper.cpp
+1,013 −932 layers/vulkan/generated/stateless_validation_helper.cpp
+15 −9 scripts/generators/stateless_validation_helper_generator.py
+4 −4 scripts/known_good.json
+2 −0 tests/CMakeLists.txt
+45 −0 tests/framework/buffer_helper.h
+20 −0 tests/unit/buffer.cpp
+315 −1 tests/unit/debug_printf.cpp
+326 −0 tests/unit/descriptor_buffer_positive.cpp
+243 −0 tests/unit/dynamic_state_positive.cpp
+111 −0 tests/unit/gpu_av_descriptor_buffer_positive.cpp
+52 −0 tests/unit/other_positive.cpp
+60 −1 tests/unit/others.cpp
+104 −0 tests/unit/render_pass_positive.cpp
+13 −0 tests/unit/wsi.cpp

0 comments on commit 958b657

Please sign in to comment.