From 67e7c9fec08b884fa3009c351c88b8fd44a00c68 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 7 Mar 2023 09:10:19 +0000 Subject: [PATCH] Roll ANGLE from 71f6d54c8d36 to a8ba5112b817 (15 revisions) https://chromium.googlesource.com/angle/angle.git/+log/71f6d54c8d36..a8ba5112b817 2023-03-07 gert.wollny@collabora.com Capture/Replay: Deal with swap called in different contexts 2023-03-07 gert.wollny@collabora.com Capture/Replay: Add fixture SetCurrentContextID 2023-03-07 gert.wollny@collabora.com Capture/Replay: Drop context ID from file and frame func names 2023-03-07 syoussefi@chromium.org Vulkan: Fix reserved UBOs for default uniforms 2023-03-07 syoussefi@chromium.org Vulkan: Remove reserved UBO for driver uniforms from limits 2023-03-06 cclao@google.com Vulkan: Minor clean up in CommandProcessor.cpp 2023-03-06 romanl@google.com SYNC-HAZARD-READ-AFTER-WRITE: VkNonDispatchableHandle on x86 2023-03-06 cclao@google.com Vulkan: SurfaceVk should only wait for GPU work that uses it 2023-03-06 romanl@google.com Make SYNC-HAZARD-READ-AFTER-WRITE case less specific. 2023-03-06 romanl@google.com Reland "MSRTSS uses AppendToPNextChain due to non-NULL pNext." 2023-03-06 i.nazarov@samsung.com Vulkan: Fix move constructor/assignment of Resource classes. 2023-03-06 cclao@google.com Vulkan: Change ResourceAccess::Write to ResourceAccess::ReadWrite 2023-03-06 i.nazarov@samsung.com Vulkan: Add useResetCommandBufferBitForSecondaryPools feature. 2023-03-06 i.nazarov@samsung.com Vulkan: Use *_POOL_CREATE_TRANSIENT_BIT in OneOffCommandPool 2023-03-06 romanl@google.com Suppress another SYNC-HAZARD-READ-AFTER-WRITE case. 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: I8b2b920242b5f48690008eac5d22fa829fd15a1b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/122860 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller Kokoro: Kokoro --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 66ebc12bc3..bbcc6b7dfb 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@71f6d54c8d3662693283281651e57c994a10cf08', + 'url': '{chromium_git}/angle/angle@a8ba5112b817056309f6bb166cdcda8b9367c2e0', 'condition': 'dawn_standalone', },