[Impeller] Fixes to YUV imports on Android, Incomplete read of pipeline cache data, missing enabled extensions. (#164744) - Handle textures that require a YUV import but aren't an undefined format. - INCOMPLETE is actually a success case for the pipeline cache. CERTAIN drivers ALWAYS return incomplete, even when they wrote all the data. Probably an off by one or something like that... - Ensures Optional AndroidExtensions are enabled - Only creates a YUV conversion if necessary https://dart.googlesource.com/external/github.com/flutter/flutter/+/95e10121a857e7bdbd752077bc46c3c1cb3c6c2d
diff --git a/DEPS b/DEPS index a930ea3..d52245f 100644 --- a/DEPS +++ b/DEPS
@@ -236,7 +236,7 @@ deps = { 'flutter/engine/src/flutter/third_party/dart': Var('dart_git') + '/sdk' + '@' + 'ad58bc01ca2533a17084e387cf3083498515f70c', - 'flutter': Var('flutter_git') + '/mirrors/flutter' + '@' + 'b2a4a05683b95e9c08efafb3a0f17193915897d5', + 'flutter': Var('flutter_git') + '/mirrors/flutter' + '@' + '95e10121a857e7bdbd752077bc46c3c1cb3c6c2d', 'flutter/engine/src/flutter/third_party/depot_tools': Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7',
diff --git a/commits.json b/commits.json index 6c375aa..66548fd 100644 --- a/commits.json +++ b/commits.json
@@ -1,4 +1,4 @@ { - "flutter":"b2a4a05683b95e9c08efafb3a0f17193915897d5", + "flutter":"95e10121a857e7bdbd752077bc46c3c1cb3c6c2d", "flutter/engine/src/flutter/third_party/dart":"ad58bc01ca2533a17084e387cf3083498515f70c" } \ No newline at end of file