From e8fae2e1558bfc1a19f03f894d31f6c3baf1de21 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Sat, 19 Feb 2022 09:53:42 +0000 Subject: [PATCH] Roll ANGLE from 78c64dd74ee5 to de37ad1754e2 (2 revisions) https://chromium.googlesource.com/angle/angle.git/+log/78c64dd74ee5..de37ad1754e2 2022-02-18 cclao@google.com Vulkan: Call releaseStagedUpdates before releaseImage 2022-02-18 jmadill@chromium.org infra: Enable Python 3 for ANGLE recipe. 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: Ia5451be64a356c92206f8db1a4056c186a37bcd5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/81223 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 0493137ffb..b844594fe5 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@78c64dd74ee5237e6672a428d382a87c98652feb', + 'url': '{chromium_git}/angle/angle@de37ad1754e2c7b587231a4861a782a5b4be8d92', 'condition': 'dawn_standalone', },