Re: Updated series of weston patches.

2015-05-09 Thread Mario Kleiner
On 05/09/2015 04:05 PM, Daniel Stone wrote: Hi Mario, On 4 May 2015 at 06:47, Mario Kleiner wrote: A resend of my series of patches, now with reviewed-by of Derek Foreman for some of the patches, and the other patches updated to take Derek's and Pekka's feedback and suggestions into account. N

RE: [ANNOUNCE] weston 1.7.91

2015-05-09 Thread Tanibata, Nobuhiko (ADITJ/SWG)
Hi, I verified ivi-shell part by manual with this version, 1.7.91, as well about, - Window management of hmi-controller; tiling, side by side, maximum, and randow. - Examples behavior. All samples work fine on ivi-shell. - Animation behavior when layout change happens. - Application invoking and

Re: [PATCH weston] Added simple unit/integration test framework and corresponding test program.

2015-05-09 Thread Daniel Stone
Hi, Seems Pekka and I did an entirely unintentional tag-team, as this kind of high-level goal summary was exactly what I had in mind ... On 6 May 2015 at 12:57, Pekka Paalanen wrote: > On Tue, 05 May 2015 15:54:34 -0700 > "Jon A. Cruz" wrote: >> On 05/05/2015 09:40 AM, Jon A. Cruz wrote: >> > I'

Re: Updated series of weston patches.

2015-05-09 Thread Daniel Stone
Hi Mario, On 4 May 2015 at 06:47, Mario Kleiner wrote: > A resend of my series of patches, now with reviewed-by of Derek Foreman > for some of the patches, and the other patches updated to take Derek's > and Pekka's feedback and suggestions into account. Numbering of patches > is a bit scrambled

Re: [PATCH weston 00/10] Implement screenshot-based testing with the headless renderer

2015-05-09 Thread Daniel Stone
Hi Bryce, On 7 May 2015 at 01:44, Bryce Harrington wrote: > This series adds support for implementing test cases that can check > rendering output without needing connection to a physical output. It > utilizes the pixman renderer in the headless backend to generate > screenshots at the request o

Re: [PATCH weston 07/10] tests: Add screenshot recording capability to weston-test

2015-05-09 Thread Daniel Stone
Hi, On 7 May 2015 at 01:44, Bryce Harrington wrote: > +enum weston_test_screenshot_outcome { > + WESTON_TEST_SCREENSHOT_SUCCESS, > + WESTON_TEST_SCREENSHOT_NO_MEMORY, > + WESTON_TEST_SCREENSHOT_BAD_BUFFER > + }; This should be declared as an enum in the protocol definitio

Re: [PATCH weston 06/10] protocol: Add test screenshot capability

2015-05-09 Thread Daniel Stone
Hi, On 7 May 2015 at 01:44, Bryce Harrington wrote: > This adds a capture_screenshot request which returns an image of the > screen in the client-supplied wl_buffer for the given display output. > > A 'done' event is used to indicate when screenshotting has finished and > the wl_buffer is ready t

Re: [PATCH weston 04/10] tests: Add surface checks

2015-05-09 Thread Daniel Stone
Hi Bryce, A couple of nitpicks follow ... On 7 May 2015 at 01:44, Bryce Harrington wrote: > @@ -39,7 +39,7 @@ tests/weston-ivi.ini : $(srcdir)/ivi-shell/weston.ini.in > > all-local : weston.ini ivi-shell/weston.ini > > -AM_CFLAGS = $(GCC_CFLAGS) > +AM_CFLAGS = $(GCC_CFLAGS) $(CAIRO_CFLAGS) > >

Re: [weston, v2, 17/17] configure: add an option to allow building only the libraries

2015-05-09 Thread Giulio Camuffo
2015-05-09 3:15 GMT+03:00 Bryce Harrington : > On Thu, Dec 04, 2014 at 11:01:23PM +0200, Giulio Camuffo wrote: >> the --enable/disable-weston-binaries emable or disable the creation >> of the 'weston', 'weston-launch' and all the binaries that are >> installed in $prefix/lib/libexec. This allows, t