From 1bb4327aff509d42359b660e7f7c464f009748fb Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 3 Feb 2022 04:51:18 +0000 Subject: [PATCH] Roll ANGLE from 57933493dd3b to b756b2c2744a (6 revisions) https://chromium.googlesource.com/angle/angle.git/+log/57933493dd3b..b756b2c2744a 2022-02-03 jonahr@google.com Suppress flaky Mipmap/Multithreading tests on Win/SwS/ASAN 2022-02-03 kbr@chromium.org Metal: End the current render pass at glInvalidateFramebuffer. 2022-02-03 cnorthrop@google.com Vulkan: Update default FBO when fetch in use 2022-02-02 kbr@chromium.org Mac: Try to diagnose crashes inside Core Animation. 2022-02-02 ynovikov@chromium.org Revert "Vulkan: Enable ANGLE_texture_multisample" 2022-02-02 lexa.knyazev@gmail.com Metal: Remove emulatedInstanceID 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 cwallez@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: cwallez@google.com Change-Id: Ica47c837814711fe87fc57aeac7e6d5882ddc802 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/79041 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 4c5b691aba..125800b6b5 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@57933493dd3bc21214ba351ad4e44b60efffe711', + 'url': '{chromium_git}/angle/angle@b756b2c2744aeff7a8207a44fe8772b1c5c97c9d', 'condition': 'dawn_standalone', },