Support software rendering on Linux#166307
Conversation
|
Builds on top of #166037 |
This can be enabled by setting the environment variable FLUTTER_LINUX_RENDERER=software. The purpose is to be able to test Flutter OpenGL Linux issues by running you app in this mode. In the future this could be enhanced to automatically switch to software if OpenGL support is not available.
754e60a to
577de8e
Compare
mattkae
left a comment
There was a problem hiding this comment.
I think this looks good, but I would get a separate opinion from someone like @loic-sharma just to be sure that it matches what they expect on their end
|
Just FYI, we currently don't plan to add a similar feature to Flutter Windows as we'd prefer folks to use the hardware renderer. I think it's fine to add this to Linux though :) |
|
@robert-ancell - This patch is fantastic. It finally enables using broadway with flutter, so an embedded webpage powered by flutter can be server-side-rendered. |
Pull Request is not mergeable
|
I addressed the Google Testing step. Let's land this when able. |
This can be enabled by setting the environment variable FLUTTER_LINUX_RENDERER=software.
The purpose is to be able to test Flutter OpenGL Linux issues by running you app in this mode. In the future this could be enhanced to automatically switch to software if OpenGL support is not available.
Fixes #151389