Re: [PATCH weston 1/3] tests: add a create_test_surface function

2017-12-05 Thread Daniel Stone
Hi Emilio, On 3 February 2017 at 15:10, Emilio Pozuelo Monfort wrote: > This doesn't attach a buffer to the surface. This is needed for the > next commit, where we have a test case with a surface that doesn't > have a buffer attached. Thanks, this seems obviously fine so I've pushed this patch.

Re: [PATCH weston 1/3] tests: add a create_test_surface function

2017-02-20 Thread Pekka Paalanen
On Fri, 3 Feb 2017 16:10:37 +0100 Emilio Pozuelo Monfort wrote: > This doesn't attach a buffer to the surface. This is needed for the > next commit, where we have a test case with a surface that doesn't > have a buffer attached. > > Signed-off-by: Emilio Pozuelo Monfort > --- > tests/weston-t

Re: [PATCH weston 1/3] tests: add a create_test_surface function

2017-02-14 Thread Emilio Pozuelo Monfort
BTW note this series depends on this other one: https://patchwork.freedesktop.org/series/18695/ https://lists.freedesktop.org/archives/wayland-devel/2017-January/032890.html Cheers, Emilio On 03/02/17 16:10, Emilio Pozuelo Monfort wrote: > This doesn't attach a buffer to the surface. This is nee

[PATCH weston 1/3] tests: add a create_test_surface function

2017-02-03 Thread Emilio Pozuelo Monfort
This doesn't attach a buffer to the surface. This is needed for the next commit, where we have a test case with a surface that doesn't have a buffer attached. Signed-off-by: Emilio Pozuelo Monfort --- tests/weston-test-client-helper.c | 29 - tests/weston-test-client-