From b7a03129faf6a7407f44c324ba8a2b91cba69e50 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 8 Mar 2023 11:42:33 +0000 Subject: [PATCH] Roll ANGLE from 56259f301082 to 1023c18fe4ff (9 revisions) https://chromium.googlesource.com/angle/angle.git/+log/56259f301082..1023c18fe4ff 2023-03-08 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 2821f7bf7cf2 to 4d26ea50cec7 (587 revisions) 2023-03-08 chris@rive.app Make PLS queries robust 2023-03-08 mark@lunarg.com Tests: Add Jackpot World Trace 2023-03-08 abdolrashidi@google.com Fix the alloc error with enabled backtrace feature 2023-03-08 abdolrashidi@google.com Move the memory tracking classes to new files 2023-03-08 hitawala@chromium.org Reland "Add vulkan format image fallback for R16G16B16" 2023-03-08 gert.wollny@collabora.com Capture/Replay: Don't serialize shader refcount with context 2023-03-07 romanl@google.com Skip TextureNorm16R16RenderTest and variants 2023-03-07 lexa.knyazev@gmail.com GL: Implement EXT_clip_control 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,senorblanco@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: senorblanco@google.com Change-Id: I636654feb551429ea92d7842b3555a50059ee56a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/123100 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 26eea48ee5..5108ffbb04 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@56259f30108224ae0f8cc4838436aad2beaffabd', + 'url': '{chromium_git}/angle/angle@1023c18fe4ffc59b8ae50b00ecf426a33785dc77', 'condition': 'dawn_standalone', },