From 6af2e300302522b1b7c56c2948f5810fcbb236ba Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 31 Jan 2023 03:25:35 +0000 Subject: [PATCH] Roll ANGLE from 4b72bd1b82a9 to 786d237f39f1 (12 revisions) https://chromium.googlesource.com/angle/angle.git/+log/4b72bd1b82a9..786d237f39f1 2023-01-30 i.nazarov@samsung.com Vulkan: Fixed bug in rx::vk::SharedFence with repeated init(). 2023-01-30 ynovikov@chromium.org Revert "Metal: Avoid leaking buffers for GPU access for non-discrete" 2023-01-30 i.nazarov@samsung.com Added "git worktree" support into "commit_id.py". 2023-01-30 abdolrashidi@google.com Disable mutable texture upload due to render issue 2023-01-30 kpiddington@apple.com Metal: rewrite default uniforms and uniform blocks 2023-01-30 cclao@google.com Vulkan: Fold ThreadSafeCommandProcessor back to CommandProcessor 2023-01-30 jdapena@igalia.com Do not use std::locale in Vulkan memory allocation tracker 2023-01-30 cclao@google.com Vulkan: Merge ThreadSafeCommandQueue back into CommandQueue 2023-01-30 cclao@google.com Vulkan: Enable AndroidNativeFence_ClientWait test 2023-01-30 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from 821e153ac85a to bbf05746bf87 (8 revisions) 2023-01-30 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from fb367de4643f to 97cd4b79248f (792 revisions) 2023-01-30 i.nazarov@samsung.com Vulkan: Fixed UB creating VkPipeline in warmUpPipelineCache(). 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 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: I9eace74c3214f6a4d6d5d117ea2840a8657ae3f8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/118042 Commit-Queue: Dawn Autoroller Bot-Commit: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 5cf52fde8f..02e75c9b1f 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@4b72bd1b82a907efb59fed4da150b6b2e6ba3c2b', + 'url': '{chromium_git}/angle/angle@786d237f39f1ea0d85781c039d4218fcd2679156', 'condition': 'dawn_standalone', },