From 512e7e06c01d0d6cb89e832cf2fd3bbd49126e42 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 31 Mar 2023 21:39:45 +0000 Subject: [PATCH] Roll ANGLE from 5fcd027edec5 to 61cd24d468aa (12 revisions) https://chromium.googlesource.com/angle/angle.git/+log/5fcd027edec5..61cd24d468aa 2023-03-31 msisov@igalia.com MTLPixelFormatRGB9E5Float is not renderable on simulator. 2023-03-31 kkinnunen@apple.com CGL: implement EGL_ANGLE_wait_until_work_scheduled 2023-03-31 syoussefi@chromium.org Vulkan: Refactor buffer init logic 2023-03-31 cnorthrop@google.com Tests: Add Gacha Life trace 2023-03-31 constantine.shablya@collabora.com Capture/Replay: handle paletted textures 2023-03-31 syoussefi@chromium.org GL: Fix the RewriteRepeatedAssignToSwizzled workaround 2023-03-31 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from e873c6862868 to a3d054bf72ab (4 revisions) 2023-03-31 cnorthrop@google.com Tests: Add Teslagrad trace 2023-03-31 blundell@chromium.org [GL backend] Remove over-zealous ASSERT in StateManagerGL.cpp 2023-03-31 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from e13e8828cf66 to bb601a935e1d (9 revisions) 2023-03-31 ynovikov@chromium.org Skip BlitFramebufferTest.scissorDrawBlitAndDrawAgain on Mac AMD GL 2023-03-31 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from f7c2a70f23b1 to 1393a98c62ae (1678 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 amaiorano@google.com,angle-team+autoroll@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: Ib16fed113337008afeba819b5d9ba386aa78711d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/126020 Commit-Queue: Dawn Autoroller Bot-Commit: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index f5b58962df..1520e8ba69 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@5fcd027edec5ae756c4484a7d6e32f8aad147984', + 'url': '{chromium_git}/angle/angle@61cd24d468aafdc368bb33e171cc7ff1a08b5cfe', 'condition': 'dawn_standalone', },