We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d652df commit ac2a2c6Copy full SHA for ac2a2c6
src/flutter/shell/platform/linux_embedded/flutter_elinux_engine.cc
@@ -42,10 +42,7 @@ FlutterRendererConfig GetRendererConfig() {
42
}
43
return host->view()->ClearCurrent();
44
};
45
- // Temporary disabled fbo_reset_after_present to avoid flicker and other
46
- // rendering issues on some H/W. See
47
- // https://github.com/sony/flutter-embedded-linux/issues/334
48
- config.open_gl.fbo_reset_after_present = false;
+ config.open_gl.fbo_reset_after_present = true;
49
#if defined(USE_OPENGL_DIRTY_REGION_MANAGEMENT)
50
config.open_gl.present_with_info =
51
[](void* user_data, const FlutterPresentInfo* info) -> bool {
0 commit comments