From 74d9fe10acebdf168ab95bd500cfcca5dca3713f Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 10 Feb 2022 05:09:42 +0000 Subject: [PATCH] Roll ANGLE from 9cfd872447fd to 670a6e476ea4 (7 revisions) https://chromium.googlesource.com/angle/angle.git/+log/9cfd872447fd..670a6e476ea4 2022-02-10 m.maiya@samsung.com Ignore invalid texture type error 2022-02-10 kpiddington@apple.com Metal: Fix multisample resolves. 2022-02-09 cclao@google.com Vulkan: Fix incorrect DescriptorSet's bufferInfo in XFB emulation path 2022-02-09 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from 97ceb2222747 to b594e2aabae9 (64 revisions) 2022-02-09 cnorthrop@google.com Test: Add Lords Mobile trace 2022-02-09 jmadill@chromium.org Fix perf test runner script. 2022-02-09 jonahr@google.com Add keying on backend to ANGLE Display caching. 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 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: I9b613edb64b3625ec19dd326b8d96637dcf49e28 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/79925 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 877a1d6f03..9c41f1d413 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@9cfd872447fd7e8c5e99ff3597923e40db142ac3', + 'url': '{chromium_git}/angle/angle@670a6e476ea4fb766e04534340553b42bd6b9944', 'condition': 'dawn_standalone', },