From d3cac1fa691612d9821eda34b6e6bd9d1c248717 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Sat, 26 Mar 2022 16:16:47 +0000 Subject: [PATCH] Roll ANGLE from 04680183f6f4 to 041c4c6d285c (3 revisions) https://chromium.googlesource.com/angle/angle.git/+log/04680183f6f4..041c4c6d285c 2022-03-26 syoussefi@chromium.org Vulkan: Track color attachment usage like D/S in render pass 2022-03-25 ianelliott@google.com Reland Remove unnecessary suppressions for Pixel6 dEQP 2022-03-25 syoussefi@chromium.org Vulkan: Dirty bits for depth/stencil access and feedback loop 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 jrprice@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: jrprice@google.com Change-Id: Idebde635e336ee30e63567098796a0f9fafd8bce Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/84980 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index db83cc7867..74c076cfb7 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@04680183f6f4b562e3bb8cd81d3775512afae888', + 'url': '{chromium_git}/angle/angle@041c4c6d285c571af0b3bc63567429043b70146b', 'condition': 'dawn_standalone', },