From 6a4fcfe1b4b9e6629b303d23803b972eb1a8ccb1 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 6 Jan 2023 09:07:45 +0000 Subject: [PATCH] Roll ANGLE from 3604f6b87112 to 045888db2a79 (12 revisions) https://chromium.googlesource.com/angle/angle.git/+log/3604f6b87112..045888db2a79 2023-01-06 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from f676f874381a to 20196e335c59 (511 revisions) 2023-01-05 djg@apple.com Metal: Fix Metal API deprecation warnings 2023-01-05 cclao@google.com Vulkan: Improve RPCommandHelper::isImageWithLayoutTransition() 2023-01-05 yuxinhu@google.com Revert "Reland "Make ANGLE program version only dependent on data that matters"" 2023-01-05 cclao@google.com Vulkan: Remove the car_chase skip 2023-01-05 kbr@chromium.org Add colleagues at Apple who have contributed to ANGLE. 2023-01-05 jmadill@chromium.org Capture/Replay: Fix unpack alignment inconsistency. 2023-01-05 geofflang@google.com Metal: Mark ES3.0 as complete 2023-01-05 cclao@google.com Vulkan: Fix imageRead from RP and outsideRP simultaneously 2023-01-05 lexa.knyazev@gmail.com Metal: Implement ANGLE_clip_cull_distance 2023-01-05 ynovikov@chromium.org Skip 2 slow trace perf tests on Win Intel 2023-01-05 jmadill@chromium.org Capture/Replay: Fix GetProgramInterfaceiv write location. 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: If21fea41c740cd11b1d6eba6f02f2a0fe7aa52ad Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/116521 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 09604e126e..b6851e284e 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@3604f6b87112dd33bcbeadcefc547a61933b11df', + 'url': '{chromium_git}/angle/angle@045888db2a79427d5600c54fe82e0336332baa0f', 'condition': 'dawn_standalone', },