flutter-embedded-linux: Don't block raster thread until v-blank

Obviously slow frames are more easily occurring with Wayland backend compared to X11 backend. Bottleneck is eglSwapBuffers and it takes about 18msec every frame.

Wayland

image

X11

image

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 1
  • Comments: 15 (7 by maintainers)

Commits related to this issue

Most upvoted comments

yes, will check why the score is low, thank you