GNOME Bugzilla – Bug 754938
Setup sync_to_vblank before ClutterStage creation
Last modified: 2015-09-14 12:48:08 UTC
See the patch's description.
Created attachment 311220 [details] [review] gdk: move sync_to_vblank setup from master clock to backend Setting up the sync_to_vblank in the MasterClock is a bit too late as the MasterClock can be created after a StageWindow has been created and realized (and therefore all of its Cogl/GL state setup already). So move the setup to the backend, prior to any StageWindow creation.
Review of attachment 311220 [details] [review]: Sure.
Review of attachment 311220 [details] [review]: Pushed to master.