GNOME Bugzilla – Bug 726315
clutter-stage-wayland: Enable clipped redraws
Last modified: 2014-03-14 16:57:30 UTC
See patch.
Created attachment 271845 [details] [review] clutter-stage-wayland: Enable clipped redraws _clutter_stage_window_can_clip_redraws is used to check for clipped redraws support but can_clip_redraws is not implemented by clutter-stage-wayland so it always returns FALSE causing full screen redraws. Fix that by implementing can_clip_redraws in clutter-stage-wayland.
Created attachment 271847 [details] [review] clutter-stage-wayland: Enable clipped redraws _clutter_stage_window_can_clip_redraws is used to check for clipped redraws support but can_clip_redraws is not implemented by clutter-stage-wayland so it always returns FALSE causing full screen redraws. Fix that by implementing can_clip_redraws in clutter-stage-wayland. Fix typo.
Created attachment 271872 [details] [review] clutter-stage-wayland: Enable clipped redraws _clutter_stage_window_can_clip_redraws is used to check for clipped redraws support but can_clip_redraws is not implemented by clutter-stage-wayland so it always returns FALSE causing full screen redraws. Fix that by implementing can_clip_redraws in clutter-stage-wayland.
Review of attachment 271845 [details] [review]: looks good.
Review of attachment 271872 [details] [review]: again, looks good.
Attachment 271872 [details] pushed as f649d73 - clutter-stage-wayland: Enable clipped redraws