Re: [PATCH weston 06/11] tests: let create_shm_buffer() handle any format

2016-06-23 Thread Pekka Paalanen
On Thu, 23 Jun 2016 18:12:27 +1000 Daniel Stone wrote: > Hi, > > On 17 June 2016 at 00:13, Pekka Paalanen wrote: > > Change create_shm_buffer() to handle any pixel format known to Pixman. > > Presumably in the future we might want to test e.g. RGB565 content with > > screenshot tests. > > Si

Re: [PATCH weston 06/11] tests: let create_shm_buffer() handle any format

2016-06-23 Thread Daniel Stone
Hi, On 17 June 2016 at 00:13, Pekka Paalanen wrote: > Change create_shm_buffer() to handle any pixel format known to Pixman. > Presumably in the future we might want to test e.g. RGB565 content with > screenshot tests. Similarly to #1, this: - uses the new struct buffer - moves from raw allo

[PATCH weston 06/11] tests: let create_shm_buffer() handle any format

2016-06-16 Thread Pekka Paalanen
From: Pekka Paalanen Change create_shm_buffer() to handle any pixel format known to Pixman. Presumably in the future we might want to test e.g. RGB565 content with screenshot tests. Signed-off-by: Pekka Paalanen --- tests/weston-test-client-helper.c | 60 ++-