From 07286c1dee5ab7ab6e6c0f61c3f4274b3abefaff Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Mon, 6 Mar 2023 19:51:37 +0000 Subject: [PATCH] Roll ANGLE from 3aa64876bb22 to 71f6d54c8d36 (6 revisions) https://chromium.googlesource.com/angle/angle.git/+log/3aa64876bb22..71f6d54c8d36 2023-03-06 hitawala@chromium.org Add vulkan format image fallback for R16G16B16 2023-03-06 i.nazarov@samsung.com Vulkan: Fix freeing Command Buffers with wrong Pool. 2023-03-06 cnorthrop@google.com Tests: Add Harry Potter: Hogwarts Mystery trace 2023-03-06 i.nazarov@samsung.com Vulkan: Condition in "collectGarbage()" replaced with "ASSERT". 2023-03-06 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from 04e5d38379bd to 49ce61395065 (7 revisions) 2023-03-06 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 1ad22b27f996 to 868e24501649 (579 revisions) 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 angle-team+autoroll@google.com,senorblanco@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: senorblanco@google.com Change-Id: If3b6ea3f69d49d97fede4b99361ec8ab1a47d72e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/122700 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 4e231361f0..66ebc12bc3 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@3aa64876bb22975466e2a0d623c8a77588184ff6', + 'url': '{chromium_git}/angle/angle@71f6d54c8d3662693283281651e57c994a10cf08', 'condition': 'dawn_standalone', },