From e20c5301160821e7584ac2a56256e1969dcea603 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 19 Oct 2022 23:23:45 +0000 Subject: [PATCH] Roll ANGLE from 1a9882dd050c to d8fe28dddc23 (10 revisions) https://chromium.googlesource.com/angle/angle.git/+log/1a9882dd050c..d8fe28dddc23 2022-10-19 lexa.knyazev@gmail.com Suppress clip distance tests on iOS 2022-10-19 syoussefi@chromium.org Pass worker pools to image load functions 2022-10-19 syoussefi@chromium.org Move worker pools to Display 2022-10-19 syoussefi@chromium.org Move thread pool classes to common/ 2022-10-19 jmadill@chromium.org Redo perf and trace test parameters. 2022-10-19 cnorthrop@google.com Tests: Add reduced crashing shader test 2022-10-19 jmadill@chromium.org run_perf_tests.py: Remove unneeded Android args. 2022-10-19 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 00b601d8ad24 to fdf41479349b (3 revisions) 2022-10-19 gregschlom@google.com Reland "Make ANGLE's Worker Pool actually pool the threads." 2022-10-19 jmadill@chromium.org Add missing function prototypes to ANGLE ext headers. 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 lokokung@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: lokokung@google.com Change-Id: Iacf2fa7b3757b3eb127729a1bcd966927b2f7d98 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/106415 Commit-Queue: Dawn Autoroller Bot-Commit: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 477c0089a7..c8018c78f0 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@1a9882dd050c7ae0b0dfce53ccc820624e20f7d2', + 'url': '{chromium_git}/angle/angle@d8fe28dddc23ddaa9cc7d4c9ceb65a6ba7e2fd78', 'condition': 'dawn_standalone', },