From e663ac2c27af03966a15bb03ae5e00379e92bbb1 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Mon, 31 Jan 2022 23:07:01 +0000 Subject: [PATCH] Roll ANGLE from b934fad92479 to f810e9989932 (7 revisions) https://chromium.googlesource.com/angle/angle.git/+log/b934fad92479..f810e9989932 2022-01-31 jmadill@chromium.org Use a temporary timeout multipler for trace tests. 2022-01-31 ynovikov@chromium.org Remove old spellings for SYNC-HAZARD-WRITE_AFTER_READ skips 2022-01-31 jmadill@chromium.org Refactor shared library load to avoid allocations. 2022-01-31 syoussefi@chromium.org Vulkan: Emulate dithering 2022-01-31 syoussefi@chromium.org Fix ANGLE_rgbx_internal_format's extension file name 2022-01-31 jmadill@chromium.org D3D11: Fix underflow with computing small strides. 2022-01-31 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 518c5780ac4f to 4db20a80409b (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 cwallez@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: cwallez@google.com Change-Id: Ic01eb7b08675427a8faf99563ca9cd26b0534326 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/78687 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index a90186bf4f..3747be2cae 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@b934fad92479b30318d070bdc927bb712d4f6baa', + 'url': '{chromium_git}/angle/angle@f810e998993290f049bbdad4fae975e4867100ad', 'condition': 'dawn_standalone', },