-
Notifications
You must be signed in to change notification settings - Fork 6k
[Impeller] switch fallback default from ImpellerVulkan to SkiaOpenGLES #51071
[Impeller] switch fallback default from ImpellerVulkan to SkiaOpenGLES #51071
Conversation
zanderso
left a comment
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.
lgtm w/ question
| } else { | ||
| EXPECT_EQ(FlutterMain::SelectedRenderingAPI(settings), | ||
| AndroidRenderingAPI::kImpellerOpenGLES); | ||
| AndroidRenderingAPI::kSkiaOpenGLES); |
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.
Not familiar with how these tests are run, but curious how we make sure both of these branches are covered in CI.
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.
Good question! I have no idea :)
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.
It looks like in https://github.com/flutter/engine/blob/main/ci/builders/linux_android_emulator.json we have API 28 and unspecified (which might be 33)
…144362) flutter/engine@61510db...9e18761 2024-02-29 [email protected] [Impeller] switch fallback default from ImpellerVulkan to SkiaOpenGLES (flutter/engine#51071) 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
Unblocks shipping Impeller on Android before GLES is ready.