Re: [PATCH weston] clients/simple-egl: add -d option

2017-02-28 Thread Pekka Paalanen
On Tue, 21 Feb 2017 10:07:47 + Eric Engestrom wrote: > > Subject: [PATCH weston] clients/simple-egl: add -d option > > s/-d/delay/ in the commit title? > > On Monday, 2017-02-20 16:13:48 +0200, Pekka Paalanen wrote: > > From: Eero Tamminen > > > >

Re: [PATCH weston] clients/simple-egl: add -d option

2017-02-21 Thread Eric Engestrom
> Subject: [PATCH weston] clients/simple-egl: add -d option s/-d/delay/ in the commit title? On Monday, 2017-02-20 16:13:48 +0200, Pekka Paalanen wrote: > From: Eero Tamminen > > This emulates extra drawing work by usleep(). > > This is an enhancement to reproduce the

[PATCH weston] clients/simple-egl: add -d option

2017-02-20 Thread Pekka Paalanen
From: Eero Tamminen This emulates extra drawing work by usleep(). This is an enhancement to reproduce the problem in the bug report. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=98833 Signed-off-by: Pekka Paalanen --- clients/simple-egl.c | 10 -- 1 file changed, 8 insertions(+),