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
X11
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 1
- Comments: 15 (7 by maintainers)
Commits related to this issue
- Fix synchronized frame on Wayland (#221) Currently, the embedder always waits for the next Vsync when flutter calls eglSwapBuffers. - Fixed https://github.com/sony/flutter-embedded-linux/issues/2... — committed to sony/flutter-embedded-linux by deleted user 3 years ago
- cmake: add ENABLE_EGL_ASYNC_BUFFER_SWAPPING option This change adds ENABLE_EGL_ASYNC_BUFFER_SWAPPING not to sync compositor redraw (vblank). Related issue #220 Signed-off-by: Hidenori Matsubayashi ... — committed to HidenoriMatsubayashi/flutter-embedded-linux by HidenoriMatsubayashi a year ago
- cmake: add ENABLE_EGL_ASYNC_BUFFER_SWAPPING option (#362) This change adds ENABLE_EGL_ASYNC_BUFFER_SWAPPING not to sync compositor redraw (vblank). Related issue #220 Signed-off-by: Hidenori Ma... — committed to sony/flutter-embedded-linux by HidenoriMatsubayashi a year ago
- egl: add async buffer swapping command option Fixed #220 Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com> — committed to HidenoriMatsubayashi/flutter-embedded-linux by HidenoriMatsubayashi a year ago
- egl: add async buffer swapping command option Fixed #220 Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com> — committed to HidenoriMatsubayashi/flutter-embedded-linux by HidenoriMatsubayashi a year ago
- egl: add async buffer swapping command option Fixed #220 Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com> — committed to HidenoriMatsubayashi/flutter-embedded-linux by HidenoriMatsubayashi a year ago
- egl: add async buffer swapping command option (#363) Fixed #220 Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com> — committed to sony/flutter-embedded-linux by HidenoriMatsubayashi a year ago
yes, will check why the score is low, thank you