From 3e61641e1269cf9be3d6aef63f358d115e10ca22 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 5 Jan 2023 00:55:30 +0000 Subject: [PATCH] Roll ANGLE from 24ac26c3f0e4 to 32175d8a6dc1 (11 revisions) https://chromium.googlesource.com/angle/angle.git/+log/24ac26c3f0e4..32175d8a6dc1 2023-01-04 sharma.loic@gmail.com Address Visual Studio 17.4 build issues 2023-01-04 jmadill@chromium.org Tests: Use ISOLATED_OUTDIR for test artifact directory. 2023-01-04 romanl@google.com Perf tests: write metrics to file and read from merge script. 2023-01-04 gman@chromium.org Metal:Switch to NoWait in eglReleaseTexImage 2023-01-04 cnorthrop@google.com FrameCapture: Fix tracking of glCopyImageSubData 2023-01-04 ynovikov@chromium.org Re-enable tests on win10-x64-intel-perf 2023-01-04 cnorthrop@google.com Tests: Add Catalyst Black trace 2023-01-04 natsu@google.com Map AHARDWAREBUFFER_FORMAT_R8_UNORM to GL_R8 2023-01-04 natsu@google.com Mirror Android AHB formats in ANGLE owned enum 2023-01-04 ynovikov@chromium.org Switch Win Intel to Optiplex 7080 by rolling Chromium 2023-01-04 lexa.knyazev@gmail.com Skip ClipCullDistanceTest.SizeCheckCombined on TSAN 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 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: Ie3b72af29a5ad55d947e7dff4155c6f08a2f8943 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/116261 Commit-Queue: Dawn Autoroller Kokoro: Kokoro Bot-Commit: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 41889baac0..6447071136 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@24ac26c3f0e41e18b6a0d643033260191c9bf277', + 'url': '{chromium_git}/angle/angle@32175d8a6dc185dd850e5c9988f208085c9c0d80', 'condition': 'dawn_standalone', },