Re: [PATCH weston 3/6] compositor: set presentation.presented flags

2015-01-20 Thread Bryce Harrington
On Tue, Jan 20, 2015 at 10:11:56AM +0200, Pekka Paalanen wrote: > On Fri, 16 Jan 2015 08:48:21 +0100 > Mario Kleiner wrote: > > > Hi Pekka, > > > > as you know from our off-list conversation i've spent quite a bit of > > time the > > last week reviewing and testing this patch series (patches 1-

Re: [PATCH weston 3/6] compositor: set presentation.presented flags

2015-01-20 Thread Pekka Paalanen
On Fri, 16 Jan 2015 08:48:21 +0100 Mario Kleiner wrote: > Hi Pekka, > > as you know from our off-list conversation i've spent quite a bit of > time the > last week reviewing and testing this patch series (patches 1-6). I > implemented > a first basic usable Waylang backend into my own software

Re: [PATCH weston 3/6] compositor: set presentation.presented flags

2015-01-15 Thread Mario Kleiner
Hi Pekka, as you know from our off-list conversation i've spent quite a bit of time the last week reviewing and testing this patch series (patches 1-6). I implemented a first basic usable Waylang backend into my own software and tested this patch series with it wrt. timestamp reliability etc.

[PATCH weston 3/6] compositor: set presentation.presented flags

2014-12-17 Thread Pekka Paalanen
From: Pekka Paalanen Change weston_output_finish_frame() signature so that backends are required to set the flags, that will be reported on the Presentation 'presented' event. This is meant for output-wide feedback flags. Flags that vary per wl_surface are subject for the following patch. All st