Skip to content

Commit ac2a2c6

Browse files
Revert "engine: disable fbo_reset_after_present to avoid flicker issues on some H/W (#385)" (#386)
This reverts commit 6d652df. Related issue #334
1 parent 6d652df commit ac2a2c6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: src/flutter/shell/platform/linux_embedded/flutter_elinux_engine.cc

+1-4
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ FlutterRendererConfig GetRendererConfig() {
4242
}
4343
return host->view()->ClearCurrent();
4444
};
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;
45+
config.open_gl.fbo_reset_after_present = true;
4946
#if defined(USE_OPENGL_DIRTY_REGION_MANAGEMENT)
5047
config.open_gl.present_with_info =
5148
[](void* user_data, const FlutterPresentInfo* info) -> bool {

0 commit comments

Comments
 (0)