wayland-transpositor / wprs

Apache License 2.0
282 stars 6 forks source link

stop waking up every 1ms for polling and do regular frame scheduling #4

Closed nicolasavru closed 4 months ago

nicolasavru commented 4 months ago

Actually schedule frame callbacks the right way by scheduling the callback to be completed a frame interval after the current commit, less a couple ms for processing time.

Also stop processing buffers for sync subsurfaces twice.