Skip to content

Commit

Permalink
Revert "engine: disable fbo_reset_after_present to avoid flicker issu…
Browse files Browse the repository at this point in the history
…es on some H/W (#385)" (#386)

This reverts commit 6d652df.
Related issue #334
  • Loading branch information
HidenoriMatsubayashi authored Sep 22, 2023
1 parent 6d652df commit ac2a2c6
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ FlutterRendererConfig GetRendererConfig() {
}
return host->view()->ClearCurrent();
};
// Temporary disabled fbo_reset_after_present to avoid flicker and other
// rendering issues on some H/W. See
// https://github.com/sony/flutter-embedded-linux/issues/334
config.open_gl.fbo_reset_after_present = false;
config.open_gl.fbo_reset_after_present = true;
#if defined(USE_OPENGL_DIRTY_REGION_MANAGEMENT)
config.open_gl.present_with_info =
[](void* user_data, const FlutterPresentInfo* info) -> bool {
Expand Down

0 comments on commit ac2a2c6

Please sign in to comment.