From 140cfe53d735117a7c40761f0df8b6915c11719e Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Mon, 7 Mar 2022 23:12:38 +0000 Subject: [PATCH] Roll ANGLE from e75be480f865 to ea70300ba044 (5 revisions) https://chromium.googlesource.com/angle/angle.git/+log/e75be480f865..ea70300ba044 2022-03-07 jmadill@chromium.org Fix base level changes not updating FBO completeness check. 2022-03-07 antonio.caggiano@collabora.com EGL: Validate and implement dmabuf extensions 2022-03-07 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from e572921329ff to ac2a0b67e505 (9 revisions) 2022-03-07 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 561264b73b36 to fc40ddd2a901 (3 revisions) 2022-03-07 gman@chromium.org Metal: Fix WebGL CTS fbomultisample tests failing in Metal 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 lokokung@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: lokokung@google.com Change-Id: I44cfb63d7f22d0e7a75ea3fc4ce9a5b111842ddc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/82961 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 7f0e4ee581..e279f7ed80 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@e75be480f865dcae9dfb8155313e12d827d96523', + 'url': '{chromium_git}/angle/angle@ea70300ba04404ba0c1cacf2173a0a1e3b443adf', 'condition': 'dawn_standalone', },