From ab733d3bc7f3cee4d38c2617d2f3a6c786be60f1 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 13 Apr 2022 20:35:56 +0000 Subject: [PATCH] Roll ANGLE from eeb396535317 to 01c0bc215f4a (22 revisions) https://chromium.googlesource.com/angle/angle.git/+log/eeb396535317..01c0bc215f4a 2022-04-13 jonahr@google.com Revert "Vulkan: Support Wayland" 2022-04-13 syoussefi@chromium.org Vulkan: Enum class instead of bool didRespecify 2022-04-13 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 345e2a278e69 to c9be322642fb (74 revisions) 2022-04-13 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 620982155d55 to 011bba68c819 (4 revisions) 2022-04-13 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from f961a0d4732b to 61150a1970a3 (431 revisions) 2022-04-13 gman@chromium.org Metal:Speed up BGRA8 to RGBA8 copy for readPixels 2022-04-13 syoussefi@chromium.org Remove feature override platform methods 2022-04-13 syoussefi@chromium.org Vulkan: Fix resolve with subpass into smaller framebuffer 2022-04-12 yuxinhu@google.com Fix Geometry Shader Conformance Test Failure on Pixel6 2022-04-12 penghuang@chromium.org Use the real max vertex attrib index instead of MAX_VERTEX_ATTRIBS 2022-04-12 sunnyps@chromium.org vulkan: Mark external memory textures as preinitialized 2022-04-12 ynovikov@chromium.org Suppress multisample_interpolation dEQP failures on Pixel 6 Vulkan 2022-04-12 senorblanco@chromium.org D3D: Remove a pass-through function. 2022-04-12 cclao@google.com Vulkan: Change ContextVk to Context for BufferPool APIs 2022-04-12 antonio.caggiano@collabora.com Vulkan: Support Wayland 2022-04-12 ynovikov@chromium.org Roll chromium_revision f89964bd5b..f961a0d473 (990903:991486) 2022-04-12 steven@valvesoftware.com egl_angle_ext: add more missing extension enum values 2022-04-12 ynovikov@chromium.org Update ANGLE's docs regarding Windows 10 SDK version to use 2022-04-12 steven@valvesoftware.com gl_angle_ext.xml: treat glProvokingVertexANGLE as alias 2022-04-12 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from d15c42482560 to 620982155d55 (2 revisions) 2022-04-12 syoussefi@chromium.org Reland "Vulkan: Fix texture-after-framebuffer sync issues" 2022-04-12 syoussefi@chromium.org Autogenerate list of features as enum 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 bajones@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: bajones@google.com Change-Id: I3bff6ad2ba45d9e6b1978bdee51e6835a98b0998 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/86723 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 db83b7c52f..0221b49763 100644 --- a/DEPS +++ b/DEPS @@ -127,7 +127,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@eeb3965353178bd56a2558f3e1a71882db210fa7', + 'url': '{chromium_git}/angle/angle@01c0bc215f4a634d36d52359c0fcab559c22cb7b', 'condition': 'dawn_standalone', },