From 4d51b477217bca38e0a22a25543b64b6ffce0734 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 9 Nov 2021 21:50:55 +0000 Subject: [PATCH] Roll ANGLE from c9595b37aee1 to 5eb86d4ab79b (7 revisions) https://chromium.googlesource.com/angle/angle.git/+log/c9595b37aee1..5eb86d4ab79b 2021-11-09 j.vigil@samsung.com EGL: EGL_KHR_lock_surface3 frontend 2021-11-09 j.vigil@samsung.com EGL: EGL_KHR_lock_surface3 2021-11-09 sdefresne@chromium.org [ios] Remove support for building with Xcode clang 2021-11-09 syoussefi@chromium.org Fix invalidation of GL_FRAMEBUFFER invalidating READ FBO 2021-11-09 syoussefi@chromium.org Add test for texture state change bug 2021-11-09 syoussefi@chromium.org Vulkan: Fix deferred clears vs invalidate 2021-11-09 jmadill@chromium.org Revert "Metal: Reintroduce GPU power preference selection code." 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 sarahmashay@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: sarahmashay@google.com Change-Id: I0e7584bfa04bebe8a9de90023b492a9ca65f80ea Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/68902 Reviewed-by: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index e19937baaf..aa8d547485 100644 --- a/DEPS +++ b/DEPS @@ -121,7 +121,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@c9595b37aee1e15b7d98bc1cc2285a84b9106188', + 'url': '{chromium_git}/angle/angle@5eb86d4ab79ba42213e1499783a64a1e5fc41102', 'condition': 'dawn_standalone', },