From c373a875428c0abd6a699b391774ca5e9ff579f3 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Mon, 18 Apr 2022 23:55:04 +0000 Subject: [PATCH] Roll ANGLE from d903818a85ad to 866210add2f6 (2 revisions) https://chromium.googlesource.com/angle/angle.git/+log/d903818a85ad..866210add2f6 2022-04-18 lexa.knyazev@gmail.com Metal: Fix bytesPerRow computation for compressed formats 2022-04-18 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 7f875b15c6a3 to 1a408eb154d7 (4 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 shrekshao@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: shrekshao@google.com Change-Id: I161e2d080a4f863143fb5a9ef87e719bc84d2477 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/87121 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 96fbf7a888..34e5066657 100644 --- a/DEPS +++ b/DEPS @@ -127,7 +127,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@d903818a85ad56120f6f001e8dd1dc12dbc9540b', + 'url': '{chromium_git}/angle/angle@866210add2f6a2f891306c1d3d802a558462c07b', 'condition': 'dawn_standalone', },