From a26f55791dad74f3ecb8c6a5e8a5741645fb0293 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Mon, 23 Jan 2023 23:00:10 +0000 Subject: [PATCH] Roll ANGLE from df202660de19 to ab334105e766 (6 revisions) https://chromium.googlesource.com/angle/angle.git/+log/df202660de19..ab334105e766 2023-01-23 m.maiya@samsung.com BuiltInResourcesString is no longer a part of shader cache key 2023-01-23 abdolrashidi@google.com Move memory allocation info vars to separate class 2023-01-23 cclao@google.com Vulkan: Add ThreadSafeCommandQueue class 2023-01-23 j.vigil@samsung.com EGL: Remove protected content test case 2023-01-23 cnorthrop@google.com Tests: Add CSR2 Drag Racing trace 2023-01-23 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from f709feae795b to d7dfd14fa0d0 (12 revisions) 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 enga@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: enga@google.com Change-Id: Icb2303df79262e6684c41fa838766107939a9ab9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/117680 Bot-Commit: Dawn Autoroller Kokoro: Kokoro Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 0db3a62185..b2af1ca36a 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@df202660de19da8e96078a4d35ba90131aadbce6', + 'url': '{chromium_git}/angle/angle@ab334105e766f04dd7b78842c33f1f3fb7352361', 'condition': 'dawn_standalone', },