Re: [PATCH weston v2 1/6] test: Add a compositor test-mode

2015-03-27 Thread Pekka Paalanen
On Tue, 27 Jan 2015 12:33:19 + Daniel Stone wrote: > Hi, > > On 22 December 2014 at 22:08, Derek Foreman wrote: > > diff --git a/protocol/wayland-test.xml b/protocol/wayland-test.xml > > index 18b6625..292abe9 100644 > > --- a/protocol/wayland-test.xml > > +++ b/protocol/wayland-test.xml >

Re: [PATCH weston v2 1/6] test: Add a compositor test-mode

2015-01-27 Thread Daniel Stone
Hi, On 22 December 2014 at 22:08, Derek Foreman wrote: > diff --git a/protocol/wayland-test.xml b/protocol/wayland-test.xml > index 18b6625..292abe9 100644 > --- a/protocol/wayland-test.xml > +++ b/protocol/wayland-test.xml > @@ -26,7 +26,7 @@ > THIS SOFTWARE. > > > - > + > >

[PATCH weston v2 1/6] test: Add a compositor test-mode

2014-12-22 Thread Derek Foreman
For now, the intention of test-mode is to have a way to allow a client to control the presentation clock to allow capturing deterministic screenshots during testing. Once in test-mode you're trapped in test-mode forever. Signed-off-by: Derek Foreman --- protocol/wayland-test.xml | 12 ++