From 282fc5fc38dead9174d80389a0e17deee22b0b29 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Fri, 8 Sep 2023 19:24:30 -0400 Subject: [PATCH] Roll ANGLE from 98b0855b9a71 to fce1e57401bf (3 revisions) (flutter/engine#45596) https://chromium.googlesource.com/angle/angle.git/+log/98b0855b9a71..fce1e57401bf 2023-09-08 cnorthrop@google.com FrameCapture: Skip output dir check if disabled 2023-09-08 geofflang@chromium.org GL: Don't use system info for Android SDK queries. 2023-09-08 cclao@google.com Attempt to fix the MSan failure on chromium bots If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-flutter-engine Please CC flutter-engine@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in ANGLE: http://anglebug.com/new To file a bug in Flutter Engine: https://github.com/flutter/flutter/issues/new 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 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index ded8ea2fcb..0a4df878e9 100644 --- a/DEPS +++ b/DEPS @@ -631,7 +631,7 @@ deps = { Var('swiftshader_git') + '/SwiftShader.git' + '@' + '5f9ed9b16931c7155171d31f75004f73f0a3abc8', 'src/third_party/angle': - Var('chromium_git') + '/angle/angle.git' + '@' + '98b0855b9a712aa6c04285af2f8367a1010c744f', + Var('chromium_git') + '/angle/angle.git' + '@' + 'fce1e57401bfd7117f90981a4c309d634bde85a4', 'src/third_party/vulkan_memory_allocator': Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator' + '@' + '7de5cc00de50e71a3aab22dea52fbb7ff4efceb6',