From 441ebf3bab5d82588ed27cee705dcbb840ac2e65 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 25 Jan 2022 08:08:07 +0000 Subject: [PATCH] Roll ANGLE from 64c49da36fc2 to d6dd0cb52b17 (12 revisions) https://chromium.googlesource.com/angle/angle.git/+log/64c49da36fc2..d6dd0cb52b17 2022-01-25 j.vigil@samsung.com EGL: EGL_KHR_lock_surface3 backend 2022-01-25 ynovikov@chromium.org Revert "Vulkan: Remove "fillProgramStateMap"." 2022-01-24 ynovikov@chromium.org Skip flaky CopyTextureTest.CopyOutsideMipmap 2022-01-24 ynovikov@chromium.org Expand TransformFeedbackTest.SpanMultipleRenderPasses suppression 2022-01-24 syoussefi@chromium.org Vulkan: Fix advertised precision ranges 2022-01-24 jmadill@chromium.org Vulkan: Remove "fillProgramStateMap". 2022-01-24 ynovikov@chromium.org Fix MultithreadingTestES3.MultithreadFenceDraw skip on SwiftShader 2022-01-24 gman@chromium.org Update the Capture and Replay docs 2022-01-24 ynovikov@chromium.org Fix couple LSAN detected leaks in unit and end2end tests 2022-01-24 syoussefi@chromium.org On invalidate, only sync the relevant framebuffer binding 2022-01-24 lexa.knyazev@gmail.com Fix initialization for ETC2 punchthrough alpha formats 2022-01-24 sergeyu@google.com Mark GL_RGBX8_ANGLE format as filterable. 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: Iad4aab9233cc60053195c60a096f440041cfc728 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/78121 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 1914415046..1045ee4dbf 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@64c49da36fc2aeef95259865c77392f6b4dd6a60', + 'url': '{chromium_git}/angle/angle@d6dd0cb52b177d0e8fe72b27317c539330ae8740', 'condition': 'dawn_standalone', },