From dd57720d142a0d10f6679e48cdc16b4e21a43005 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 22 Feb 2023 07:58:48 +0000 Subject: [PATCH] Roll ANGLE from c23dbe331608 to 31684d8c336a (11 revisions) https://chromium.googlesource.com/angle/angle.git/+log/c23dbe331608..31684d8c336a 2023-02-22 syoussefi@chromium.org Vulkan: Lazily create swapchain image views 2023-02-22 syoussefi@chromium.org Vulkan: Remove usage of VK_EXT_external_memory_host 2023-02-22 penghuang@chromium.org Fix EGLImage importing problem 2023-02-22 i.nazarov@samsung.com Revert "Fix dEQP-EGL.functional.mutable_render_buffer#basic" 2023-02-21 lexa.knyazev@gmail.com Add EXT_texture_mirror_clamp_to_edge entry points 2023-02-21 syoussefi@chromium.org Vulkan: Prune all statements without side effect 2023-02-21 kkinnunen@apple.com Metal: Fix crashes in EXT_b_f_e using temporaries 2023-02-21 lexa.knyazev@gmail.com Vulkan: Fix border color adjustment for emulated formats 2023-02-21 j.vigil@samsung.com EGL: Enable wayland types with autogen 2023-02-21 syoussefi@chromium.org Translator: Validate correct op usage in nodes 2023-02-21 i.nazarov@samsung.com Vulkan: Fix invalid assert in ContextVk::onSurfaceUnMakeCurrent 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,shrekshao@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: shrekshao@google.com Change-Id: I543fbd63addf803647f73ece559eea0426d554e4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/121000 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller Kokoro: Kokoro --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index cdabc78267..657c5de30c 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@c23dbe331608d869927fd104d15c5be272e4c706', + 'url': '{chromium_git}/angle/angle@31684d8c336aaab9191bb9ebcc278bff77babcb0', 'condition': 'dawn_standalone', },