From 6444b9e541c3364eddcfa018cc6abbd44a9bfc85 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 31 Mar 2022 10:35:35 +0000 Subject: [PATCH] Roll ANGLE from aef440e6b947 to 3bdbfbf868e3 (5 revisions) https://chromium.googlesource.com/angle/angle.git/+log/aef440e6b947..3bdbfbf868e3 2022-03-31 m.maiya@samsung.com Vulkan: Adjust border color 2022-03-31 johncunningham@apple.com WebGL ReadPixels validation is incorrect. 2022-03-30 syoussefi@chromium.org Vulkan: Move mid-RP color clear to loadOp if content undefined 2022-03-30 syoussefi@chromium.org Vulkan: Enable framebuffer fetch on SwiftShader 2022-03-30 gman@chromium.org Metal: Fix for not submitting command buffers in order 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 alanbaker@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: alanbaker@google.com Change-Id: Ibbb1426b3adeb9ad03ba19595ae4de9e94a54a5d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/85243 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 321c4c5b1a..b4829c753f 100644 --- a/DEPS +++ b/DEPS @@ -133,7 +133,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@aef440e6b94746e55bfaff7131229e6bcdf63f6e', + 'url': '{chromium_git}/angle/angle@3bdbfbf868e365e740d39aebc3b27465f9ff0991', 'condition': 'dawn_standalone', },