From e64b2792e00b3ca783d3a6f87f4d217c46571748 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 5 May 2023 09:35:49 +0000 Subject: [PATCH] Roll ANGLE from fbff065cdeb6 to dd7eb1d8e8dc (9 revisions) https://chromium.googlesource.com/angle/angle.git/+log/fbff065cdeb6..dd7eb1d8e8dc 2023-05-05 cnorthrop@google.com Scripts: Fix non-root support in android_helper.py 2023-05-04 cnorthrop@google.com Revert "Metal: Embed precompiled default shaders." 2023-05-04 romanl@google.com Make export_targets faster 2023-05-04 romanl@google.com Fix EGLContextCompatibilityTest registration 2023-05-04 mark@lunarg.com FrameCapture: Add GLES1 case for BlendFunc state init/reset 2023-05-04 penghuang@chromium.org Fix crash in std::stoi() 2023-05-04 syoussefi@chromium.org Vulkan: Throttle the CPU without holding the global lock 2023-05-04 romanl@google.com Gather auto_script 'inputs' and 'outputs' in parallel 2023-05-04 romanl@google.com Switch angle_trace_tests scripts to android_helper 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 alanbaker@google.com,angle-team+autoroll@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: alanbaker@google.com Change-Id: I07fafa98bbd9be6109298087ce7aec35c57a18cf Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131720 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 69d6a3faf4..e838cc5e97 100644 --- a/DEPS +++ b/DEPS @@ -136,7 +136,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@fbff065cdeb698370fd063a9b033b86cf5780fdd', + 'url': '{chromium_git}/angle/angle@dd7eb1d8e8dcc72e60090b50303b97e4805a99e6', 'condition': 'dawn_standalone', },