From 272fb64105aed58167e5b4326885c9a2efba9217 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 26 Jan 2023 11:36:50 +0000 Subject: [PATCH] Roll ANGLE from c9094ca6b3e3 to 5e43562b5f99 (7 revisions) https://chromium.googlesource.com/angle/angle.git/+log/c9094ca6b3e3..5e43562b5f99 2023-01-26 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 701fadbce737 to 5c03f547ddf9 (614 revisions) 2023-01-26 romanl@google.com Capture/Replay: disable more multi-threaded tests. 2023-01-25 cclao@google.com Vulkan: CommandProcessor::WaitForWorkComplete only if needed 2023-01-25 geofflang@chromium.org Metal: Remove the UNIMPLEMENTED from setBinaryRetrievableHint 2023-01-25 m.maiya@samsung.com Add support for glShaderBinary 2023-01-25 cclao@google.com Vulkan: Make CommandProcessor use ThreadSafeCommandQueue 2023-01-25 cclao@google.com Vulkan: Make ThreadSafeCommandQueue's wait without lock 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 enga@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: enga@google.com Change-Id: I1a9b16a3f1fb810b80c3d15be8c204e8c2eec16e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/117860 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index f1dd5e1b8b..df5a56afda 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@c9094ca6b3e31454056432b6ab4f9bec06665c9b', + 'url': '{chromium_git}/angle/angle@5e43562b5f993d7a253647391f5c86904ef832bc', 'condition': 'dawn_standalone', },