From 4618ca2ac7a5d0aca320ffb75641d707268d4b24 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 28 Jan 2022 03:00:38 +0000 Subject: [PATCH] Roll ANGLE from 8b966cfc5169 to c4a9d4169692 (8 revisions) https://chromium.googlesource.com/angle/angle.git/+log/8b966cfc5169..c4a9d4169692 2022-01-28 kpiddington@apple.com Metal: Refactor to build without SPIR-V 2022-01-27 cclao@google.com Vulkan: Add SmallBufferPool for small allocations 2022-01-27 robertphillips@google.com Expand error message on BindTexture validation failure 2022-01-27 timvp@google.com Tests: Add PUBG Mobile launch trace 2022-01-27 cclao@google.com Vulkan: Use queue for mGarbageQueue 2022-01-27 jmadill@chromium.org Vulkan: Remove ProgramExecutableVk back-pointers. 2022-01-27 patrto@microsoft.com Change Windows display initialization from ANSI to wide version 2022-01-27 romanl@google.com Enable robustnessEXT for SwiftShader. 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: I6098361ff61d9a712dc737ee1c28e610c8aef426 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/78480 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 94fa6497ff..7a4e90b731 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@8b966cfc51696bb03feb53516100aa29ea189ac1', + 'url': '{chromium_git}/angle/angle@c4a9d41696920b14397f8cb2ee2012e271c7ac45', 'condition': 'dawn_standalone', },