Monthly Archives: November 2012

Avoiding Jitter in Composited Frame Display

When I last wrote about compositor frame timing, the basic algorithm compositor algorithm was very simple: When we receive damage, schedule a redraw immediately If a redraw is scheduled, and we’re still waiting for the previous swap to complete, redraw when the swap completes This is the algorithm that Mutter has been using for a […]