From fd87e9d676be615c1bddfeb5962351048746e731 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 26 Apr 2023 04:19:04 +0000 Subject: [PATCH] Roll ANGLE from 97c2cbd64f6e to d37c97d18a21 (11 revisions) https://chromium.googlesource.com/angle/angle.git/+log/97c2cbd64f6e..d37c97d18a21 2023-04-25 lexa.knyazev@gmail.com Metal: Implement OES_shader_multisample_interpolation 2023-04-25 vikassoni@chromium.org Add extension to skip texture renderability validation in ANGLE. 2023-04-25 cnorthrop@google.com Android: Build traces outside of APK 2023-04-25 lexa.knyazev@gmail.com D3D11: Ignore sample mask and A2C for single-sampled rendering 2023-04-25 syoussefi@chromium.org Vulkan: Fix access mask of generateMipmap's blit 2023-04-25 geofflang@chromium.org Prefer Metal over CGL for querying device registry IDs. 2023-04-25 lexa.knyazev@gmail.com GL: Enable NV_shader_noperspective_interpolation on ES 2023-04-25 lexa.knyazev@gmail.com GL: Fix readPixels for snorm color buffers 2023-04-25 geofflang@chromium.org D3D11: Fix instanced vertex streaming data copies. 2023-04-25 syoussefi@chromium.org Vulkan: Use Android TLS for *valid* global context 2023-04-25 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from dd55e592406d to 23e97b79fb91 (2 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 angle-team+autoroll@google.com,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: I7cebf3f02070b3890912924c8e7e5cac2c83e5cd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/129340 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index d260478ffa..5e16f47b26 100644 --- a/DEPS +++ b/DEPS @@ -136,7 +136,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@97c2cbd64f6e753a194a20053aac2a94a683a772', + 'url': '{chromium_git}/angle/angle@d37c97d18a21fb00d3ee9adc11a7ebe8e2e69a66', 'condition': 'dawn_standalone', },