From e398621b5f5b7f6e05905dd56008d80548484845 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 18 Feb 2022 07:44:11 +0000 Subject: [PATCH] Roll ANGLE from 671fcf732d8f to b1bdce5f2feb (5 revisions) https://chromium.googlesource.com/angle/angle.git/+log/671fcf732d8f..b1bdce5f2feb 2022-02-17 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from 834c2e16ae1c to d321c7ec84de (7 revisions) 2022-02-17 cclao@google.com Vulkan: Fix DynamicBuffer cache reuse. 2022-02-17 syoussefi@chromium.org Translator: Fix RunAtTheEndOfShader w.r.t discard 2022-02-17 lubosz.sarnecki@collabora.com gl.xml: Remove GL_BLEND_EQUATION_EXT from GetPName. 2022-02-17 jmadill@chromium.org Vulkan: Add overlay and stats for descriptor set caches. 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: I7b111e9bfa6688ea1eb20a160edbba2a78ae3f6e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/81060 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 23034cdf8f..03c1eb31dd 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@671fcf732d8f13f2532a777b8436e52276fb2410', + 'url': '{chromium_git}/angle/angle@b1bdce5f2feb3e1d0d1f662c70bdc32098faaeb4', 'condition': 'dawn_standalone', },