From 4cd86e5953a2639d4e1f20b5a831771fed664c80 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 26 May 2022 10:07:40 +0000 Subject: [PATCH] Roll ANGLE from 7b880204dcfb to 891dd5b3d8eb (3 revisions) https://chromium.googlesource.com/angle/angle.git/+log/7b880204dcfb..891dd5b3d8eb 2022-05-26 syoussefi@chromium.org Vulkan: Fix mid-RP draw clear w.r.t growing scissor 2022-05-26 kainino@chromium.org Revert "Add Vulkan backend support for texture labels" 2022-05-25 abdolrashidi@google.com Vulkan: Remove removeEarlyFragmentTestsOpt flag 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 bclayton@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: bclayton@google.com Change-Id: I4a008307bad8c1a8169363f50d7b6f5ba7e8d72b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/91604 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 0d02da1495..a0982a711f 100644 --- a/DEPS +++ b/DEPS @@ -129,7 +129,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@7b880204dcfbb70b9c68a12e2945548d1f0a8100', + 'url': '{chromium_git}/angle/angle@891dd5b3d8eb4a29bfa446534c5214312aac23a9', 'condition': 'dawn_standalone', },