From b697de5dc7951807b7b418430c2551f282ee22c1 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Sat, 25 Mar 2023 04:34:02 +0000 Subject: [PATCH] Roll ANGLE from 2bd8acfef5d0 to 249b03aca732 (4 revisions) https://chromium.googlesource.com/angle/angle.git/+log/2bd8acfef5d0..249b03aca732 2023-03-24 cnorthrop@google.com restricted_trace_perf: Delete settings when using default 2023-03-24 i.nazarov@samsung.com Vulkan: Do not enforce custom ANGLEs secondary command buffers. 2023-03-24 i.nazarov@samsung.com Vulkan: Minor SecondaryCommandPool::destroy() optimization. 2023-03-24 i.nazarov@samsung.com Vulkan: Enable async features for Secondary Command Buffers. 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,jrprice@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: jrprice@google.com Change-Id: Iaffc62f0c34606c51781f5981b828211d45f929c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/125440 Commit-Queue: Dawn Autoroller Bot-Commit: Dawn Autoroller Kokoro: Kokoro --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index f4831d4ead..9be5246fe8 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@2bd8acfef5d00d38e8d9213acbfad6da3b34ef30', + 'url': '{chromium_git}/angle/angle@249b03aca732165c125e8b2c5684035beb03b3e7', 'condition': 'dawn_standalone', },