From 520d6002f31caf839e9b78458a4d2a3df0495144 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 14 Dec 2022 06:17:01 +0000 Subject: [PATCH] Roll ANGLE from f8720bdb9e11 to 22d731145a30 (5 revisions) https://chromium.googlesource.com/angle/angle.git/+log/f8720bdb9e11..22d731145a30 2022-12-13 syoussefi@chromium.org Vulkan: Remove unnecessary pipeline library retain 2022-12-13 ivan.murashov@lge.com GCC: Make some operators of QueueSerial non constexpr 2022-12-13 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 36e043fa6d46 to 22d5e1e91e82 (7 revisions) 2022-12-13 chris@rive.app Prefix all PLS enums with "GL_" 2022-12-13 romanl@google.com Revert "Re-enable dEQP-EGL.functional.resize.surface_size on Linux." 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 bclayton@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: bclayton@google.com Change-Id: I323bee3a7a9ca3cd5a0e81e9cc226ff2b84183f1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/114241 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 c0b60623a4..e82be56400 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@f8720bdb9e119a1c402388205ffdc6f97296a0df', + 'url': '{chromium_git}/angle/angle@22d731145a3032f5eb9b60f613d7433eb5e48f1b', 'condition': 'dawn_standalone', },