Re: [PATCH weston 4/5] compositor: add repaint delay timer

2015-02-18 Thread Pekka Paalanen
On Thu, 12 Feb 2015 15:30:16 +0200 Pekka Paalanen wrote: > From: Pekka Paalanen > > This timer delays the output_repaint towards the end of the refresh > period, reducing the time from repaint to present. > > The length of the repaint window can be set in weston.ini. > > Signed-off-by: Pekka

[PATCH weston 4/5] compositor: add repaint delay timer

2015-02-12 Thread Pekka Paalanen
From: Pekka Paalanen This timer delays the output_repaint towards the end of the refresh period, reducing the time from repaint to present. The length of the repaint window can be set in weston.ini. Signed-off-by: Pekka Paalanen --- man/weston.ini.man | 10 ++ src/compositor.c | 49