From d5030ad463fed3ec1d672c30b56e44cc6829ca4e Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 22 Jul 2022 08:11:55 +0000 Subject: [PATCH] Roll ANGLE from 115d83618e1a to 7d6f3d94e3a8 (8 revisions) https://chromium.googlesource.com/angle/angle.git/+log/115d83618e1a..7d6f3d94e3a8 2022-07-22 lfy@google.com glValidateProgramPipelines: Skip draw state error check 2022-07-22 romanl@google.com Remove a few cases that are skipped by end2end. 2022-07-21 chris@rive.app Use "readwrite" PLS images when possible 2022-07-21 chris@rive.app Automatically enable early_fragment_tests when PLS is declared 2022-07-21 chris@rive.app Add support for PLS as function arguments 2022-07-21 romanl@google.com Ignore tests skipped by the suite. 2022-07-21 yuxinhu@google.com Vulkan: Disable Multisample Framebuffer Fetch 2022-07-21 penghuang@chromium.org Add angle_enable_share_context_lock build flag 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: Ic3185e95199d2bd4af2576c80db3b6b9d116c8ec Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/96960 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller Kokoro: Kokoro --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 789651c8d6..be4f7ad559 100644 --- a/DEPS +++ b/DEPS @@ -129,7 +129,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@115d83618e1a968ff1d05acb244424729f1b48cb', + 'url': '{chromium_git}/angle/angle@7d6f3d94e3a8494c91f2ca3525a03bef9a94b162', 'condition': 'dawn_standalone', },