Re: [PATCH wayland-protocols v2] unstable: Add input-timestamps protocol

2018-01-19 Thread Pekka Paalanen
On Thu, 18 Jan 2018 15:13:53 + Daniel Stone wrote: > Hi, > > On 18 January 2018 at 14:37, Pekka Paalanen wrote: > > On Wed, 20 Dec 2017 16:21:32 +0200 > > Alexandros Frantzis wrote: > >> a heads-up that I have posted the libweston input-timestamps patchset > >> for review at: > >> > >> h

Re: [PATCH wayland-protocols v2] unstable: Add input-timestamps protocol

2018-01-18 Thread Daniel Stone
Hi, On 18 January 2018 at 14:37, Pekka Paalanen wrote: > On Wed, 20 Dec 2017 16:21:32 +0200 > Alexandros Frantzis wrote: >> a heads-up that I have posted the libweston input-timestamps patchset >> for review at: >> >> https://lists.freedesktop.org/archives/wayland-devel/2017-December/036392.html

Re: [PATCH wayland-protocols v2] unstable: Add input-timestamps protocol

2018-01-18 Thread Pekka Paalanen
On Wed, 20 Dec 2017 16:21:32 +0200 Alexandros Frantzis wrote: > On Tue, Dec 19, 2017 at 01:06:11PM +0200, Alexandros Frantzis wrote: > > On Tue, Dec 19, 2017 at 10:15:06AM +0200, Pekka Paalanen wrote: > > > On Mon, 18 Dec 2017 14:55:00 +0200 > > > Alexandros Frantzis wrote: > > > > > > > wl

Re: [PATCH wayland-protocols v2] unstable: Add input-timestamps protocol

2017-12-20 Thread Alexandros Frantzis
On Tue, Dec 19, 2017 at 01:06:11PM +0200, Alexandros Frantzis wrote: > On Tue, Dec 19, 2017 at 10:15:06AM +0200, Pekka Paalanen wrote: > > On Mon, 18 Dec 2017 14:55:00 +0200 > > Alexandros Frantzis wrote: > > > > > wl_pointer, wl_keyboard and wl_touch events currently use a 32-bit > > > timestamp

Re: [PATCH wayland-protocols v2] unstable: Add input-timestamps protocol

2017-12-19 Thread Alexandros Frantzis
On Tue, Dec 19, 2017 at 10:15:06AM +0200, Pekka Paalanen wrote: > On Mon, 18 Dec 2017 14:55:00 +0200 > Alexandros Frantzis wrote: > > > wl_pointer, wl_keyboard and wl_touch events currently use a 32-bit > > timestamp with millisecond resolution. In some cases, notably latency > > measurements, th

Re: [PATCH wayland-protocols v2] unstable: Add input-timestamps protocol

2017-12-19 Thread Pekka Paalanen
On Mon, 18 Dec 2017 14:55:00 +0200 Alexandros Frantzis wrote: > wl_pointer, wl_keyboard and wl_touch events currently use a 32-bit > timestamp with millisecond resolution. In some cases, notably latency > measurements, this resolution is too coarse to be useful. > > This protocol provides additi

[PATCH wayland-protocols v2] unstable: Add input-timestamps protocol

2017-12-18 Thread Alexandros Frantzis
wl_pointer, wl_keyboard and wl_touch events currently use a 32-bit timestamp with millisecond resolution. In some cases, notably latency measurements, this resolution is too coarse to be useful. This protocol provides additional high-resolution timestamps events, which are emitted before the corre