From ae9cc2f75969d95eadd84206e3314619264d2862 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 30 Aug 2022 20:28:12 +0000 Subject: [PATCH] Roll ANGLE from 64f41972a9a3 to 7428369ada4a (9 revisions) https://chromium.googlesource.com/angle/angle.git/+log/64f41972a9a3..7428369ada4a 2022-08-30 cclao@google.com Vulkan: Use macros for load/store Op check 2022-08-30 lfy@google.com Vulkan: Don't try to guess format mapping 2022-08-30 lexa.knyazev@gmail.com Support provoking vertex state query 2022-08-30 kkinnunen@apple.com Make shader dump code compile after ShCompileOptions API change 2022-08-30 romanl@google.com Add include atomic, missing in Skia builds. 2022-08-30 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 7d94bcff7a00 to db1584efaa9b (3 revisions) 2022-08-30 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 75cc1cb02dd7 to 25d1a1a7a886 (533 revisions) 2022-08-30 yuxinhu@google.com Check max shader storage blocks support in test 2022-08-30 syoussefi@chromium.org Vulkan: Handle suboptimal like out-of-date If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-dawn-autoroll Please CC bajones@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 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://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: None Tbr: bajones@google.com Change-Id: I28343178f2573fe4d9c0383cd30b6148b08da143 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/100741 Bot-Commit: Dawn Autoroller Kokoro: Kokoro Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 6e81762806..961c50aabd 100644 --- a/DEPS +++ b/DEPS @@ -129,7 +129,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@64f41972a9a30a58ca126e28c9f05a926f03b9c6', + 'url': '{chromium_git}/angle/angle@7428369ada4a89951a38ba3088ab862cd397d271', 'condition': 'dawn_standalone', },