From 490294e6fe2d6d4e3dc2cdf446ae324516d03109 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 11 Aug 2022 00:58:01 +0000 Subject: [PATCH] Roll ANGLE from ee09383861f0 to 3d0faa02e237 (9 revisions) https://chromium.googlesource.com/angle/angle.git/+log/ee09383861f0..3d0faa02e237 2022-08-10 romanl@google.com Remove workaround affecting --list-tests --gtest_filter=X. 2022-08-10 syoussefi@chromium.org Vulkan: Query support for VK_KHR_imageless_framebuffer 2022-08-10 syoussefi@chromium.org Vulkan: Use VK_EXT_primitives_generated_query 2022-08-10 romanl@google.com Fix ANGLE_HAS_HISTOGRAMS following crrev.com/c/3817602 2022-08-10 chris@rive.app Rename ShFragmentSynchronizationType::None -> NoSynchronization 2022-08-10 syoussefi@chromium.org Vulkan: Workaround ARM bug with stencil write mask 2022-08-10 romanl@google.com Add config angle_maybe_has_histograms to angle_perftests_common. 2022-08-10 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from fe14e7954b25 to c728ed48ce2f (8 revisions) 2022-08-10 geofflang@google.com Mark FormatPrintTest as potentially uninstantiated. 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 cwallez@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: cwallez@google.com Change-Id: I2a97de99ea2e4e153de7dc31e30c932e01994476 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/98781 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 8f4d3814e1..77a89d8260 100644 --- a/DEPS +++ b/DEPS @@ -129,7 +129,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@ee09383861f08afce809541f107608bdeaf7afbf', + 'url': '{chromium_git}/angle/angle@3d0faa02e2376461efe9332d765f65e510bda511', 'condition': 'dawn_standalone', },