From 95480cb0f3031b7e77aaebbade331a9bc6c2508f Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 30 Dec 2021 07:21:53 +0000 Subject: [PATCH] Roll ANGLE from b7d2f4478cb2 to a400e76d02df (2 revisions) https://chromium.googlesource.com/angle/angle.git/+log/b7d2f4478cb2..a400e76d02df 2021-12-30 syoussefi@chromium.org Vulkan: Don't expose MSRTT without VK_KHR_depth_stencil_resolve 2021-12-30 ynovikov@chromium.org Skip angle_end2end_tests failing on Linux AMD RX 5500 XT 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 jrprice@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: jrprice@google.com Change-Id: Ia8c1cb55dac50c1accd86164879061fac93cda30 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74820 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 9addd676b0..949b58ee08 100644 --- a/DEPS +++ b/DEPS @@ -116,7 +116,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@b7d2f4478cb219d2f3dda3adbb98a7f86d8a4971', + 'url': '{chromium_git}/angle/angle@a400e76d02df52995736097b8ac3efdfbcbd55c1', 'condition': 'dawn_standalone', },