Re: [PATCH wayland-web 2/3] building: use enable-llvm option

2018-06-26 Thread Emil Velikov
On 21 June 2018 at 19:54, Matheus Santana wrote: > Fix > > error: --enable-llvm is required when building r300 > Fwiw, this error is strictly for performance reasons. If having a LLVM-free driver is more important than performance, one can remove the check. That aside, the series is

Re: [PATCH 0/5] Implement support for drm properties "GAMMA_LUT" and "CTM"

2018-06-26 Thread Emil Velikov
On 25 June 2018 at 19:48, Matheus Santana wrote: > Hi Harsha, > >> Weston needs to be rebuilt. But, no new library versions dependencies. > > > All right. > > On Mon, Jun 25, 2018 at 10:21 AM, Harsha Manjula Mallikarjun (RBEI/ECF3) > wrote: >> >> Hi Matheus, >> >> >From: Matheus Santana

Re: [PATCH weston] man: remove redundant word in weston.ini(5)

2018-06-26 Thread Emil Velikov
On 22 June 2018 at 22:00, Matheus Santana wrote: > Signed-off-by: Matheus Santana > --- > man/weston.ini.man | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man/weston.ini.man b/man/weston.ini.man > index 027eae0..02c9b03 100644 > --- a/man/weston.ini.man > +++

Re: [PATCH 0/5] Implement support for drm properties "GAMMA_LUT" and "CTM"

2018-06-26 Thread Matheus Santana
On Tue, Jun 26, 2018 at 11:51 AM, Emil Velikov wrote: > On 25 June 2018 at 19:48, Matheus Santana wrote: > > Hi Harsha, > > > >> Weston needs to be rebuilt. But, no new library versions dependencies. > > > > > > All right. > > > > On Mon, Jun 25, 2018 at 10:21 AM, Harsha Manjula Mallikarjun

Re: [PATCH libinput] tools: fake-build the measure touch-pressure/size sources

2018-06-26 Thread Emil Velikov
On 21 June 2018 at 05:56, Peter Hutterer wrote: > This way we can make them execute the list-quirks from the builddir. > > Signed-off-by: Peter Hutterer > --- > If anyone has any good ideas for how to do something similar for C source > file, I'd appreciate it. > Here is the approach used by git

Re: [PATCH v6 1/6] libweston: set the seat automatically based on the XDG_SEAT environment variable

2018-06-26 Thread Pekka Paalanen
On Tue, 26 Jun 2018 07:56:19 -0400 nerdopolis wrote: > On Tuesday, June 12, 2018 7:23:19 AM EDT Pekka Paalanen wrote: > > On Tue, 23 Jan 2018 22:15:43 -0500 > > nerdopolis wrote: > > > > > This will allow the seat to be set by the environment as pam_systemd > > > typically > > > sets the

Re: [PATCH 0/5] Implement support for drm properties "GAMMA_LUT" and "CTM"

2018-06-26 Thread Emil Velikov
On 26 June 2018 at 17:47, Matheus Santana wrote: > > > On Tue, Jun 26, 2018 at 11:51 AM, Emil Velikov > wrote: >> >> On 25 June 2018 at 19:48, Matheus Santana wrote: >> > Hi Harsha, >> > >> >> Weston needs to be rebuilt. But, no new library versions dependencies. >> > >> > >> > All right. >> >

[PATCH wayland-web] testing: update references to button test

2018-06-26 Thread Matheus Santana
button-test was moved to pointer-test. Signed-off-by: Matheus Santana --- testing.html | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/testing.html b/testing.html index e5781fe..987e888 100644 --- a/testing.html +++ b/testing.html @@ -90,7 +90,7 @@

Re: client: remove definition of wl_global

2018-06-26 Thread Markus Ongyerth
Hi, I once again seem to be missing the original message for some reason, so if I failed to properly fix up my headers again, I'm refering to [1] Reviewed-By: Markus Ongyerth [1] https://patchwork.freedesktop.org/patch/204915/ Cheers, ongy signature.asc Description: PGP signature

[PATCH weston] parse_modeline: Ignore case of {h,v}sync flags

2018-06-26 Thread Guido Günther
Some modeline generators put out e.g. +HSync instead of +hsync. Accept that too since it's not ambigous. Signed-off-by: Guido Günther --- libweston/compositor-drm.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libweston/compositor-drm.c

Re: [PATCH weston 1/2] desktop-shell: fix output removal for background/panel

2018-06-26 Thread Marius-cristian Vlad
On Thu, 2018-06-21 at 15:53 +0300, Pekka Paalanen wrote: > From: Pekka Paalanen > > When the compositor has multiple outputs (not clones) and one of them > is > removed, the ones remaining to the right will be moved to close the > gap. > Because reflowing the remaining outputs happens before

Re: [PATCH wayland 0/2] Document review and commit access requirements

2018-06-26 Thread Marius-cristian Vlad
On Mon, 2018-06-18 at 16:42 +0300, Pekka Paalanen wrote: > From: Pekka Paalanen > > Hi, > > for years we have relied on unwritten traditions on how to review > patches. Gaining commit access has been a secret rite no-one really > knew > what was required for to ask or grant it. I would dare

[PATCH libinput] tools: rename list-quirks to the more generic "quirks list"

2018-06-26 Thread Peter Hutterer
Enables us to easily add more tools where needed and it is more consistent with the existing tools. The commands are now: libinput quirks list libinput quirks validate Fixes https://gitlab.freedesktop.org/libinput/libinput/issues/66 Signed-off-by: Peter Hutterer ---

[PATCH v7 2/6] compositor-fbdev: support the --seat option, (and XDG_SEAT variable)

2018-06-26 Thread nerdopolis
This allows the fbdev backend to run on, and use devices from the specified seat, similar to the drm backend. --- compositor/main.c| 2 ++ libweston/compositor-fbdev.c | 10 +- libweston/compositor-fbdev.h | 9 + 3 files changed, 20 insertions(+), 1 deletion(-) diff

[PATCH v7 5/6] compositor-fbdev: detect the first fb device in the seat

2018-06-26 Thread nerdopolis
This adds a function to detect the first framebuffer device in the current seat. Instead of hardcoding /dev/fb0, detect the device with udev, favoring the boot_vga device, and falling back to the first framebuffer device in the seat if there is none. This is very similar to what compositor-drm

[PATCH v7 1/6] libweston: set the seat automatically based on the XDG_SEAT environment variable

2018-06-26 Thread nerdopolis
This will allow the seat to be set by the environment as pam_systemd typically sets the XDG_SEAT variable --- compositor/main.c | 2 +- libweston/compositor-drm.c | 11 --- libweston/compositor-drm.h | 3 ++- man/weston-drm.man | 7 +-- 4 files changed, 16

[PATCH v7 6/6] main: don't configure /dev/fb0 by default

2018-06-26 Thread nerdopolis
The framebuffer backend now detects the framebuffer device dynamically. Don't assume that the framebuffer device is /dev/fb0 --- compositor/main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/compositor/main.c b/compositor/main.c index 068cdd8f..f1ee02b4 100644 --- a/compositor/main.c

[PATCH v7 4/6] compositor-fbdev: set fb device info upon the first run.

2018-06-26 Thread nerdopolis
This attempts to wake up secondary framebuffer devices (/dev/fb1 and up) as usually these devices start powered off, and the FBIOPUT_VSCREENINFO ioctl turns it on. This was tested on a qemu system with the options: -vga none -device VGA,id=video0 -device secondary-vga,id=video1 \ -device

[PATCH v7 3/6] launcher-logind: only get a VT on seat0, as only seat0 supports VTs

2018-06-26 Thread nerdopolis
As only seat0 supports TTYs, this changes the logind launcher where it detects a TTY, only if the seat is seat0. This has only been tested for logind --- libweston/launcher-logind.c | 22 -- libweston/launcher-util.c | 4 2 files changed, 16 insertions(+), 10

[PATCH v7 0/6] Make Weston multiseat aware

2018-06-26 Thread nerdopolis
These patches make Weston handle multiple seats. Fixes from the last attempt include updating fbdev_set_screen_info , updating some fuzz, and making the selection of the framebuffer device similar to compositor-drm.c by favoring the boot_vga device, and making requested changes

Re: [PATCH v6 1/6] libweston: set the seat automatically based on the XDG_SEAT environment variable

2018-06-26 Thread nerdopolis
On Tuesday, June 12, 2018 7:23:19 AM EDT Pekka Paalanen wrote: > On Tue, 23 Jan 2018 22:15:43 -0500 > nerdopolis wrote: > > > This will allow the seat to be set by the environment as pam_systemd > > typically > > sets the XDG_SEAT variable > > --- > > compositor/main.c | 2 +- > >