From ce662a1e8e66534ba235c5e79918895308de83f2 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 20 May 2022 17:48:36 +0000 Subject: [PATCH] Roll ANGLE from f674e501f243 to 52c42e5a824d (10 revisions) https://chromium.googlesource.com/angle/angle.git/+log/f674e501f243..52c42e5a824d 2022-05-20 thakis@chromium.org Temporarily disable deprecation warnings for VK-GL-CTS 2022-05-20 senorblanco@chromium.org D3D: fix whole-array assignment to SSBOs. 2022-05-20 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from c37d1e2ab98c to 880c9e0050c6 (19 revisions) 2022-05-20 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 2933d3126969 to 73679602bc0b (4 revisions) 2022-05-20 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 170d12460fd5 to f0d8ec07c77f (430 revisions) 2022-05-20 syoussefi@chromium.org Vulkan: Dynamic state for vertex stride 2022-05-20 brianosman@google.com Insert Metal polyfill for Matrix /= Scalar when needed 2022-05-20 yuxinhu@google.com Suppress Flaky Tests 2022-05-20 yuxinhu@google.com Update capture replay expectation file 2022-05-20 gman@chromium.org Metal: Upstream buffer cache fix from WebKit 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: Ia5bf0a849847224f3c197b1db8217f808af80e0a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/91140 Commit-Queue: Dawn Autoroller Bot-Commit: Dawn Autoroller Kokoro: Kokoro --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 5f440cf939..a3c8e3aa52 100644 --- a/DEPS +++ b/DEPS @@ -130,7 +130,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@f674e501f2435766204bccc6ab429587e4468b10', + 'url': '{chromium_git}/angle/angle@52c42e5a824dc6f564b237862115193adf7992e5', 'condition': 'dawn_standalone', },