Re: [PATCH weston v2 00/11] Grouped output repaint

2017-03-14 Thread Pekka Paalanen
On Mon, 13 Mar 2017 14:42:26 +0200 Pekka Paalanen wrote: > On Wed, 1 Mar 2017 11:33:59 + > Daniel Stone wrote: > > > Hi, > > I'm submitting v2 of this series after Pekka's review. At this point, > > we now keep all time values in absolute timespec structs, only using > > normalisation to n

Re: [PATCH weston v2 00/11] Grouped output repaint

2017-03-13 Thread Pekka Paalanen
On Wed, 1 Mar 2017 11:33:59 + Daniel Stone wrote: > Hi, > I'm submitting v2 of this series after Pekka's review. At this point, > we now keep all time values in absolute timespec structs, only using > normalisation to nsec for relative comparisons. This required the > addition of subtraction

[PATCH weston v2 00/11] Grouped output repaint

2017-03-01 Thread Daniel Stone
Hi, I'm submitting v2 of this series after Pekka's review. At this point, we now keep all time values in absolute timespec structs, only using normalisation to nsec for relative comparisons. This required the addition of subtraction helpers, suggested by Pekka, but reimplemented to work with signed