Skip to content

Commit

Permalink
Roll vulkan-deps from b5723d84e75a to 2df89413855e (18 revisions)
Browse files Browse the repository at this point in the history
https://chromium.googlesource.com/vulkan-deps.git/+log/b5723d84e75a..2df89413855e

Also rolling transitive DEPS:
  https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers/+log/1b75a4ae0b4289014b4c369301dc925c366f78a6..69ab0f32dc6376d74b3f5b0b7161c6681478badd
  https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/87fcbaf1bc8346469e178711eff27cfd20aa1960..edc68950bf725edc89b3e1974c533454cf2ae37c
  https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools/+log/494d32f2da0bd8a782d88fdaa98b9e1967148d1b..40294f25aa4522fe309504aaf30c1c259e11b75b
  https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers/+log/aef1675b0020a0455a80fcedeb02f40fb303bf08..be0b0bba40ae901c82bbaa47770d629192957a19

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: I0ad86386d65fafde8465d9820962f330c055c683
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/203458
Commit-Queue: Dawn Autoroller <[email protected]>
Bot-Commit: Dawn Autoroller <[email protected]>
  • Loading branch information
Dawn Autoroller authored and Dawn LUCI CQ committed Aug 22, 2024
1 parent 9ff1536 commit 2af9de8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ deps = {
},

'third_party/vulkan-deps': {
'url': '{chromium_git}/vulkan-deps@b5723d84e75ae9f831c6f527eab298f1b000bb76',
'url': '{chromium_git}/vulkan-deps@2df89413855e10530427e68975d5dfdbfe734f14',
'condition': 'dawn_standalone',
},

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

'third_party/spirv-headers/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Headers@1b75a4ae0b4289014b4c369301dc925c366f78a6',
'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Headers@69ab0f32dc6376d74b3f5b0b7161c6681478badd',
'condition': 'dawn_standalone',
},

'third_party/spirv-tools/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@87fcbaf1bc8346469e178711eff27cfd20aa1960',
'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@edc68950bf725edc89b3e1974c533454cf2ae37c',
'condition': 'dawn_standalone',
},

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

'third_party/vulkan-tools/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Tools@494d32f2da0bd8a782d88fdaa98b9e1967148d1b',
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Tools@40294f25aa4522fe309504aaf30c1c259e11b75b',
'condition': 'dawn_standalone',
},

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

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

Expand Down
2 changes: 1 addition & 1 deletion third_party/vulkan-deps
Submodule vulkan-deps updated from b5723d to 2df894
2 changes: 1 addition & 1 deletion third_party/vulkan-validation-layers/src
Submodule src updated 37 files
+6 −0 README.md
+1 −0 docs/README.md
+202 −0 docs/gpu_av_bindless.md
+ docs/images/gpu_av_bindless_when_to_validate.png
+28 −0 docs/limitations.md
+95 −75 layers/core_checks/cc_buffer.cpp
+3 −2 layers/core_checks/cc_descriptor.cpp
+1 −1 layers/core_checks/cc_pipeline_graphics.cpp
+1 −1 layers/core_checks/cc_pipeline_ray_tracing.cpp
+32 −36 layers/core_checks/cc_spirv.cpp
+6 −3 layers/core_checks/core_validation.h
+4 −3 layers/gpu/cmd_validation/gpuav_cmd_validation_common.cpp
+2 −2 layers/gpu/cmd_validation/gpuav_cmd_validation_common.h
+2 −1 layers/gpu/cmd_validation/gpuav_copy_buffer_to_image.cpp
+1 −1 layers/gpu/cmd_validation/gpuav_dispatch.cpp
+15 −9 layers/gpu/cmd_validation/gpuav_draw.cpp
+3 −2 layers/gpu/cmd_validation/gpuav_trace_rays.cpp
+14 −9 layers/gpu/core/gpu_settings.h
+3 −2 layers/gpu/core/gpu_shader_cache_hash.h
+4 −4 layers/gpu/core/gpuav_record.cpp
+13 −11 layers/gpu/core/gpuav_setup.cpp
+2 −2 layers/gpu/descriptor_validation/gpuav_descriptor_validation.cpp
+7 −5 layers/gpu/instrumentation/gpu_shader_instrumentor.cpp
+1 −0 layers/gpu/instrumentation/gpu_shader_instrumentor.h
+18 −7 layers/gpu/instrumentation/gpuav_instrumentation.cpp
+4 −3 layers/gpu/resources/gpuav_subclasses.cpp
+6 −3 layers/layer_options.cpp
+1 −0 layers/state_tracker/cmd_buffer_state.h
+1 −3 layers/state_tracker/fence_state.h
+102 −95 layers/state_tracker/pipeline_state.cpp
+1 −0 layers/state_tracker/queue_state.cpp
+2 −0 layers/state_tracker/queue_state.h
+29 −39 layers/state_tracker/state_tracker.cpp
+2 −2 layers/stateless/sl_pipeline.cpp
+6 −7 tests/unit/gpu_av_shader_object_positive.cpp
+70 −14 tests/unit/sync_object.cpp
+0 −99 tests/unit/wsi_positive.cpp

0 comments on commit 2af9de8

Please sign in to comment.