From 17eb23d1988aba8c5552364ea5da748a40b87542 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 7 Jul 2022 05:48:01 +0000 Subject: [PATCH] Roll ANGLE from 3e5de4acc1fa to afcca86c6da3 (8 revisions) https://chromium.googlesource.com/angle/angle.git/+log/3e5de4acc1fa..afcca86c6da3 2022-07-07 b.schade@samsung.com Fix ValidateCompressedTexSubImage3D compressed format check 2022-07-07 lehoangquyen@google.com Metal: Allow Surfaces to be created without depth & stencil 2022-07-07 syoussefi@chromium.org Vulkan: Resolve GoogleX MSRTSS conflict with EXT 2022-07-06 m.maiya@samsung.com Vulkan: min/mag filters follow chroma filter value 2022-07-06 eddiehatfield@google.com Merge getTempPath and CreateTemporaryFile 2022-07-06 rafael.cintron@microsoft.com Handle OOM in SwapChain11::getRenderTargetShaderResource 2022-07-06 syoussefi@chromium.org Fix samples' arguments to SampleApplication 2022-07-06 antonio.caggiano@collabora.com Vulkan: Wayland resize callback 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 dsinclair@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: dsinclair@google.com Change-Id: I389fe4422ef2d27f9883811b5ab6077b0572ede9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/95721 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller Kokoro: Kokoro --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 6e14bb3365..36ae343abe 100644 --- a/DEPS +++ b/DEPS @@ -129,7 +129,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@3e5de4acc1fa0aa2b17bae8a8f3aca1c4624099a', + 'url': '{chromium_git}/angle/angle@afcca86c6da33d170ff4f41737a347ac310e6bdc', 'condition': 'dawn_standalone', },