-
Notifications
You must be signed in to change notification settings - Fork 6k
Use new SurfaceProducer external texture class for rendering platform views #49201
Use new SurfaceProducer external texture class for rendering platform views #49201
Conversation
43278ba
to
e90c27c
Compare
Golden file changes have been found for this pull request. Click here to view and triage (e.g. because this is an intentional change). If you are still iterating on this change and are not ready to resolve the images on the Flutter Gold dashboard, consider marking this PR as a draft pull request above. You will still be able to view image results on the dashboard, commenting will be silenced, and the check will not try to resolve itself until marked ready for review. |
This is incorrectly attributed to my PR. I've filed a bug |
shell/platform/android/io/flutter/embedding/engine/renderer/FlutterRenderer.java
Show resolved
Hide resolved
shell/platform/android/io/flutter/embedding/engine/renderer/FlutterRenderer.java
Outdated
Show resolved
Hide resolved
shell/platform/android/io/flutter/embedding/engine/renderer/FlutterRenderer.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change overall lgtm, modulo some nits about documentation around new private class and logs.
… views - Fix lots of bugs in the implementation of ImageReaderSurfaceProducer - Add test that we drop frames produced from the wrong size - Hookup platform views to use new external texture class
8b212a8
to
c468624
Compare
…140412) flutter/engine@187334c...3f45f9d 2023-12-19 [email protected] Roll Skia from 541f16af8b3e to df1a7ccbdc97 (3 revisions) (flutter/engine#49250) 2023-12-19 [email protected] Roll Skia from 0d39fb28b32d to 541f16af8b3e (1 revision) (flutter/engine#49246) 2023-12-19 [email protected] Use new SurfaceProducer external texture class for rendering platform views (flutter/engine#49201) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
…lutter#140412) flutter/engine@187334c...3f45f9d 2023-12-19 [email protected] Roll Skia from 541f16af8b3e to df1a7ccbdc97 (3 revisions) (flutter/engine#49250) 2023-12-19 [email protected] Roll Skia from 0d39fb28b32d to 541f16af8b3e (1 revision) (flutter/engine#49246) 2023-12-19 [email protected] Use new SurfaceProducer external texture class for rendering platform views (flutter/engine#49201) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Related: #139230
Related: #139702