Re: [Mesa-dev] [PATCH i-g-t] [RFC] CONTRIBUTING: commit rights docs

2018-04-24 Thread Daniel Vetter
On Tue, Apr 24, 2018 at 7:30 PM, Emil Velikov wrote: > On 13 April 2018 at 11:00, Daniel Vetter wrote: >> This tries to align with the X.org communities's long-standing >> tradition of trying to be an inclusive community and handing out >> commit rights fairly freely. >> >> We also tend to not re

Re: [Mesa-dev] [PATCH i-g-t] [RFC] CONTRIBUTING: commit rights docs

2018-04-24 Thread Emil Velikov
On 13 April 2018 at 11:00, Daniel Vetter wrote: > This tries to align with the X.org communities's long-standing > tradition of trying to be an inclusive community and handing out > commit rights fairly freely. > > We also tend to not revoke commit rights for people no longer > regularly active in

Re: [PATCH libinput 0/1] Initialization race against udev

2018-04-24 Thread Matt Hoosier
On Sun, Apr 22, 2018 at 11:01 PM, Peter Hutterer wrote: > On Sun, Apr 22, 2018 at 06:07:36PM +, Friedrich, Eugen (ADITG/ESB) > wrote: > > Hi, sorry for late replay > > > > Best regards > > > > Eugen Friedrich > > Engineering Software Base (ADITG/ESB) > > > > Tel. +49 5121 49 6921 > > > -O

Re: [PATCH weston 21/25] protocol: add weston_touch_calibration

2018-04-24 Thread Pekka Paalanen
On Wed, 18 Apr 2018 11:30:42 +0300 Pekka Paalanen wrote: > On Mon, 16 Apr 2018 13:40:44 +1000 > Peter Hutterer wrote: > > > On Fri, Apr 13, 2018 at 10:51:37AM +0300, Pekka Paalanen wrote: > > > > > > Well, it does touch-downs at least. I think if motion event would end > > > up out of rang

[PATCHv6 wayland-protocols] Add name event to xdg-output

2018-04-24 Thread Drew DeVault
Signed-off-by: Drew DeVault Reviewed-by: Simon Ser Reviewed-by: Jonas Ådahl --- Only change is the additional .../xdg-output/xdg-output-unstable-v1.xml | 47 ++- 1 file changed, 45 insertions(+), 2 deletions(-) diff --git a/unstable/xdg-output/xdg-output-unstable-v1.xml

Re: [PATCHv5 wayland-protocols] Add name event to xdg-output

2018-04-24 Thread Jonas Ådahl
On Mon, Apr 23, 2018 at 11:29:52AM +0200, Drew DeVault wrote: > Signed-off-by: Drew DeVault > Reviewed-by: Simon Ser One nit inline I just spotted. With that fixed, this is Reviewed-by: Jonas Ådahl I'll wait a bit to see if anyone has any input. If not, and no v6 is sent, I can amend the abov

Re: [PATCH 0/2] Add tablet_v2 support to weston-info

2018-04-24 Thread Pekka Paalanen
On Tue, 24 Apr 2018 09:31:21 +0200 w...@ongy.net wrote: > From: Markus Ongyerth > > Hi, > > the first commit adds support for the tablet-unstable-v2 protocol to > weston-info. It will output the currently attached tablets, tablet_pads and > tablet_tools with all info provided by the protocol. >

Re: [PATCH 0/4] RFC: Add Meson build

2018-04-24 Thread Pekka Paalanen
On Tue, 24 Apr 2018 09:03:05 +0100 Emmanuele Bassi wrote: > On 23 April 2018 at 15:06, Pekka Paalanen wrote: > > > > - the Doxygen-generated man pages are installed under $datadir/man, > > >instead of $mandir, because of Doxygen peculiarities, like forcing > > >the creation of a `man3`

Re: [PATCH 0/4] RFC: Add Meson build

2018-04-24 Thread Emmanuele Bassi
On 23 April 2018 at 15:06, Pekka Paalanen wrote: > > - the Doxygen-generated man pages are installed under $datadir/man, > >instead of $mandir, because of Doxygen peculiarities, like forcing > >the creation of a `man3` directory for no reason; additionally, Meson > >doesn't really li

Re: [PATCH 1/2] weston-info: Add support for tablet-unstable-v2

2018-04-24 Thread Simon Ser
On April 24, 2018 8:31 AM, wrote: > From: Markus Ongyerth > > This now prints each tablet seat with at least one tablet/pad/tool > attached. > For each tablet seat, each tablet, pad and tool is printed with as much > detail about the device as the protocol provides. > Seat info is stored to be r

[PATCH 2/2] weston-info: destroy wl_keyboard

2018-04-24 Thread wl
From: Markus Ongyerth Fixes a memory leak by calling wl_keyboard_destroy on a any keyboard that was used to listen for events. Signed-off-by: Markus Ongyerth --- clients/weston-info.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/clients/weston-info.c b/clients

[PATCH 1/2] weston-info: Add support for tablet-unstable-v2

2018-04-24 Thread wl
From: Markus Ongyerth This now prints each tablet seat with at least one tablet/pad/tool attached. For each tablet seat, each tablet, pad and tool is printed with as much detail about the device as the protocol provides. Seat info is stored to be referenced, because the protocol requires to reque

[PATCH 0/2] Add tablet_v2 support to weston-info

2018-04-24 Thread wl
From: Markus Ongyerth Hi, the first commit adds support for the tablet-unstable-v2 protocol to weston-info. It will output the currently attached tablets, tablet_pads and tablet_tools with all info provided by the protocol. An example output: ``` interface: 'zwp_tablet_manager_v2', version: 1,