From 4cb75245e3195247704d44a073fa88ffce4c1577 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 6 May 2022 08:11:02 +0000 Subject: [PATCH] Roll ANGLE from 2ce60b52a239 to 1d5d09e4191a (10 revisions) https://chromium.googlesource.com/angle/angle.git/+log/2ce60b52a239..1d5d09e4191a 2022-05-06 syoussefi@chromium.org Vulkan: Prefer MAILBOX over IMMEDIATE present mode 2022-05-05 cclao@google.com Vulkan: Reduce kMaxBufferToImageCopySize to 64M 2022-05-05 cclao@google.com Vulkan: Limit the total bytes of suballocation garbages in flight 2022-05-05 lubosz.sarnecki@collabora.com FramebufferTest: Add FramebufferChangeTest test. 2022-05-05 cnorthrop@google.com Scripts: Strip prebuilt debug APK from AOSP roll 2022-05-05 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 1c301e690de1 to 7a60295b6324 (184 revisions) 2022-05-05 cclao@google.com Vulkan: Force prune when there are lots of suballocations destroyed 2022-05-05 boliu@google.com Remove limit_max_texture_size_to_4096 workaround 2022-05-05 cclao@google.com Vulkan: Use heuristic to decide how many empty buffers to keep 2022-05-05 lubosz.sarnecki@collabora.com Tests: Add Alto's Odyssey trace. 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 amaiorano@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: amaiorano@google.com Change-Id: Ic50c7d2aa03bb0f580bbb14893083d58fb65a361 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/89221 Commit-Queue: Dawn Autoroller Bot-Commit: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index cb14122060..852d60ec52 100644 --- a/DEPS +++ b/DEPS @@ -127,7 +127,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@2ce60b52a23954985a76dd8117ed8da7b0392a51', + 'url': '{chromium_git}/angle/angle@1d5d09e4191a23f25a0dc0b33aaa7b5c52dd2fe6', 'condition': 'dawn_standalone', },