From 380ea60c70a3585c53ee2c1e90d5a85ca85d5168 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 28 Oct 2022 08:08:26 +0000 Subject: [PATCH] Roll ANGLE from f907197316aa to fd3bfb778d8a (5 revisions) https://chromium.googlesource.com/angle/angle.git/+log/f907197316aa..fd3bfb778d8a 2022-10-28 zzyiwei@chromium.org EGLWindow: workaround eglQueryString behavior before Android 10 2022-10-27 lexa.knyazev@gmail.com Metal: Optimize ReplaceClipCullDistanceVariable 2022-10-27 jmadill@chromium.org Add support for testing with Mesa + Zink. 2022-10-27 jmadill@chromium.org Disable more options in libdrm. 2022-10-27 jmadill@chromium.org Add support for building Mesa + Zink. 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 dsinclair@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: dsinclair@google.com Change-Id: I02fa2a86ab10e739ac0359df472f89a0c1d44f0c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/107600 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 18884598f3..6d7f43b423 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@f907197316aa6b9dd77fe2274b567dfaaf59b900', + 'url': '{chromium_git}/angle/angle@fd3bfb778d8a792cd3a0d03d3baad39e9d465e7a', 'condition': 'dawn_standalone', },