From bd767283c86d1cc101c89a1f66ebb0c75d8f38d7 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 13 Jan 2022 19:59:26 +0000 Subject: [PATCH] Roll ANGLE from d4412d0a0124 to 985db64093cf (3 revisions) https://chromium.googlesource.com/angle/angle.git/+log/d4412d0a0124..985db64093cf 2022-01-13 jmadill@chromium.org Fix test harness config parsing in Compressed Tex tests. 2022-01-13 lexa.knyazev@gmail.com Metal: Implement EXT_shader_texture_lod 2022-01-13 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 3668290e6162 to 3fcf884156d8 (108 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 rharrison@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: rharrison@google.com Change-Id: I2f7efe31497abb4088eb2e0d459ec6721b085d2e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/76420 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 4e6e26ec7d..7a40d01a3e 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@d4412d0a01247291a8357933c9c844cc55cb7490', + 'url': '{chromium_git}/angle/angle@985db64093cf2ee3bfa6dd5614c6904650887e65', 'condition': 'dawn_standalone', },