From 6737e439ab071525e36d181eae4170fe61b2927b Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 4 Mar 2022 08:37:01 +0000 Subject: [PATCH] Roll ANGLE from 7b202392bf9f to b72718d23720 (5 revisions) https://chromium.googlesource.com/angle/angle.git/+log/7b202392bf9f..b72718d23720 2022-03-03 cclao@google.com Vulkan: Fix the data race for mUse from two threads 2022-03-03 abdolrashidi@google.com Add angle_white_box_tests to SwANGLE tests 2022-03-03 tsniatowski@vewd.com Don't create a string out of a nullptr 2022-03-03 hailinzhang@google.com add host cached bit for staging buffer 2022-03-03 jmadill@chromium.org Vulkan: Fix issue with redefining a layered attachment. 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 bclayton@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: bclayton@google.com Change-Id: If47fc3ae10176016e5c8caeb899b10c910ac8ec8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/82701 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 61352f6b96..172184a642 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@7b202392bf9f58a121ed513d2370c4e08d94fb0c', + 'url': '{chromium_git}/angle/angle@b72718d2372093d4a9931535d6847ae1dd631075', 'condition': 'dawn_standalone', },