From b7e2f3654264515c50b10308afb70626ef22bce1 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Mon, 13 Dec 2021 23:37:55 +0000 Subject: [PATCH] Roll ANGLE from 8991bf5460b6 to ea03bf47e50f (7 revisions) https://chromium.googlesource.com/angle/angle.git/+log/8991bf5460b6..ea03bf47e50f 2021-12-13 lfy@google.com Vulkan: fix crash when clearing stencil 2021-12-13 ynovikov@chromium.org Skip GLSLTest_ES31.StructAndArrayEqualOperator on Pixel 4 2021-12-13 jmadill@chromium.org Frame Capture: Don't unmap regenned buffers in reset. 2021-12-13 jmadill@chromium.org Frame Capture: Clear array buffer binding in MEC. 2021-12-13 bsheedy@chromium.org Suppress Mac 12 failure 2021-12-13 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 267fa481ccad to a0a6270b47e4 (7 revisions) 2021-12-13 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 4c62980da8c1 to 592d413edb56 (4 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 enga@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: enga@google.com Change-Id: Id697bb17d2e169929e8d491d26353dfccfbdb95a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/72700 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 05299c400c..e5d9e0d2a4 100644 --- a/DEPS +++ b/DEPS @@ -122,7 +122,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@8991bf5460b6d1aaffe3eb1f9162e5fc112322e6', + 'url': '{chromium_git}/angle/angle@ea03bf47e50f2f2a21b15437d36a39d2ccf3209a', 'condition': 'dawn_standalone', },