From 2915fadce42e8b2053ca0366fb39f5c31ed6c0e8 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 12 Jan 2023 22:29:11 +0000 Subject: [PATCH] Roll ANGLE from 410d8ba51f95 to f609d294f91c (5 revisions) https://chromium.googlesource.com/angle/angle.git/+log/410d8ba51f95..f609d294f91c 2023-01-12 jmadill@chromium.org Infra: Re-enable TSAN on CV. 2023-01-12 jmadill@chromium.org Fix test teardown in ProgramPipelineTest31. 2023-01-12 zdobersek@igalia.com DisplayEGL should support targeting specific EGL platforms 2023-01-12 syoussefi@chromium.org Vulkan: Make feedback loop syncval suppressions more general 2023-01-12 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from e97f96fc5ed0 to e267668ac13a (506 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: I2896a82aad3347480c45e4326ea2692e71ddcd24 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/117022 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 e0df579d92..3e0a779683 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@410d8ba51f953c87881a7ad131c8a6a30a9de26f', + 'url': '{chromium_git}/angle/angle@f609d294f91c707f5e5c74b7fe48b2d1dc542b5a', 'condition': 'dawn_standalone', },