GNOME Bugzilla – Bug 730215
Add a way to pause the ClutterMasterClock
Last modified: 2014-05-20 11:55:42 UTC
This is required for mutter's VT switching to work properly.
Created attachment 276624 [details] [review] Add a way to pause the ClutterMasterClock When VT switched away, we need to pause the ClutterMasterClock, stop processing events, and stop trying to flip.
Created attachment 276789 [details] [review] h# Attachment to Bug 730215 - Add a way to pause the ClutterMasterClock egl: Add a way to pause the ClutterMasterClock When VT switched away, we need to pause the ClutterMasterClock, stop processing events, and stop trying to flip.
Created attachment 276799 [details] [review] egl: Add a way to pause the ClutterMasterClock When VT switched away, we need to pause the ClutterMasterClock, stop processing events, and stop trying to flip.
Review of attachment 276799 [details] [review]: looks good. the documentation hints that maybe the EGL/KMS backend should have a "begin VT switch" and "end VT switch" functions pair that took care of everything on Clutter's side, but maybe we can add that later on.
Attachment 276799 [details] pushed as b66fec0 - egl: Add a way to pause the ClutterMasterClock