From 7cc9bcd1a907dd4dba9d990ab95751e8de71a6cb Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 11 Jan 2023 17:22:07 +0000 Subject: [PATCH] Roll ANGLE from eab5947427ad to 753d59e9384b (5 revisions) https://chromium.googlesource.com/angle/angle.git/+log/eab5947427ad..753d59e9384b 2023-01-11 romanl@google.com Return success when shard(s) failed. 2023-01-11 romanl@google.com Use third_party/depot_tools/gsutil.py instead of gsutil 2023-01-11 jmadill@chromium.org Revert "Vulkan: Temporarily disable threaded monolithic pipelines." 2023-01-11 syoussefi@chromium.org Revert "Suppress VUID-VkGraphicsPipelineCreateInfo-pStages-06896." 2023-01-11 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 4efd652d78ce to e97f96fc5ed0 (480 revisions) 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: I00c6f9d02651f463b3516355028fa91260534e30 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/116900 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller Kokoro: Kokoro --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 7bdc8b5b2b..ec451cfac9 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@eab5947427ad9361f0a0816300746d6b8acb4aa8', + 'url': '{chromium_git}/angle/angle@753d59e9384baf21a2a226ff3de653b8c92f7569', 'condition': 'dawn_standalone', },