From 86adbdadf0b2cb88f0b4f0252f3258da03ae7c24 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 24 Mar 2023 15:15:39 +0000 Subject: [PATCH] Roll ANGLE from f2c5ce4e80da to 2bd8acfef5d0 (7 revisions) https://chromium.googlesource.com/angle/angle.git/+log/f2c5ce4e80da..2bd8acfef5d0 2023-03-24 cnorthrop@google.com Tests: Add Geometry Dash trace 2023-03-24 i.nazarov@samsung.com Vulkan: Retire Command Buffers before destroying the Pools. 2023-03-24 i.nazarov@samsung.com Vulkan: Fix Secondary Command Buffers with asyncCommandQueue. 2023-03-24 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from f988757e44a3 to c85d70d97009 (3 revisions) 2023-03-24 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 886b2b7b32a4 to 672a6d1840c9 (11 revisions) 2023-03-24 abdolrashidi@google.com Remove uninited pixel check from TexStorageWithPBO 2023-03-24 lexa.knyazev@gmail.com Adjust copied dylibs in update_chrome_angle.py 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: I01f576cb3b008608333c1c8eff462a2bd69ac8ca Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/125344 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 87311af4cc..c4f34fc7e0 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@f2c5ce4e80da2c6107c4b4bf9b497bb9db6a10c6', + 'url': '{chromium_git}/angle/angle@2bd8acfef5d00d38e8d9213acbfad6da3b34ef30', 'condition': 'dawn_standalone', },