From acbd30861449cbddb50be8d79a32b6f78e50e54f Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 7 Oct 2022 23:36:58 +0000 Subject: [PATCH] Roll ANGLE from 2b3c8aaf1a93 to cad7979e9270 (10 revisions) https://chromium.googlesource.com/angle/angle.git/+log/2b3c8aaf1a93..cad7979e9270 2022-10-07 tvignatti@igalia.com Metal: Build fix TextureMtl code 2022-10-07 chris@rive.app Include Apple1 in the Metal framebuffer-fetch impl of PLS 2022-10-07 jmadill@chromium.org Perf Tests: Divide test samples between shards. 2022-10-07 jmadill@chromium.org Roll third_party/OpenGL-Registry/src/ 11d7b7bae..5bae8738b (5 commits) 2022-10-07 jmadill@chromium.org Perf Tests: Simplify merger script. 2022-10-07 chh@google.com Fix cert-dcl16-c warnings 2022-10-07 solti@google.com fix typo 2022-10-07 m.maiya@samsung.com Vulkan: Bug fix in GL_QCOM_shading_rate 2022-10-07 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 7d797ec7d6bb to 1172dba33888 (4 revisions) 2022-10-07 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 2b155acd6a90 to 01fade1fc521 (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 kainino@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: kainino@google.com Change-Id: I96d1fd676c1a489b205a692c4e575950974a8cf6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104961 Commit-Queue: Dawn Autoroller Bot-Commit: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 27663eeb3a..c2e1c6e274 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@2b3c8aaf1a9326592b4b931784ef9fb31eca5551', + 'url': '{chromium_git}/angle/angle@cad7979e9270a98ef769e419b9a33d4e747aff5e', 'condition': 'dawn_standalone', },