Re: [PATCH v1 weston 00/11] Headless rendering testing

2014-11-24 Thread Pekka Paalanen
On Wed, 19 Nov 2014 15:06:15 -0800 Bryce Harrington br...@osg.samsung.com wrote: This set of patches by Derek and I implement functionality to do screenshot-based testing of wayland. The idea is to allow tests to render the desktop to memory using Pixman, apply an optional clipping mask via

[PATCH v1 weston 00/11] Headless rendering testing

2014-11-19 Thread Bryce Harrington
This set of patches by Derek and I implement functionality to do screenshot-based testing of wayland. The idea is to allow tests to render the desktop to memory using Pixman, apply an optional clipping mask via Cairo, and store the image to disk as a PNG file. A pixel checker routine is included