From e17f34148710713f5133eb32a4fe27ccd1d7ac80 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Sat, 29 Apr 2023 00:23:23 +0000 Subject: [PATCH] Roll ANGLE from d5eee882efc0 to ae6b2d11dd71 (4 revisions) https://chromium.googlesource.com/angle/angle.git/+log/d5eee882efc0..ae6b2d11dd71 2023-04-28 geofflang@chromium.org Metal: Gracefully fail compilation of stencil blit shaders. 2023-04-28 sky@chromium.org Adds feature to output blob cache key and source for shader 2023-04-28 sky@chromium.org metal(ish): Adds platform function for logging cache hits/misses 2023-04-28 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 3076b4c0d8ce to f0d31e0f4846 (1 revision) 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 angle-team+autoroll@google.com,enga@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: enga@google.com Change-Id: I5c600d1510120e449668a2115a4d4170cffdea98 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/130380 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 965952b78e..f37dd4953a 100644 --- a/DEPS +++ b/DEPS @@ -136,7 +136,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@d5eee882efc03cc2f47525e0d7b20526bf8250d5', + 'url': '{chromium_git}/angle/angle@ae6b2d11dd717e500bdc3cc76f990ac3fdbbaf55', 'condition': 'dawn_standalone', },