From 7b233269fee1a7a52aec97209ec08d24a448e0e3 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 10 May 2023 03:34:20 +0000 Subject: [PATCH] Roll ANGLE from 6134a19f1c9a to b0f9c01ec303 (5 revisions) https://chromium.googlesource.com/angle/angle.git/+log/6134a19f1c9a..b0f9c01ec303 2023-05-09 sky@chromium.org metal: adds feature that minimizes generated shader differences 2023-05-09 cnorthrop@google.com Android: Galaxy S23 support 2023-05-09 ynovikov@chromium.org Revert "Retry flaky failures on SwiftShader *SAN builds." 2023-05-09 geofflang@chromium.org Store the temp file name in a std::string instead of stack array 2023-05-09 cnorthrop@google.com Scripts: Fix non-root hash check 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,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: Icf0f057e2b576f7cb2cb2240c05be628de917b2f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/132341 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 93a2cccd2b..d72aa36207 100644 --- a/DEPS +++ b/DEPS @@ -136,7 +136,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@6134a19f1c9a851eb59fe09fb4b3d7aee6c24888', + 'url': '{chromium_git}/angle/angle@b0f9c01ec3033452d75be3c0307febadfdc0ddae', 'condition': 'dawn_standalone', },