Commit a854ecc


angle-autoroll
Angle LUCI CQ
1 parent f087f14 commit a854ecc
File tree
4 files changed
+6
-6
lines changed- third_party
- lunarg-vulkantools
- vulkan-validation-layers
4 files changed
+6
-6
lines changed+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1019 | 1019 |
| |
1020 | 1020 |
| |
1021 | 1021 |
| |
1022 |
| - | |
| 1022 | + | |
1023 | 1023 |
| |
1024 | 1024 |
| |
1025 | 1025 |
| |
| |||
1029 | 1029 |
| |
1030 | 1030 |
| |
1031 | 1031 |
| |
1032 |
| - | |
| 1032 | + | |
1033 | 1033 |
| |
1034 | 1034 |
| |
1035 | 1035 |
| |
| |||
1069 | 1069 |
| |
1070 | 1070 |
| |
1071 | 1071 |
| |
1072 |
| - | |
| 1072 | + | |
1073 | 1073 |
| |
1074 | 1074 |
| |
1075 | 1075 |
| |
|
Submodule vulkan-deps updated from ace15f5 to a6bd78f
- .github/workflows/vvl.yml+40-24
- docs/gpu_av_shader_instrumentation.md+19-1
- layers/VkLayer_khronos_validation.json.in+14
- layers/chassis/chassis_manual.cpp+1-5
- layers/chassis/dispatch_object.h+4-6
- layers/containers/custom_containers.h+25-14
- layers/gpuav/core/gpuav_features.cpp+1-1
- layers/gpuav/core/gpuav_settings.h+2
- layers/gpuav/core/gpuav_setup.cpp+3-5
- layers/gpuav/debug_printf/debug_printf.cpp+1-2
- layers/gpuav/descriptor_validation/gpuav_descriptor_set.cpp+9-8
- layers/gpuav/descriptor_validation/gpuav_descriptor_validation.cpp+7-8
- layers/gpuav/instrumentation/gpuav_instrumentation.cpp+10-6
- layers/gpuav/instrumentation/gpuav_shader_instrumentor.cpp+12-7
- layers/gpuav/instrumentation/gpuav_shader_instrumentor.h+5
- layers/gpuav/resources/gpuav_state_trackers.cpp+15-16
- layers/gpuav/resources/gpuav_state_trackers.h+1-1
- layers/gpuav/resources/gpuav_vulkan_objects.cpp+96-31
- layers/gpuav/resources/gpuav_vulkan_objects.h+29-7
- layers/gpuav/spirv/descriptor_class_general_buffer_pass.cpp+181-12
- layers/gpuav/spirv/descriptor_class_general_buffer_pass.h+19-1
- layers/gpuav/spirv/descriptor_indexing_oob_pass.cpp+16
- layers/gpuav/spirv/descriptor_indexing_oob_pass.h+9
- layers/gpuav/spirv/inject_conditional_function_pass.cpp+2
- layers/gpuav/spirv/inject_conditional_function_pass.h+3
- layers/gpuav/spirv/module.h+3
- layers/gpuav/spirv/pass.cpp+5-5
- layers/gpuav/spirv/pass.h+4-4
- layers/gpuav/validation_cmd/gpuav_copy_buffer_to_image.cpp+1-4
- layers/gpuav/validation_cmd/gpuav_draw.cpp+1-3
- layers/gpuav/validation_cmd/gpuav_trace_rays.cpp+2-2
- layers/layer_options.cpp+7
- layers/profiling/profiling.h+5
- layers/state_tracker/queue_state.cpp+8-4
- layers/state_tracker/state_tracker.cpp+6-2
- layers/state_tracker/state_tracker.h+1-1
- layers/sync/sync_commandbuffer.cpp+8-3
- layers/sync/sync_commandbuffer.h+8-57
- layers/sync/sync_common.h+3-7
- layers/sync/sync_error_messages.cpp+16-17
- layers/sync/sync_reporting.cpp+62-179
- layers/sync/sync_reporting.h+11-26
- layers/sync/sync_submit.cpp-20
- layers/sync/sync_submit.h+2-4
- layers/sync/sync_validation.cpp+2-2
- layers/vk_layer_settings.txt+5
- layers/vulkan/generated/sync_validation_types.cpp+1-1
- layers/vulkan/generated/sync_validation_types.h+1-1
- scripts/generators/sync_validation_generator.py+3-3
- tests/unit/debug_printf.cpp+5-7
- tests/unit/gpu_av.cpp+1
- tests/unit/gpu_av_buffer_device_address.cpp+7-1
- tests/unit/gpu_av_buffer_device_address_positive.cpp+3
- tests/unit/gpu_av_debug_printf.cpp+7-3
- tests/unit/gpu_av_descriptor_class_general_buffer.cpp+9-1
- tests/unit/gpu_av_descriptor_class_general_buffer_positive.cpp+8-2
- tests/unit/gpu_av_descriptor_class_texel_buffer.cpp+7-1
- tests/unit/gpu_av_descriptor_indexing.cpp+6-5
- tests/unit/gpu_av_descriptor_indexing_positive.cpp+74-4
- tests/unit/gpu_av_descriptor_post_process.cpp+3-1
- tests/unit/gpu_av_positive.cpp+5-1
- tests/unit/gpu_av_shader_object_positive.cpp+1
0 commit comments