From 980afb7cca42246c17ce003a7ce88f866543ef5b Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 2 May 2023 00:25:24 +0000 Subject: [PATCH] Roll ANGLE from 568013739fe4 to 73f9cf004562 (14 revisions) https://chromium.googlesource.com/angle/angle.git/+log/568013739fe4..73f9cf004562 2023-05-01 lexa.knyazev@gmail.com GL: Implement polygon mode extensions 2023-05-01 syoussefi@chromium.org Vulkan: Make eglPrepareSwapBuffersANGLE less special 2023-05-01 lexa.knyazev@gmail.com Add polygon mode extension stubs 2023-05-01 geofflang@chromium.org Metal: Embed precompiled default shaders. 2023-05-01 syoussefi@chromium.org Vulkan: Destroy the surface without holding the EGL lock 2023-05-01 romanl@google.com Android logs also go to stdout/err, line-buffered if possible 2023-05-01 romanl@google.com Re-enable angle_restricted_trace_gold_interpreted_tests 2023-05-01 romanl@google.com Capture/Replay: android_helper handles traces in/outside of apk 2023-05-01 romanl@google.com Capture/Replay: fix interpreter lib placed inside/outside APK 2023-05-01 romanl@google.com Capture/Replay: make failure to load a trace lib more clear 2023-05-01 zzyiwei@chromium.org Vulkan: use any available memory type for external 2023-05-01 yuxinhu@google.com Unconditionally enable append_aliased_memory_decorations_to_ssbo 2023-05-01 lexa.knyazev@gmail.com D3D11: Implement multisampling shader extensions 2023-05-01 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from f0d31e0f4846 to b89ed2f23a03 (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 alanbaker@google.com,angle-team+autoroll@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: alanbaker@google.com Change-Id: I6225312835c0d85cf99818950a942379ec4a4132 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/130880 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index d6e711ef5e..f25a9778a0 100644 --- a/DEPS +++ b/DEPS @@ -136,7 +136,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@568013739fe4893b18b2bcaa0bdac1d76a7236f8', + 'url': '{chromium_git}/angle/angle@73f9cf0045620aa8be1232628d26788245ad2d5e', 'condition': 'dawn_standalone', },