Roll vulkan-deps from 5be75e2ae595 to a9d8c46f2b61 (6 revisions)

https://chromium.googlesource.com/vulkan-deps.git/+log/5be75e2ae595..a9d8c46f2b61

Changed dependencies:
* spirv-tools: 06ebc4806b..35fd0e17d0
* vulkan-loader: 6d9e5b07d6..61688e09fe
* vulkan-validation-layers: 77cd59ba80..78b1f89454

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 syoussefi@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Bug: angleproject:6584
Change-Id: I8da9da9f82ccaf781d89a4f7975fb7520d3b6b28
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3226052
Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
This commit is contained in:
Shahbaz Youssefi 2021-10-18 21:46:44 -04:00 коммит произвёл Angle LUCI CQ
Родитель e2e77baa13
Коммит bb0e0dead2
2 изменённых файлов: 10 добавлений и 1 удалений

2
DEPS
Просмотреть файл

@ -511,7 +511,7 @@ deps = {
},
'third_party/vulkan-deps': {
'url': '{chromium_git}/vulkan-deps@5be75e2ae5952307bb8149acabb45808c8938dc2',
'url': '{chromium_git}/vulkan-deps@a9d8c46f2b615e63ff92d16eebd4276743dec33e',
'condition': 'not build_with_chromium',
},

Просмотреть файл

@ -213,6 +213,15 @@ constexpr SkippedSyncvalMessage kSkippedSyncvalMessages[] = {
"SYNC_EARLY_FRAGMENT_TESTS_DEPTH_STENCIL_ATTACHMENT_READ|SYNC_LATE_FRAGMENT_TESTS_DEPTH_"
"STENCIL_ATTACHMENT_READ, command: vkCmdPipelineBarrier",
"", false},
// http://angkebug.com/6584
{"SYNC-HAZARD-WRITE_AFTER_WRITE",
"aspect depth during load with loadOp VK_ATTACHMENT_LOAD_OP_DONT_CARE. Access info (usage: "
"SYNC_EARLY_FRAGMENT_TESTS_DEPTH_STENCIL_ATTACHMENT_WRITE, prior_usage: "
"SYNC_IMAGE_LAYOUT_TRANSITION, write_barriers: "
"SYNC_EARLY_FRAGMENT_TESTS_DEPTH_STENCIL_ATTACHMENT_READ|SYNC_LATE_FRAGMENT_TESTS_DEPTH_"
"STENCIL_ATTACHMENT_READ|SYNC_COLOR_ATTACHMENT_OUTPUT_COLOR_ATTACHMENT_READ|SYNC_COLOR_"
"ATTACHMENT_OUTPUT_COLOR_ATTACHMENT_WRITE, command: vkCmdPipelineBarrier",
"", false},
// http://anglebug.com/6416
// http://anglebug.com/6421
{"SYNC-HAZARD-WRITE_AFTER_WRITE",