From a571ce3955341c2e9a5b9e3cfa8d68a91ac608b8 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 3 Jun 2022 13:59:25 +0000 Subject: [PATCH] Roll ANGLE from bbf67e2e41d8 to ebdbae9b7a83 (7 revisions) https://chromium.googlesource.com/angle/angle.git/+log/bbf67e2e41d8..ebdbae9b7a83 2022-06-03 lubosz.sarnecki@collabora.com crash_handler_posix: Fix symbol path resolution. 2022-06-03 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 795b7900dc69 to 113f00d1a057 (497 revisions) 2022-06-03 lubosz.sarnecki@collabora.com crash_handler_posix: Use execvp. 2022-06-03 kkinnunen@apple.com Metal: Remove use of ANGLE_MTL_AUTORELEASE from mtl_state_cache 2022-06-03 syoussefi@chromium.org Vulkan: Externally synchronize the pipeline cache 2022-06-02 kpiddington@apple.com Metal shaders fail to compile with "error: unknown type name 'uint' 2022-06-02 b.schade@samsung.com Vulkan: Add feature to use VK_FILTER_LINEAR for YUVConversionInfo 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 lokokung@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: lokokung@google.com Change-Id: Iea828e39f111b0cb2d7fa81065a7212594526300 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/92640 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 45988ea829..05737cd2a5 100644 --- a/DEPS +++ b/DEPS @@ -129,7 +129,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@bbf67e2e41d8acdcb72b8c1a154032f378b13b39', + 'url': '{chromium_git}/angle/angle@ebdbae9b7a83dbcb7dbc7e4541cbce5fa23cc5ac', 'condition': 'dawn_standalone', },