backends: Flag that the frame attempted direct scanout
We need this hint whether direct scanout succeeds or fails because it's the mechanism by which we will tell the clock to enforce double buffering, thus making direct scanout possible on future frames. Triple buffering will be disabled until such time that direct scanout is not being attempted. (cherry picked from commit a0c1c735a15456dd8d27c655694892e7d8751a16) Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1441> Signed-off-by: Mingi Sung <sungmg@saltyming.net>
This commit is contained in:
parent
287a23ace7
commit
efe8da4dd1
1 changed files with 2 additions and 0 deletions
|
@ -800,6 +800,8 @@ meta_stage_impl_redraw_view (ClutterStageWindow *stage_window,
|
|||
{
|
||||
g_autoptr (GError) error = NULL;
|
||||
|
||||
clutter_frame_add_hint (frame, CLUTTER_FRAME_HINT_DIRECT_SCANOUT_ATTEMPTED);
|
||||
|
||||
if (meta_stage_impl_scanout_view (stage_impl,
|
||||
stage_view,
|
||||
scanout,
|
||||
|
|
Loading…
Reference in a new issue