From 51fcef41594972417ffcbb5c9f763797086dc540 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Sat, 11 Mar 2023 07:14:00 +0000 Subject: [PATCH] Roll ANGLE from ffdcfb942c6e to 67ad3ddcf996 (10 revisions) https://chromium.googlesource.com/angle/angle.git/+log/ffdcfb942c6e..67ad3ddcf996 2023-03-11 cclao@google.com Vulkan: Relax size limit for dynamicBuffer to pick buddy algorithm 2023-03-10 i.nazarov@samsung.com Vulkan: Fixed Context Priority mixing problems. 2023-03-10 i.nazarov@samsung.com Vulkan: Add and use rx::vk::ReleasableResource class. 2023-03-10 i.nazarov@samsung.com Vulkan: Fix UBs when deleted attachment is used in a RenderPass. 2023-03-10 i.nazarov@samsung.com Vulkan: Remove code left after introduce of "vk::SharedGarbage" 2023-03-10 i.nazarov@samsung.com Vulkan: Rename "RendererVk::waitFor*ToBeSubmitted()" methods. 2023-03-10 i.nazarov@samsung.com Vulkan: Enforce ContextPriority in ShareGroup and with EGLImage 2023-03-10 syoussefi@chromium.org Roll VMA forward 2023-03-10 mikes@lunarg.com Expose shader extensions based on ESSL version 2023-03-10 chris@rive.app Add back "non-robust" PLS queries 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,senorblanco@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: senorblanco@google.com Change-Id: Iff4eff14e73f6e38daf5dbc142d2c2324bcedb40 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/123582 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index bba09146c4..157b56baee 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@ffdcfb942c6eaecbee10c1d53a578faea2eda04b', + 'url': '{chromium_git}/angle/angle@67ad3ddcf9960eeac2c008fa15180d017dd0cbbe', 'condition': 'dawn_standalone', },