From be6e28140bfc36f0ae372ae820a698cbccf29411 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 22 Jul 2022 21:31:46 +0000 Subject: [PATCH] Roll ANGLE from 7d6f3d94e3a8 to c2aaeadb9deb (6 revisions) https://chromium.googlesource.com/angle/angle.git/+log/7d6f3d94e3a8..c2aaeadb9deb 2022-07-22 lfy@google.com Vulkan: Skip nonexistent attachments when calculating samples 2022-07-22 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 9d88fd8904e8 to d2f8d8516036 (510 revisions) 2022-07-22 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from 692df061716d to cb1dc55bc044 (1 revision) 2022-07-22 chris@rive.app Suppress the early_fragment_tests PLS test on Pixel 6 2022-07-22 romanl@google.com Validate that skipped tests are skipped by suite. 2022-07-22 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 5cb0a31b27bf to f00ffae9c319 (7 revisions) 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 kainino@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: kainino@google.com Change-Id: I0e266a30b224cd4f3a00c3c6fe107b2b270b19d5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/97040 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller Kokoro: Kokoro --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index ed63ceb1a7..2031b5fd0d 100644 --- a/DEPS +++ b/DEPS @@ -129,7 +129,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@7d6f3d94e3a8494c91f2ca3525a03bef9a94b162', + 'url': '{chromium_git}/angle/angle@c2aaeadb9debcc12387d7a2c77d1f336e323e990', 'condition': 'dawn_standalone', },