Skip to content

Commit

Permalink
Manual roll vulkan-deps from e20c15b61d04 to 86f73c27b3fc (5 revisions)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawn Autoroller authored and Dawn LUCI CQ committed Dec 5, 2024
1 parent 6834a13 commit 829a530
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ deps = {
},

'third_party/vulkan-deps': {
'url': '{chromium_git}/vulkan-deps@e20c15b61d04c7d330df6e97ff2bfcb90aeea953',
'url': '{chromium_git}/vulkan-deps@86f73c27b3fc3f0fb4d659f6f190540524f6a641',
'condition': 'dawn_standalone',
},

Expand Down Expand Up @@ -314,7 +314,7 @@ deps = {
},

'third_party/vulkan-loader/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Loader@ce2d68b24b66a91ed798d870ca205f899ee6e79d',
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Loader@c33168850e057596dd6647e154487102091bb65a',
'condition': 'dawn_standalone',
},

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

'third_party/vulkan-validation-layers/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@35b7fea0acb24bd92b8960f884ba48de4f638fc0',
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@902f3cf8d51e76be0c0deb4be39c6223abebbae2',
'condition': 'dawn_standalone',
},

Expand Down
2 changes: 1 addition & 1 deletion third_party/vulkan-deps
Submodule vulkan-deps updated from e20c15 to 86f73c
2 changes: 1 addition & 1 deletion third_party/vulkan-loader/src
Submodule src updated 1 files
+1 −0 loader/cJSON.c
2 changes: 1 addition & 1 deletion third_party/vulkan-validation-layers/src
Submodule src updated 48 files
+624 −649 layers/core_checks/cc_copy_blit_resolve.cpp
+1 −1 layers/core_checks/cc_descriptor.cpp
+10 −11 layers/core_checks/core_validation.h
+0 −7 layers/drawdispatch/descriptor_validator.cpp
+2 −1 layers/gpu/descriptor_validation/gpuav_descriptor_validation.cpp
+74 −38 layers/gpu/spirv/descriptor_indexing_oob_pass.cpp
+0 −1 layers/gpu/spirv/descriptor_indexing_oob_pass.h
+1 −1 layers/state_tracker/descriptor_sets.cpp
+2 −2 layers/state_tracker/descriptor_sets.h
+1 −56 layers/state_tracker/shader_module.cpp
+3 −9 layers/state_tracker/shader_module.h
+6 −0 layers/sync/sync_submit.cpp
+1 −0 layers/sync/sync_submit.h
+30 −0 layers/sync/sync_validation.cpp
+4 −0 layers/sync/sync_validation.h
+51 −0 tests/framework/binding.cpp
+4 −15 tests/framework/binding.h
+1 −3 tests/unit/best_practices.cpp
+7 −21 tests/unit/command.cpp
+1 −3 tests/unit/command_positive.cpp
+738 −727 tests/unit/copy_buffer_image.cpp
+2 −5 tests/unit/descriptors.cpp
+2 −6 tests/unit/external_memory_sync.cpp
+1 −3 tests/unit/fragment_shading_rate.cpp
+10 −87 tests/unit/gpu_av.cpp
+478 −7 tests/unit/gpu_av_descriptor_indexing.cpp
+237 −5 tests/unit/gpu_av_descriptor_indexing_positive.cpp
+34 −15 tests/unit/gpu_av_positive.cpp
+56 −142 tests/unit/host_image_copy.cpp
+4 −10 tests/unit/host_image_copy_positive.cpp
+12 −34 tests/unit/image.cpp
+6 −18 tests/unit/image_positive.cpp
+1 −3 tests/unit/imageless_framebuffer_positive.cpp
+2 −6 tests/unit/memory.cpp
+1 −3 tests/unit/memory_positive.cpp
+2 −6 tests/unit/multiview.cpp
+3 −9 tests/unit/object_lifetime.cpp
+1 −3 tests/unit/render_pass.cpp
+1 −3 tests/unit/render_pass_positive.cpp
+198 −21 tests/unit/shader_image_access.cpp
+104 −37 tests/unit/shader_image_access_positive.cpp
+1 −3 tests/unit/sparse_image.cpp
+1 −3 tests/unit/sync_object_positive.cpp
+1 −3 tests/unit/sync_val.cpp
+4 −10 tests/unit/sync_val_positive.cpp
+133 −0 tests/unit/sync_val_wsi_positive.cpp
+84 −18 tests/unit/ycbcr.cpp
+5 −14 tests/unit/ycbcr_positive.cpp

0 comments on commit 829a530

Please sign in to comment.