Skip to content

Commit

Permalink
Roll vulkan-deps from 45d90843193e to d9e522973bf6 (8 revisions)
Browse files Browse the repository at this point in the history
  • Loading branch information
angle-autoroll authored and Angle LUCI CQ committed Dec 23, 2024
1 parent 6bca07b commit 501f07a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ deps = {
},

'third_party/vulkan-deps': {
'url': Var('chromium_git') + '/vulkan-deps@45d90843193e04de9dc56e1a5f83f80b637ea1b5',
'url': Var('chromium_git') + '/vulkan-deps@d9e522973bf682e7dfc29c135a3cc52f85280eb9',
'condition': 'not build_with_chromium',
},

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

'third_party/lunarg-vulkantools/src': {
'url': '{chromium_git}/external/github.com/LunarG/VulkanTools@70c6ba3d70dc038cc1fcf319fa2ea46b8edc5d3b',
'url': '{chromium_git}/external/github.com/LunarG/VulkanTools@73995ddc2b38b5653c8eb3b4a0d1cd6cc2cea4c0',
'condition': 'not build_with_chromium',
},

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

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

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

'third_party/vulkan-validation-layers/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@90851ef5b77757556217122061672dc52e21629c',
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@2897317be9f49fbca8d1e14d87fb08b56023b5ed',
'condition': 'not build_with_chromium',
},

Expand Down
2 changes: 1 addition & 1 deletion third_party/vulkan-deps
Submodule vulkan-deps updated from 45d908 to d9e522
2 changes: 1 addition & 1 deletion third_party/vulkan-loader/src
2 changes: 1 addition & 1 deletion third_party/vulkan-validation-layers/src
Submodule src updated 38 files
+245 −88 layers/core_checks/cc_descriptor.cpp
+52 −28 layers/core_checks/cc_spirv.cpp
+23 −0 layers/core_checks/cc_wsi.cpp
+1 −1 layers/core_checks/core_validation.h
+2 −1 layers/error_message/error_strings.h
+5 −0 layers/error_message/logging.cpp
+76 −56 layers/gpu/instrumentation/gpuav_instrumentation.cpp
+26 −20 layers/object_tracker/object_tracker_utils.cpp
+35 −25 layers/state_tracker/descriptor_sets.cpp
+20 −2 layers/state_tracker/pipeline_layout_state.cpp
+2 −153 layers/stateless/sl_descriptor.cpp
+23 −0 tests/framework/binding.cpp
+13 −0 tests/framework/binding.h
+72 −244 tests/unit/amd_best_practices.cpp
+7 −25 tests/unit/arm_best_practices.cpp
+1 −9 tests/unit/atomics.cpp
+1 −9 tests/unit/atomics_positive.cpp
+1 −13 tests/unit/best_practices.cpp
+26 −97 tests/unit/command.cpp
+65 −171 tests/unit/copy_buffer_image.cpp
+6 −17 tests/unit/copy_buffer_image_positive.cpp
+48 −0 tests/unit/descriptors.cpp
+24 −71 tests/unit/dynamic_rendering.cpp
+213 −1 tests/unit/gpu_av_buffer_device_address_positive.cpp
+2 −92 tests/unit/gpu_av_descriptor_indexing_positive.cpp
+63 −246 tests/unit/image.cpp
+5 −16 tests/unit/image_layout_positive.cpp
+3 −18 tests/unit/image_positive.cpp
+2 −11 tests/unit/memory_positive.cpp
+38 −17 tests/unit/others.cpp
+13 −36 tests/unit/push_descriptor.cpp
+2 −8 tests/unit/push_descriptor_positive.cpp
+3 −17 tests/unit/render_pass_positive.cpp
+9 −29 tests/unit/sampler.cpp
+54 −0 tests/unit/shader_object.cpp
+2 −2 tests/unit/shader_push_constants.cpp
+63 −43 tests/unit/sparse_image.cpp
+40 −0 tests/unit/wsi.cpp

0 comments on commit 501f07a

Please sign in to comment.