From ccd9fc055f1ce33a41888b5f218d33c697272746 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 4 May 2022 17:32:29 +0000 Subject: [PATCH] Roll ANGLE from 84e42c3b04da to 9053a641bf5d (12 revisions) https://chromium.googlesource.com/angle/angle.git/+log/84e42c3b04da..9053a641bf5d 2022-05-04 antonio.caggiano@collabora.com Vulkan: Wayland dmabuf extensions 2022-05-04 jmadill@chromium.org Re-land: "Vulkan: Cache ImageView serials on texture changes." 2022-05-04 amaiorano@google.com Fix build flags not in declare_args when angle_has_build is true 2022-05-04 syoussefi@chromium.org Presubmit: Verify comment before new tests 2022-05-04 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from cdf43bd816d7 to 643179694ec7 (4 revisions) 2022-05-04 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 55c89a3a09ac to 6db3a94387ed (508 revisions) 2022-05-03 abdolrashidi@google.com Traces: Add a device arg to restricted_trace_perf 2022-05-03 m.maiya@samsung.com Consolidate handle list before pushing to mReleasedList 2022-05-03 jmadill@chromium.org infra: Remove some slow *SAN tests. 2022-05-03 senorblanco@chromium.org D3D11: fix BufferToTexture copy when UNPACK_ROW_LENGTH is set. 2022-05-03 antonio.caggiano@collabora.com Re-land: "Vulkan: Support Wayland" 2022-05-03 yuxinhu@google.com Basis Universal Texture Experiment 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 amaiorano@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: amaiorano@google.com Change-Id: I5b311147d9afa3cd4bef73694bc882983658c9ae Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/88921 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 736060a769..419b8e63a8 100644 --- a/DEPS +++ b/DEPS @@ -127,7 +127,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@84e42c3b04da9e2c9d93d35bb6f2b1830fef22f4', + 'url': '{chromium_git}/angle/angle@9053a641bf5d58b3365a398d4bfbb6c0c3f0d6d6', 'condition': 'dawn_standalone', },