From dfa84d95c534343337deaace2a4729ddff5e8702 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 5 Apr 2023 06:30:35 +0000 Subject: [PATCH] Roll ANGLE from b30c05deb10c to 9199e77d2650 (5 revisions) https://chromium.googlesource.com/angle/angle.git/+log/b30c05deb10c..9199e77d2650 2023-04-04 vollick@chromium.org [ios] simulator fixes for angle_unittests 2023-04-04 syoussefi@chromium.org Vulkan: Treat readonly SSBOs as readonly! 2023-04-04 syoussefi@chromium.org Vulkan: Unify buffer alloc strategy for uploads and GPU copies 2023-04-04 msisov@igalia.com Allocate buffer via malloc for demangle. 2023-04-04 romanl@google.com Trace Interpreter: Improve ReadFileToString performance. 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 angle-team+autoroll@google.com,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: I789c8eb0f65345dacdd296a3e06da6165ed1946d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/126500 Commit-Queue: Dawn Autoroller Bot-Commit: Dawn Autoroller Kokoro: Kokoro --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index feb7b86f8c..d1c964c6fc 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@b30c05deb10c770aa37cc15f7adf2760c27b3700', + 'url': '{chromium_git}/angle/angle@9199e77d2650672b27f46badbf768f3f6f702868', 'condition': 'dawn_standalone', },