From 0e5c0dc27a85a3962c98403c1caf1443da5a134c Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 17 Feb 2022 18:36:11 +0000 Subject: [PATCH] Roll ANGLE from ae9c94f1bda1 to 671fcf732d8f (4 revisions) https://chromium.googlesource.com/angle/angle.git/+log/ae9c94f1bda1..671fcf732d8f 2022-02-17 m.maiya@samsung.com Vulkan: Add a feature to retain SPIR-V debug info 2022-02-17 jmadill@chromium.org Vulkan: Refactor DynamicBuffer::allocate. 2022-02-17 jmadill@chromium.org Vulkan: Simplify SubAllocation data types. 2022-02-17 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 9fb91023eb58 to 4d9fe6bf1f0c (8 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 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: If5f8bd9d4f374f9644806a07cb276efbf29848b7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/80920 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 39d32f7437..d19e148cef 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@ae9c94f1bda176590805ca55275df7dae0f0d3eb', + 'url': '{chromium_git}/angle/angle@671fcf732d8f13f2532a777b8436e52276fb2410', 'condition': 'dawn_standalone', },