From 3e5c78b3b08d74b7b8585dd78848940a1d417a5d Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 2 Jun 2022 09:55:21 +0000 Subject: [PATCH] Roll ANGLE from b03f278925c6 to 67a8c19843a1 (12 revisions) https://chromium.googlesource.com/angle/angle.git/+log/b03f278925c6..67a8c19843a1 2022-06-02 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from f6e0343d6b36 to 795b7900dc69 (491 revisions) 2022-06-02 kbr@chromium.org Uptream Vivante and VMWare vendor ID recognition. 2022-06-02 syoussefi@chromium.org Vulkan: Include state in pipeline graph dump 2022-06-02 gman@chromium.org Metal:Dynamically choose max draw buffers. 2022-06-02 gman@chromium.org Metal: Upstream clear performance fix 2022-06-02 gman@chromium.org Metal: Update MAX_LOD_BIAS 2022-06-01 ffz@google.com Code Cleanup 2022-06-01 senorblanco@chromium.org D3D11: implement stencil texturing. 2022-06-01 syoussefi@chromium.org Vulkan: Pipeline creation feedback in perf counters 2022-06-01 syoussefi@chromium.org Vulkan: Use 64-bit counters 2022-06-01 syoussefi@chromium.org Vulkan: Fix xfb emulation bug w.r.t array elements 2022-06-01 jmadill@chromium.org Update extension support (June 1, 2022). 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 lokokung@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: lokokung@google.com Change-Id: I6c31e23f35de52d015c2b646b4af4d5cd57cb987 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/92381 Bot-Commit: Dawn Autoroller Kokoro: Kokoro Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index cb352da77f..622e22b21c 100644 --- a/DEPS +++ b/DEPS @@ -129,7 +129,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@b03f278925c6754bdb7a37feae315214b4cc604b', + 'url': '{chromium_git}/angle/angle@67a8c19843a1427de32f22a42c2816f7168c007b', 'condition': 'dawn_standalone', },