From d968e28a9ab469f1a33fcadb705757ef2c409004 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 17 May 2022 22:00:03 +0000 Subject: [PATCH] Roll ANGLE from 807c94ea85e0 to 93c0c90db873 (7 revisions) https://chromium.googlesource.com/angle/angle.git/+log/807c94ea85e0..93c0c90db873 2022-05-17 yuxinhu@google.com Suppress the failing egl test to unblock roller 2022-05-17 antonio.caggiano@collabora.com Vulkan: Fix Wayland surface size queries 2022-05-17 senorblanco@chromium.org D3D: minor cleanup of gl::RangeUI usage. 2022-05-17 antonio.caggiano@collabora.com Vulkan: Multiple DRM formats 2022-05-17 gert.wollny@collabora.com Capture/Replay: Also limit the number of per shader SSBOs 2022-05-17 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 131de3fd9ec7 to c37d1e2ab98c (2 revisions) 2022-05-17 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 11b60f867851 to 73ffbbeac851 (445 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 cwallez@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: cwallez@google.com Change-Id: I6a64115545c75de38d37e96b72df667042897353 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/90681 Kokoro: Kokoro Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 57be2790ed..eac620286d 100644 --- a/DEPS +++ b/DEPS @@ -130,7 +130,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@807c94ea85e046c6f279d081d99f0fb1bcf1191a', + 'url': '{chromium_git}/angle/angle@93c0c90db87344a4bbebf8fb1f43481661846c55', 'condition': 'dawn_standalone', },