From 6b86b2c9a2fcd3e59ed6d6055c5ffcc35732dc4f Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 6 Jan 2022 02:36:38 +0000 Subject: [PATCH] Roll ANGLE from c984dad5fd52 to ccabfd1407c9 (12 revisions) https://chromium.googlesource.com/angle/angle.git/+log/c984dad5fd52..ccabfd1407c9 2022-01-05 romanl@google.com out\Debug -> out/Debug, like in other places 2022-01-05 kpiddington@apple.com Metal: Support depth filtering queries for D32, D24S8 2022-01-05 kpiddington@apple.com Reland: Metal: Fix Webkit warnings in ANGLE build 2022-01-05 kbr@chromium.org Suppress Vulkan/SwiftShader/AsyncQueue ASAN flakes. 2022-01-05 timvp@google.com Capture/Replay: Limit caps for QC/SwS 2022-01-05 cclao@google.com Vulkan: Add std::move support for BufferHelper 2022-01-05 cclao@google.com Vulkan: Consolidate mHostVisibleBufferPool and mMapInvalidate 2022-01-05 ajgo@chromium.org Revert workarounds for exception handler code-gen with CFG enabled 2022-01-05 jmadill@chromium.org Capture/Replay: Fix GN build on iOS. 2022-01-05 jmadill@chromium.org Move atomic counter uniform range counter to executable. 2022-01-05 penghuang@chromium.org Do not pass mInstance to vkGetInstanceProcAddr 2022-01-05 msisov@igalia.com Add support for GL_MESA_framebuffer_flip_y 2/* 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 alanbaker@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: alanbaker@google.com Change-Id: I63924b8eeffaa40d42603c56af38c9f1729852c1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/75442 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 8461db6a6a..3e04970a23 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@c984dad5fd52f0af3aebd601e1a4b245b62b5e13', + 'url': '{chromium_git}/angle/angle@ccabfd1407c918eea8e8cc585cc771bb95ac0b13', 'condition': 'dawn_standalone', },