Skip to content

Commit

Permalink
Manual roll vulkan-deps from c0c0899c3614 to bf2b4e8ba30e (5 revisions)
Browse files Browse the repository at this point in the history
Manual roll requested by [email protected]

https://chromium.googlesource.com/vulkan-deps.git/+log/c0c0899c3614..bf2b4e8ba30e

Also rolling transitive DEPS:
  https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers/+log/23f9647de9282dd330e7df6dc025261ccaec1712..31118feba2ff2b941732447782b593921e9feae8

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-angle-autoroll
Please CC [email protected],[email protected],[email protected]
on the revert to ensure that a human
is aware of the problem.

To file a bug in ANGLE:
https://bugs.chromium.org/p/angleproject/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],[email protected]
Change-Id: Iba6f7f13e7239eca92e059d7219675664a35075f
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5650184
Commit-Queue: angle-autoroll <[email protected]>
Bot-Commit: angle-autoroll <[email protected]>
  • Loading branch information
angle-autoroll authored and Angle LUCI CQ committed Jun 24, 2024
1 parent 15b95b4 commit 6bfd7d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ deps = {
},

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

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

'third_party/vulkan-validation-layers/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@23f9647de9282dd330e7df6dc025261ccaec1712',
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@31118feba2ff2b941732447782b593921e9feae8',
'condition': 'not build_with_chromium',
},

Expand Down
2 changes: 1 addition & 1 deletion third_party/vulkan-deps
Submodule vulkan-deps updated from c0c089 to bf2b4e
2 changes: 1 addition & 1 deletion third_party/vulkan-validation-layers/src
Submodule src updated 34 files
+0 −1 BUILD.gn
+14 −16 docs/gpu_validation.md
+7 −2 layers/CMakeLists.txt
+1 −1 layers/VkLayer_khronos_validation.json.in
+0 −282 layers/best_practices/best_practices_error_enums.h
+12 −8 layers/best_practices/best_practices_validation.h
+23 −0 layers/best_practices/bp_device_memory.cpp
+0 −21 layers/best_practices/bp_pipeline.cpp
+0 −6 layers/best_practices/bp_render_pass.cpp
+37 −19 layers/core_checks/cc_device_memory.cpp
+0 −1 layers/gpu/core/gpuav.h
+16 −21 layers/gpu/debug_printf/debug_printf.cpp
+0 −1 layers/gpu/debug_printf/debug_printf.h
+18 −283 layers/gpu/error_message/gpuav_error_message.cpp
+0 −29 layers/gpu/error_message/gpuav_error_message.h
+259 −0 layers/gpu/instrumentation/gpu_shader_instrumentor.cpp
+4 −0 layers/gpu/instrumentation/gpu_shader_instrumentor.h
+4 −0 layers/state_tracker/device_memory_state.h
+3 −3 layers/state_tracker/shader_instruction.cpp
+12 −0 layers/state_tracker/state_tracker.cpp
+2 −0 layers/vulkan/generated/best_practices.cpp
+2 −0 scripts/generators/best_practices_generator.py
+2 −1 scripts/gn/generate_vulkan_layers_json.py
+2 −0 tests/CMakeLists.txt
+9 −7 tests/framework/layer_validation_tests.h
+4 −1 tests/unit/amd_best_practices.cpp
+5 −2 tests/unit/arm_best_practices.cpp
+42 −184 tests/unit/best_practices.cpp
+56 −26 tests/unit/best_practices_positive.cpp
+2 −6 tests/unit/debug_printf.cpp
+230 −0 tests/unit/debug_printf_shader_debug_info.cpp
+585 −0 tests/unit/gpu_av_shader_debug_info.cpp
+37 −0 tests/unit/memory.cpp
+14 −16 tests/unit/nvidia_best_practices.cpp

0 comments on commit 6bfd7d1

Please sign in to comment.