Re: [PATCH wayland-protocols v5] unstable/drm-lease: DRM lease protocol support

2018-09-06 Thread Philipp Zabel
Hi Marius, On Thu, 2018-09-06 at 11:29 +, Marius-cristian Vlad wrote: > > [...] > > > - removed 'revoked' event entirely as it adds complexity without > > > adding > > > too much benefit. > > > > The client will notice this via the leased drm fd sooner or later > > anyway, so it seems that th

Re: [PATCH wayland-protocols v5] unstable/drm-lease: DRM lease protocol support

2018-09-06 Thread Marius-cristian Vlad
[resending... maybe this time works] On Wed, 2018-09-05 at 08:55 +0200, Philipp Zabel wrote: > Hi Marius, > > thank you for the update! Thank you for taking the time to look over this. > > Am Dienstag, den 04.09.2018, 17:39 +0300 schrieb Marius Vlad: > > Simple protocol extension to manage DRM

Re: [PATCH wayland-protocols v5] unstable/drm-lease: DRM lease protocol support

2018-09-06 Thread Marius-cristian Vlad
___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel

A keybinder module for Weston

2018-09-06 Thread Tarvi Verro
Hello! A while ago I was messing around with Weston and implemented its biggest shortcoming: user keybindings. You can check out the simple module at https://github.com/tarvi-verro/weston-binder. It would be nice to have it merged with upstream, so don't hesitate to leave feedback to this end.

Re: [PATCH weston 2/3] compositor-drm: Add support for drm plane FB_DAMAGE_CLIPS property

2018-09-06 Thread Daniel Vetter
On Wed, Sep 05, 2018 at 05:18:16PM -0700, Deepak Rawat wrote: > The plane property FB_DAMAGE_CLIPS provides a way mark damaged regions > on the plane in framebuffer coordinates of the framebuffer attached to > the plane. > > This patch adds a new member "damage" to compositor version of > drm_plan