Re: [PATCH] tests: Migrate screenshot code from internal test to client helpers

2015-09-25 Thread Bryce Harrington
On Fri, Sep 25, 2015 at 01:02:33PM -0500, Derek Foreman wrote: > On 24/09/15 04:43 PM, Bryce Harrington wrote: > > These routines provide test cases an ability to capture screen images > > for rendering verification. > > > > This commit is a no-change refactoring, except for making the routines >

Re: [PATCH] tests: Migrate screenshot code from internal test to client helpers

2015-09-25 Thread Derek Foreman
On 24/09/15 04:43 PM, Bryce Harrington wrote: > These routines provide test cases an ability to capture screen images > for rendering verification. > > This commit is a no-change refactoring, except for making the routines > non-static. Makefile rules are also updated; most notably, this links >

Re: [PATCH] tests: Migrate screenshot code from internal test to client helpers

2015-09-25 Thread Pekka Paalanen
On Thu, 24 Sep 2015 14:43:50 -0700 Bryce Harrington wrote: > These routines provide test cases an ability to capture screen images > for rendering verification. > > This commit is a no-change refactoring, except for making the routines > non-static. Makefile rules are also updated; most notably

[PATCH] tests: Migrate screenshot code from internal test to client helpers

2015-09-24 Thread Bryce Harrington
These routines provide test cases an ability to capture screen images for rendering verification. This commit is a no-change refactoring, except for making the routines non-static. Makefile rules are also updated; most notably, this links test clients against the cairo libraries now. Signed-off-