Commit 111d568
Roll vulkan-deps from 6834fd1efef0 to dd7c0efb9d54 (13 revisions)
https://chromium.googlesource.com/vulkan-deps.git/+log/6834fd1efef0..dd7c0efb9d54
Also rolling transitive DEPS:
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers/+log/252dc2df08f58e0e50c8437edc0e77eacdfb7559..22c4d1b1e9d1c7d9aa5086c93e6491f21080019b
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/895bb9ffecc2c48646b50f77aeb85f5b70b9bb37..ce92630396c2fd2d6d04819369116af4fb141a28
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools/+log/2030a5b09f5656d1e9b8c9c4ab3ebe98024da150..a886096a09555d224ac4c48d0428e73895743071
https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers/+log/6dca9173407b7718e06e7461d551cdffa64be68b..16dc9a8426b504d53036538f1a91a8d286eb729e
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: I1731e76c595dbef169edfe1fe1c2f71679b31a86
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/212256
Bot-Commit: Dawn Autoroller <[email protected]>
Commit-Queue: Dawn Autoroller <[email protected]>1 parent b2e4c0b commit 111d568
6 files changed
+10
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
| 296 | + | |
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
| 301 | + | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
| 316 | + | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
- include/spirv/unified1/spirv.bf+64
- include/spirv/unified1/spirv.core.grammar.json+360
- include/spirv/unified1/spirv.cs+64
- include/spirv/unified1/spirv.h+112
- include/spirv/unified1/spirv.hpp+120
- include/spirv/unified1/spirv.hpp11+120
- include/spirv/unified1/spirv.json+55
- include/spirv/unified1/spirv.lua+59
- include/spirv/unified1/spirv.py+56
- include/spirv/unified1/spv.d+64
- tools/buildHeaders/jsonToSpirv.cpp+15
- tools/buildHeaders/jsonToSpirv.h+3
- Android.mk+1
- BUILD.gn+1
- DEPS+1-1
- include/spirv-tools/libspirv.h+6
- source/CMakeLists.txt+1
- source/binary.cpp+4-1
- source/opcode.cpp+2
- source/operand.cpp+19
- source/opt/aggressive_dead_code_elim_pass.cpp+6
- source/opt/eliminate_dead_members_pass.cpp+15
- source/opt/ir_context.cpp+27-1
- source/opt/trim_capabilities_pass.cpp+25-1
- source/opt/trim_capabilities_pass.h+1
- source/opt/type_manager.cpp+48
- source/opt/types.cpp+53-1
- source/opt/types.h+53
- source/text.cpp+3-1
- source/val/validate.cpp+1
- source/val/validate.h+3
- source/val/validate_arithmetics.cpp+125-3
- source/val/validate_conversion.cpp+45-8
- source/val/validate_function.cpp+82-1
- source/val/validate_instruction.cpp+6
- source/val/validate_memory.cpp+226-1
- source/val/validate_tensor_layout.cpp+184
- source/val/validate_type.cpp+147
- source/val/validation_state.cpp+15-5
- source/val/validation_state.h+26-4
- test/opt/trim_capabilities_pass_test.cpp+88
- test/opt/type_manager_test.cpp+6
- test/val/val_arithmetics_test.cpp+247-8
- test/val/val_conversion_test.cpp+188-2
- test/val/val_memory_test.cpp+633
- test/val/val_misc_test.cpp+71
- utils/check_copyright.py+2-1
Submodule vulkan-deps updated from 6834fd1 to dd7c0ef
- BUILD.gn+1
- layers/CMakeLists.txt+1
- layers/core_checks/cc_cmd_buffer_dynamic.cpp+25-18
- layers/core_checks/cc_queue.cpp+1
- layers/core_checks/cc_synchronization.cpp+110-27
- layers/core_checks/cc_synchronization.h+55
- layers/core_checks/cc_wsi.cpp+1
- layers/drawdispatch/drawdispatch_vuids.cpp-45
- layers/drawdispatch/drawdispatch_vuids.h-3
- layers/gpu/cmd_validation/gpuav_draw.cpp+10-13
- layers/gpu/error_message/gpuav_vuids.cpp+46-31
- layers/gpu/error_message/gpuav_vuids.h+2-3
- layers/gpu/instrumentation/gpuav_instrumentation.cpp+14-6
- layers/gpu/shaders/gpuav_error_codes.h+1
- layers/gpu/shaders/gpuav_error_header.h+2-1
- layers/gpu/shaders/instrumentation/buffer_device_address.comp+36-27
- layers/gpu/spirv/buffer_device_address_pass.cpp+12-7
- layers/gpu/spirv/buffer_device_address_pass.h-1
- layers/state_tracker/pipeline_state.cpp+19
- layers/state_tracker/pipeline_state.h+1
- layers/state_tracker/queue_state.cpp+27
- layers/state_tracker/queue_state.h+8
- layers/state_tracker/semaphore_state.cpp+35-89
- layers/state_tracker/semaphore_state.h+1-33
- layers/state_tracker/state_tracker.cpp+6-3
- layers/stateless/sl_image.cpp+190-127
- layers/stateless/stateless_validation.h+4
- layers/thread_tracker/thread_safety_validation.cpp+10
- layers/vulkan/generated/dynamic_state_helper.cpp+40
- layers/vulkan/generated/gpuav_shader_hash.h+1-1
- layers/vulkan/generated/instrumentation_buffer_device_address_comp.cpp+144-135
- scripts/generators/dynamic_state_generator.py+14-3
- tests/device_profiles/max_profile.json+1-1
- tests/framework/binding.cpp+50
- tests/framework/binding.h+3
- tests/unit/dynamic_state.cpp+88-10
- tests/unit/dynamic_state_positive.cpp+52
- tests/unit/gpu_av.cpp+1-1
- tests/unit/gpu_av_buffer_device_address.cpp+289-79
- tests/unit/gpu_av_buffer_device_address_positive.cpp+11-11
- tests/unit/gpu_av_descriptor_indexing.cpp+10-10
- tests/unit/gpu_av_indirect_buffer.cpp+6-8
- tests/unit/gpu_av_oob.cpp+1-1
- tests/unit/image.cpp+2-2
- tests/unit/image_positive.cpp+2-9
- tests/unit/instance_positive.cpp+1-1
- tests/unit/sampler.cpp+6-6
- tests/unit/shader_object.cpp+9-35
- tests/unit/shader_object_positive.cpp+27
- tests/unit/sync_object.cpp+78
- tests/unit/wsi.cpp+41-18
- tests/unit/wsi_positive.cpp+81
- tests/unit/ycbcr.cpp+107-10
- tests/unit/ycbcr_positive.cpp+73-13
0 commit comments