From 7c2680badd5be6a35ba8a5f91574e02a08f25b63 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 10 May 2022 00:52:25 +0000 Subject: [PATCH] Roll ANGLE from 78d88796b44b to 2b8172b9b21e (12 revisions) https://chromium.googlesource.com/angle/angle.git/+log/78d88796b44b..2b8172b9b21e 2022-05-09 cclao@google.com Vulkan: Add missing initialization for mTotalMemorySize 2022-05-09 syoussefi@chromium.org Vulkan: Remove suppressions and workarounds for old AMD/Windows 2022-05-09 ynovikov@chromium.org Revert "Vulkan: GBM platform" 2022-05-09 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from bc117969dbb5 to 7f78f00fdc5c (162 revisions) 2022-05-09 geofflang@chromium.org Reset the program executable if async linking fails. 2022-05-09 antonio.caggiano@collabora.com Vulkan: GBM platform 2022-05-09 cclao@google.com Vulkan: Fix VVL error for black desert mobile 2022-05-09 lexa.knyazev@gmail.com Add CopyTextureTest.ClearAfterCopySubTexture 2022-05-09 jmadill@chromium.org Vulkan: Use ImageView layer count functions in TextureVk. 2022-05-09 geofflang@chromium.org HLSL: Disambiguate functions that have int/uint parameters. 2022-05-09 jmadill@chromium.org Vulkan: Always init image views using image format. 2022-05-09 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 74e34ab97aeb to 1dd93361b1d9 (3 revisions) 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 kainino@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: kainino@google.com Change-Id: I72e6442157d95911d35e9f0b4857c0e6826162c5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/89540 Commit-Queue: Dawn Autoroller Bot-Commit: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index baf3822b50..1ce53874e8 100644 --- a/DEPS +++ b/DEPS @@ -127,7 +127,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@78d88796b44b9ca2dad8872670d0e25bbf7dcba7', + 'url': '{chromium_git}/angle/angle@2b8172b9b21edeeb0228dfe1dc1640447864522c', 'condition': 'dawn_standalone', },