From 132be477374b7e23acfc6e11b3e160af1e92de79 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 8 Feb 2023 16:08:26 +0000 Subject: [PATCH] Roll ANGLE from a4c7abcbc1eb to b6cc575478e2 (1 revision) https://chromium.googlesource.com/angle/angle.git/+log/a4c7abcbc1eb..b6cc575478e2 2023-02-08 i.nazarov@samsung.com Vulkan: Fixed Wait Semaphores problems. 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 angle-team+autoroll@google.com,rharrison@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: rharrison@google.com Change-Id: I3d851e1638f1117fb130f27764aa89b1a0b55f13 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/119180 Kokoro: Kokoro Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 39ae6d7783..365c0c79a1 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@a4c7abcbc1eb5b811e7a35af19d826ef02487540', + 'url': '{chromium_git}/angle/angle@b6cc575478e27c62500f43192aa602737b2f6257', 'condition': 'dawn_standalone', },