Skip to content

Commit 7d1e4e1

Browse files
angle-autorollAngle LUCI CQ
authored andcommitted
Manual Roll vulkan-deps from 5107e9eef1bc to af8c2ea541d3
https://chromium.googlesource.com/vulkan-deps.git/+log/5107e9eef1bc..af8c2ea541d3 Also rolling transitive DEPS: https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/f6940d2b8a9dc6de805c48eb3e8bafd65118b25c..337fdb6a284fe7f7e374a14271f8e20e579f3263 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers/+log/dc22b23433ab3a390b4c75710836691fdb6f11f4..af5376ef7061716a95ab2bc321aeae4f77958a28 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 angle-team@google.com,yuxinhu@google.com 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: angleproject:443133082 Tbr: yuxinhu@google.com Change-Id: I577cc5555b99aa1f903313a83d96ed755634dd79 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6923245 Reviewed-by: Yuxin Hu <yuxinhu@google.com> Commit-Queue: Yuxin Hu <yuxinhu@google.com> Reviewed-by: Amirali Abdolrashidi <abdolrashidi@google.com>
1 parent ebf2917 commit 7d1e4e1

5 files changed

Lines changed: 8 additions & 6 deletions

File tree

DEPS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ deps = {
10501050
},
10511051

10521052
'third_party/vulkan-deps': {
1053-
'url': Var('chromium_git') + '/vulkan-deps@5107e9eef1bcc376c0142eb39790d9a01c61a15d',
1053+
'url': Var('chromium_git') + '/vulkan-deps@af8c2ea541d3c0d6d982ac16e152710df298ec20',
10541054
'condition': 'not build_with_chromium',
10551055
},
10561056

@@ -1075,7 +1075,7 @@ deps = {
10751075
},
10761076

10771077
'third_party/spirv-tools/src': {
1078-
'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@f6940d2b8a9dc6de805c48eb3e8bafd65118b25c',
1078+
'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@337fdb6a284fe7f7e374a14271f8e20e579f3263',
10791079
'condition': 'not build_with_chromium',
10801080
},
10811081

@@ -1100,7 +1100,7 @@ deps = {
11001100
},
11011101

11021102
'third_party/vulkan-validation-layers/src': {
1103-
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@dc22b23433ab3a390b4c75710836691fdb6f11f4',
1103+
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@af5376ef7061716a95ab2bc321aeae4f77958a28',
11041104
'condition': 'not build_with_chromium',
11051105
},
11061106

src/libANGLE/renderer/vulkan/vk_renderer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,8 @@ constexpr const char *kSkippedMessages[] = {
283283
"VUID-vkCmdDraw-None-09462",
284284
// https://anglebug.com/394598758
285285
"VUID-vkBindBufferMemory-size-01037",
286+
// https://anglebug.com/443133082
287+
"VUID-vkCmdDraw-None-09549",
286288
};
287289

288290
// Validation messages that should be ignored only when VK_EXT_primitive_topology_list_restart is

third_party/vulkan-deps

Submodule vulkan-deps updated from 5107e9e to af8c2ea

0 commit comments

Comments
 (0)