From c7039f1da84e9430515c81bc60fceb7a241a065e Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 13 Dec 2022 00:07:28 +0000 Subject: [PATCH] Roll ANGLE from b1b4640104fc to f3ebb2ca4123 (8 revisions) https://chromium.googlesource.com/angle/angle.git/+log/b1b4640104fc..f3ebb2ca4123 2022-12-12 cclao@google.com Vulkan: Better mUse tracking for DynamicallyGrowingPool 2022-12-12 abdolrashidi@google.com Fix the input arg after the trace_tests change 2022-12-12 abdolrashidi@google.com Vulkan: Add shared ring buffer cmd alloc feature 2022-12-12 romanl@google.com Re-enable dEQP-EGL.functional.resize.surface_size on Linux. 2022-12-12 ynovikov@chromium.org Skip DrawElementsIndexOutOfRangeWithDynamicDraw on Win Intel 2022-12-12 ynovikov@chromium.org More PixelLocalStorage skips on iOS 2022-12-12 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 89b9b4762b94 to 8b5ea902f8d4 (14 revisions) 2022-12-12 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 6ebc3347af9d to 36e043fa6d46 (1 revision) 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: I0ef4e2d1d251909c184c8fddbfdca50be3a14c77 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/113840 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 94452facb3..8c54b1d62c 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@b1b4640104fcbbaeb9a08ffb3945c7fe6fd9332e', + 'url': '{chromium_git}/angle/angle@f3ebb2ca41236a75a502522fd0f23f6fc867d7e2', 'condition': 'dawn_standalone', },