Re: [ANNOUNCEMENT] Weston builds with Meson, grace period for autotools

2018-12-14 Thread Pekka Paalanen
On Fri, 14 Dec 2018 15:16:29 +0100 (CET) Jan Engelhardt wrote: > [3s] + /usr/bin/meson --buildtype=plain --prefix=/usr --libdir=/usr/lib64 > --libexecdir=/usr/lib --bindir=/usr/bin --sbindir=/usr/sbin > --includedir=/usr/include --datadir=/usr/share --mandir=/usr/share/man > --infodir=/usr/sh

Re: [ANNOUNCEMENT] Weston builds with Meson, grace period for autotools

2018-12-14 Thread Pekka Paalanen
On Fri, 14 Dec 2018 15:16:29 +0100 (CET) Jan Engelhardt wrote: > On Wednesday 2018-12-12 18:16, Pekka Paalanen wrote: > > > >here is an early Christmas / NewYear present / bomb (take your pick). I just > >merged https://gitlab.freedesktop.org/wayland/weston/merge_requests/8 which > >adds Meson bu

Re: [ANNOUNCEMENT] Weston builds with Meson, grace period for autotools

2018-12-14 Thread Jan Engelhardt
On Wednesday 2018-12-12 18:16, Pekka Paalanen wrote: > >here is an early Christmas / NewYear present / bomb (take your pick). I just >merged https://gitlab.freedesktop.org/wayland/weston/merge_requests/8 which >adds Meson build system to Weston. > >Most build options are equivalent to their autoco

Re: [PATCH wayland-protocols 0/3] Updates to linux-explicit-synchronization

2018-12-14 Thread Pekka Paalanen
On Thu, 29 Nov 2018 11:35:27 +0200 Alexandros Frantzis wrote: > A series of assorted updates and clarifications for the > linux-explicit-synchronization protocol. > > Alexandros Frantzis (3): > linux-explicit-synchronization: Allow fences with opaque EGL buffers > linux-explicit-synchronizat

Re: [PATCH wayland-protocols 3/3] linux-explicit-synchronization: Clarify implicit synchronization guarantees of release events

2018-12-14 Thread Pekka Paalanen
On Thu, 29 Nov 2018 11:35:30 +0200 Alexandros Frantzis wrote: > Clarify that after zwp_buffer_release_v1 events, otherwise unused > buffers can be reused without any additional implicit synchronization. > This is in contrast to wl_buffer.release, which doesn't guarantee that > implicit synchroniz

Re: [PATCH wayland-protocols 2/3] linux-explicit-synchronization: Warn about using the protocol while using graphics APIs

2018-12-14 Thread Pekka Paalanen
On Thu, 29 Nov 2018 11:35:29 +0200 Alexandros Frantzis wrote: > Graphics APIs are expected to use this protocol under the hood, and > since there can only be one user of explicit synchronization per > surface, warn about using the protocol directly in such cases. > > Signed-off-by: Alexandros Fr

Re: [PATCH wayland-protocols 1/3] linux-explicit-synchronization: Allow fences with opaque EGL buffers

2018-12-14 Thread Pekka Paalanen
On Thu, 29 Nov 2018 11:35:28 +0200 Alexandros Frantzis wrote: > Add opaque EGL buffers to the supported buffer types for use with the > explicit synchronization protocol. Opaque EGL buffers rely on the same > EGL implementation in both the compositor and clients, which makes it > straightforward