-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Labels
bugSomething isn't workingSomething isn't workingengineTopics of Flutter Engine and its artifactsTopics of Flutter Engine and its artifactswaylandTopics of WaylandTopics of Wayland
Description
Hello.
I am using an i.MX8MP board and weston.
Using flutter-elinux 3.7.6 and #333, I get flickering in my application.
(It works fine in version 3.3.10.)
I attached a video:
flickering.mp4
Window size is 1920x1080.
In the application, movie@30fps(color bars) and scrolling text are displayed.
Is there any solution?
It doesn't solve anything, but I tried the following and it worked fine:
--- a/src/flutter/shell/platform/linux_embedded/surface/elinux_egl_surface.cc +++ b/src/flutter/shell/platform/linux_embedded/surface/elinux_egl_surface.cc @@ -189,6 +189,7 @@ void ELinuxEGLSurface::PopulateExistingDamage(const intptr_t fbo_id, } } } + existing_damage->damage[0] = {0, 0, 1920, 1080}; } // Auxiliary function used to transform a FlutterRect into the format that is
0xkelvin
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingengineTopics of Flutter Engine and its artifactsTopics of Flutter Engine and its artifactswaylandTopics of WaylandTopics of Wayland