Zachary Anderson
Zachary Anderson
The engine roll https://github.com/flutter/flutter/pull/108862 contains only a dart roll https://github.com/flutter/engine/pull/35118 with commits https://dart.googlesource.com/sdk.git/+log/a8d90480d8ff..ba75fe6598e3. Some example failures: https://ci.chromium.org/ui/p/flutter/builders/prod/Mac_ios%20complex_layout_scroll_perf_ios__timeline_summary/5986/overview https://ci.chromium.org/ui/p/flutter/builders/prod/Linux_android%20complex_layout_scroll_perf__devtools_memory/4124/overview https://ci.chromium.org/ui/p/flutter/builders/prod/Linux_samsung_s10%20new_gallery_impeller__transition_perf/273/overview https://ci.chromium.org/ui/p/flutter/builders/prod/Linux_samsung_s10%20complex_layout_scroll_perf__timeline_summary/2215/overview
This is an uncommon use-case that Flutter's API currently supports. We may choose to support it in Impeller with a performance penalty. See https://api.flutter.dev/flutter/dart-ui/Paint/isAntiAlias.html
In b/217143672 and it's duplicates, we are still seeing crashes in `/vendor/lib/egl/libGLESv2_mtk.so (glTexImage2D+156)` even after https://github.com/flutter/engine/pull/32106. I don't think this will be actionable without a local repro to work from,...
https://github.com/flutter/flutter/pull/116898
### issue_link https://github.com/flutter/flutter/issues/113314 ### Commit Hash https://github.com/flutter/engine/commit/1603fa1bb41271366dceedaaf0663715576e18f2 ### Target beta ### pr_link https://github.com/flutter/engine/pull/38074 (beta) https://github.com/flutter/engine/pull/38075 (stable) ### Impacted Users Users of older Android devices and OSes ### Impact Description Partial...
https://github.com/flutter/flutter/pull/116988 I am going to close it to trigger a new roll, but filing this so that it can be investigated.
See: https://github.com/flutter/engine/pull/38395 https://github.com/flutter/engine/pull/38392 It looks like these have recovered, but a more informative error could be helpful.
Hot reload metrics have regressed on the engine roll here https://github.com/flutter/flutter/commit/a788e1b311168b7ee1952cd5104e675895227c6f https://flutter-flutter-perf.skia.org/e/?begin=1674580933&end=1674616168&keys=Xf3c5b3c56b4f6b215705361d6163f6a2&num_commits=50&request_type=1&xbaroffset=33002 That roll contains a Skia roll and a Dart roll. The Dart roll here https://github.com/flutter/engine/pull/39099 contained the switch...