From 5a951cd6c7ba654ed46d825f46b832106d6f3977 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Sun, 15 May 2022 02:28:00 +0000 Subject: [PATCH] Roll ANGLE from 62fe36d3bb49 to 4e5da2d28fb6 (1 revision) https://chromium.googlesource.com/angle/angle.git/+log/62fe36d3bb49..4e5da2d28fb6 2022-05-15 syoussefi@chromium.org Vulkan: Dynamic state for cull mode 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 kainino@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: kainino@google.com Change-Id: I2ff83ccc3120a9dfaf445400bbfc64ea66a9e3c2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/90440 Commit-Queue: Dawn Autoroller Kokoro: Kokoro Bot-Commit: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 1723fb5989..863bed630e 100644 --- a/DEPS +++ b/DEPS @@ -127,7 +127,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@62fe36d3bb492f8f62bc745058a24ae5e052e956', + 'url': '{chromium_git}/angle/angle@4e5da2d28fb66c60d53273a6f9d2a1f3dfe0d1a0', 'condition': 'dawn_standalone', },