Re: [PATCH weston v2 0/6] libweston: Support input_timestamps_unstable_v1

2018-02-20 Thread Pekka Paalanen
On Fri, 16 Feb 2018 18:44:13 +0200 Alexandros Frantzis wrote: > The input_timestamps_unstable_v1 protocol allows clients to subscribe to > high-resolution timestamp events for input events (see [1]). > > This patchset implements the input_timestamps_unstable_v1 protocol in > libweston > and als

[PATCH weston v2 0/6] libweston: Support input_timestamps_unstable_v1

2018-02-16 Thread Alexandros Frantzis
The input_timestamps_unstable_v1 protocol allows clients to subscribe to high-resolution timestamp events for input events (see [1]). This patchset implements the input_timestamps_unstable_v1 protocol in libweston and also adds tests for the implementation in the weston test suite. Patches (1) an