From fac5e39c29fb4ca8e3ac0d2b0d9eaa6bab0108d1 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 17 May 2022 07:09:43 +0000 Subject: [PATCH] Roll ANGLE from 36f5e6ce5508 to 807c94ea85e0 (6 revisions) https://chromium.googlesource.com/angle/angle.git/+log/36f5e6ce5508..807c94ea85e0 2022-05-16 gert.wollny@collabora.com Capture/Replay: Adjust tests do adhere to capture limits 2022-05-16 syoussefi@chromium.org Vulkan: Dynamic state for stencil test/op 2022-05-16 syoussefi@chromium.org Vulkan: Dynamic state for depth test/write/op 2022-05-16 penghuang@chromium.org Do not call RendererVK::handleDeviceLost() for device lost 2022-05-16 syoussefi@chromium.org Vulkan: Dynamic state for depth bounds 2022-05-16 syoussefi@chromium.org Make BitSetArray constexpr 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 cwallez@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: cwallez@google.com Change-Id: I54d2da83c0c9435567887896e665909e7c401e6a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/90620 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 4960f3d145..56663055e3 100644 --- a/DEPS +++ b/DEPS @@ -130,7 +130,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@36f5e6ce550870261998b77987d01c4a4e34e620', + 'url': '{chromium_git}/angle/angle@807c94ea85e046c6f279d081d99f0fb1bcf1191a', 'condition': 'dawn_standalone', },