From dac162716cc826f03a0324387c43649462a74c70 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 4 May 2023 06:30:21 +0000 Subject: [PATCH] Roll ANGLE from 248445608dd3 to cd171d2ef3ca (7 revisions) https://chromium.googlesource.com/angle/angle.git/+log/248445608dd3..cd171d2ef3ca 2023-05-03 abdolrashidi@google.com Vulkan: Enable async pipeline cache compression 2023-05-03 syoussefi@chromium.org WebGL: Limit total size of private data 2023-05-03 i.nazarov@samsung.com Revert "Vulkan: Simplify present history logic" 2023-05-03 syoussefi@chromium.org Vulkan: Handle inactive render pass in draw-based clear 2023-05-03 angle-autoroll@skia-public.iam.gserviceaccount.com Manual roll vulkan-deps from 7873f429a5c2 to 94976560d112 (18 revisions) 2023-05-03 i.nazarov@samsung.com Vulkan: Simplify present history logic 2023-05-03 cnorthrop@google.com Vulkan: Suppress new VUID-vkCmdDraw-None VVL errors 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 alanbaker@google.com,angle-team+autoroll@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: alanbaker@google.com Change-Id: Ic75841af092b77bda94708d22b73515af99f913c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131480 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 bf2bf06689..f2bbd2c8e4 100644 --- a/DEPS +++ b/DEPS @@ -136,7 +136,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@248445608dd32e3f22adf24f15e5cf559193b74b', + 'url': '{chromium_git}/angle/angle@cd171d2ef3ca5a04fbce8b999ce4af148dfbe0f0', 'condition': 'dawn_standalone', },