From c63ce343fd61623e4b254f9ec656543c30e3df6f Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 24 Mar 2022 05:06:35 +0000 Subject: [PATCH] Roll ANGLE from 09f55382dac4 to fa5c349dc73c (2 revisions) https://chromium.googlesource.com/angle/angle.git/+log/09f55382dac4..fa5c349dc73c 2022-03-23 ianelliott@google.com Add "use_custom_libcxx = false" to "roll_aosp.sh" 2022-03-23 shrekshao@google.com Revert "Vulkan: Fix invalid access with display texture share group." 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: I6911a10b0a30fa0e346f04a8af0cdc57d4449d8a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/84501 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index c7b0ab2b22..99c8262534 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@09f55382dac4e57d820746bcc742202ef73f05ae', + 'url': '{chromium_git}/angle/angle@fa5c349dc73cd4cc3e015d6e2da3ba0eb57ffe4e', 'condition': 'dawn_standalone', },