From 09681d57ed4bdff725164628d2620e5c33ffeadc Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 16 Mar 2022 03:19:26 +0000 Subject: [PATCH] Roll ANGLE from dffc907729dd to 63b54d9d07b5 (11 revisions) https://chromium.googlesource.com/angle/angle.git/+log/dffc907729dd..63b54d9d07b5 2022-03-16 yahan@google.com Do not copy parent layer frame position 2022-03-15 cclao@google.com Vulkan: Update mCurrentElementArrayBuffersync based on dirty bit 2022-03-15 yuxinhu@google.com Flush the texture staged updates when destroying context share group 2022-03-15 b.schade@samsung.com Remove invalid validation check on compressed texture formats 2022-03-15 cclao@google.com Vulkan: Handle the case where the bound buffer is empty 2022-03-15 lubosz.sarnecki@collabora.com FrameCapture: Skip invalid VertexAttribPointer calls in MEC. 2022-03-15 antonio.caggiano@collabora.com Vulkan: VkFormat/DrmFourCC 2022-03-15 jmadill@chromium.org Vulkan: Temporarily suppress 3 perf counter tests on P6. 2022-03-15 jmadill@chromium.org Revert "Vulkan: VkFormat/DrmFourCC" 2022-03-15 lexa.knyazev@gmail.com Skip no-op base instance draw calls 2022-03-15 lexa.knyazev@gmail.com Fix typo in DrawElementsInstancedBaseVertexBaseInstanceANGLE 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 enga@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: enga@google.com Change-Id: Idf6ab8917cd3e610804f58420515723ec7fd607e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/83780 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index f7426cb9e1..1c43706d54 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@dffc907729ddaea7f0389232a1396c680d951573', + 'url': '{chromium_git}/angle/angle@63b54d9d07b5059a706ded31d62134329ed225fa', 'condition': 'dawn_standalone', },