From 3912f57afc90abd9902031602e4bd1fea3a0cc43 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 9 May 2023 00:08:23 +0000 Subject: [PATCH] Roll ANGLE from 1a847d4a6e6a to fbca2b29271c (6 revisions) https://chromium.googlesource.com/angle/angle.git/+log/1a847d4a6e6a..fbca2b29271c 2023-05-08 geofflang@chromium.org Metal: Build built-in shaders from source on the simulator 2023-05-08 angle-autoroll@skia-public.iam.gserviceaccount.com Manual roll vulkan-deps from 446f1da0d121 to e672f7dbab42 (2 revisions) 2023-05-08 abdolrashidi@google.com Add instruction for trace tests w/multiple devices 2023-05-08 lexa.knyazev@gmail.com Metal: Implement ANGLE_polygon_mode 2023-05-08 lexa.knyazev@gmail.com D3D11: Implement ANGLE_polygon_mode 2023-05-08 geofflang@chromium.org Reland: Metal: Embed precompiled default shaders. 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,rharrison@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: rharrison@google.com Change-Id: Id34355b8e420b88dad3d1b463b5d62e0b43a614b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/132120 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index dde59654a0..571c60377c 100644 --- a/DEPS +++ b/DEPS @@ -136,7 +136,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@1a847d4a6e6afcfd77f02325b1071c0f6b2c6f60', + 'url': '{chromium_git}/angle/angle@fbca2b29271c9c209016e7ad047d46056072ec66', 'condition': 'dawn_standalone', },