From e2a4429364523bf47cf1e917fc5182605a0ad595 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 3 Feb 2022 17:51:54 +0000 Subject: [PATCH] Roll ANGLE from b756b2c2744a to e56f0e293319 (6 revisions) https://chromium.googlesource.com/angle/angle.git/+log/b756b2c2744a..e56f0e293319 2022-02-03 cnorthrop@google.com Vulkan: Check program fetch status when switching framebuffers 2022-02-03 jonahr@google.com Suppress GLSLTest.FramebufferFetch... on Pixel6 / Vk / Glslang 2022-02-03 jmadill@chromium.org Add new Vulkan uniform update test. 2022-02-03 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from fe093f4789c2 to 3a6f074dbd38 (8 revisions) 2022-02-03 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 4998c7b3a2b8 to 6014f10de554 (6 revisions) 2022-02-03 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from a210f891a450 to 8894f7c632dd (1053 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: I1c345b628dfce5faba3f2ebd8dbd66c173af6b4e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/79121 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 9c04552eee..3d0468ecab 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@b756b2c2744aeff7a8207a44fe8772b1c5c97c9d', + 'url': '{chromium_git}/angle/angle@e56f0e2933193fd4d945b13d4dc7df9ef0fa1f6f', 'condition': 'dawn_standalone', },