wayland-transpositor / wprs

Apache License 2.0
324 stars 8 forks source link

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

Closed nicolasavru closed 8 months ago

nicolasavru commented 8 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.