You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was originally copied from the servo gst src that has now been removed, the other ports don't have this separate thread and Qt already has the renderer in another thread so maybe this can be removed.
The text was updated successfully, but these errors were encountered:
When moving back to the same thread the recomposite() fails to make the GL context current. And then if we don't recomposite the app hangs before the window is visible.
So maybe having it running in it's own thread is the best thing to do ?
This was originally copied from the servo gst src that has now been removed, the other ports don't have this separate thread and Qt already has the renderer in another thread so maybe this can be removed.
The text was updated successfully, but these errors were encountered: