From 01cea786e0ff548e50d578569794de4287225f8f Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 22 Jun 2022 05:33:23 +0000 Subject: [PATCH] Roll ANGLE from 32c38e55ed44 to d55e06557bc7 (3 revisions) https://chromium.googlesource.com/angle/angle.git/+log/32c38e55ed44..d55e06557bc7 2022-06-21 chris@rive.app Add pls tests for fragment reject utilities 2022-06-21 ffz@google.com Implement GL_EXT_base_instance 2022-06-21 gert.wollny@collabora.com Capture/Replay: Fix which sync object is deleted 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 bajones@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: bajones@google.com Change-Id: I7a2e6eb817dbfd3cede8593b049668fff3aedaaf Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/94461 Bot-Commit: Dawn Autoroller Kokoro: Kokoro Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 6ad9754c4b..6efe836339 100644 --- a/DEPS +++ b/DEPS @@ -129,7 +129,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@32c38e55ed44f22a99d227036fbd9059b24ebde6', + 'url': '{chromium_git}/angle/angle@d55e06557bc797c9f3506fd63eff9aadf2bbfa50', 'condition': 'dawn_standalone', },