Re: [PATCH weston 0/6] Add client driven repaint and clock for testing

2015-04-02 Thread Derek Foreman
On 27/03/15 07:54 AM, Pekka Paalanen wrote: > On Fri, 19 Dec 2014 12:45:44 -0600 > Derek Foreman wrote: > >> This series allows test clients to put the compositor into a new "test mode" >> where the presentation clock is controlled by the client, and the client >> can request a repaint. >> >> Onl

Re: [PATCH weston 0/6] Add client driven repaint and clock for testing

2015-03-27 Thread Pekka Paalanen
On Fri, 19 Dec 2014 12:45:44 -0600 Derek Foreman wrote: > This series allows test clients to put the compositor into a new "test mode" > where the presentation clock is controlled by the client, and the client > can request a repaint. > > Only the headless compositor supports this for now. > >

[PATCH weston 0/6] Add client driven repaint and clock for testing

2014-12-19 Thread Derek Foreman
This series allows test clients to put the compositor into a new "test mode" where the presentation clock is controlled by the client, and the client can request a repaint. Only the headless compositor supports this for now. Derek Foreman (6): test: Add a compositor test-mode compositors: Wra