From faa64a60ef10711532beb601d83fa3e56df25f89 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 8 Jun 2022 10:17:24 +0000 Subject: [PATCH] Roll ANGLE from d66d9e7b16bd to 4ea62009c99b (15 revisions) https://chromium.googlesource.com/angle/angle.git/+log/d66d9e7b16bd..4ea62009c99b 2022-06-08 syoussefi@chromium.org Vulkan: Prefer driver uniforms over spec consts 2022-06-08 syoussefi@chromium.org Vulkan: Fix program creation crash 2022-06-07 ffz@google.com Implement GL_EXT_base_instance 2022-06-07 syoussefi@chromium.org infra: Increase shards for end2end tests on ASAN 2022-06-07 romanl@google.com Make TestEventListener and inner class of TestSuite. 2022-06-07 jmadill@chromium.org infra: Add Linux AMD test spec. 2022-06-07 geofflang@google.com GL: Disable texture border clamp on imagination. 2022-06-07 chris@rive.app Add a test for volatile aliases of the same shader image 2022-06-07 antonio.caggiano@collabora.com Vulkan: Enable VK_EXT_platform_wayland 2022-06-07 lubosz.sarnecki@collabora.com Tests: Add Shadow Fight 3 trace. 2022-06-07 senorblanco@chromium.org Remove suppressions for now-passing ES 3.1 tests. 2022-06-07 antonio.caggiano@collabora.com Vulkan: Fix mutable format check 2022-06-07 syoussefi@chromium.org Remove suppression for passing tests 2022-06-07 abdolrashidi@google.com Vulkan: Remove enableLineRasterEmulation 2022-06-07 syoussefi@chromium.org Roll Chromium from 4697545681bd to 4658acb376d4 (377 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 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: I6f2848a48047a8ca00311c714ff2b99696811c0a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/93080 Bot-Commit: Dawn Autoroller Kokoro: Kokoro Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index ee3831b3ef..ab31874db2 100644 --- a/DEPS +++ b/DEPS @@ -129,7 +129,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@d66d9e7b16bd9330d2dc4aa3c4fdbf8cda177a04', + 'url': '{chromium_git}/angle/angle@4ea62009c99b75d5e032ea66e84aec38ffe3a31d', 'condition': 'dawn_standalone', },