Re: [PATCH] [weston] weston.ini: Add natural scroll support to weston.ini

2016-10-20 Thread Peter Hutterer
On Thu, Oct 20, 2016 at 08:43:18PM -0400, Jiayi Zhao wrote: > This adds support for enabling/disabling natural scrolling > via a boolean in weston.ini: > > [libinput] > natural_scroll=true > > Signed-off-by: Jiayi Zhao > --- > compositor/main.c | 13 + > weston.ini.in | 1 + >

[PATCH] [weston] weston.ini: Add natural scroll support to weston.ini

2016-10-20 Thread Jiayi Zhao
This adds support for enabling/disabling natural scrolling via a boolean in weston.ini: [libinput] natural_scroll=true Signed-off-by: Jiayi Zhao ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/l

[PATCH] [weston] weston.ini: Add natural scroll support to weston.ini

2016-10-20 Thread Jiayi Zhao
This adds support for enabling/disabling natural scrolling via a boolean in weston.ini: [libinput] natural_scroll=true Signed-off-by: Jiayi Zhao --- compositor/main.c | 13 + weston.ini.in | 1 + 2 files changed, 14 insertions(+) diff --git a/compositor/main.c b/compositor/mai

[PATCH v3] Add configuration option for no input device.

2016-10-20 Thread Daniel Díaz
As it has been discussed in the past [1], running Weston without any input device at launch might be beneficial for some use cases. Certainly, it's best for the vast majority of users (and the project) to require an input device to be present, as to avoid frustration and hassle, but for those brav

Re: [PATCH v2] Add configuration option for no input device.

2016-10-20 Thread Daniel Díaz
Hello! On 10/20/2016 04:56 PM, Peter Hutterer wrote: [...] >> diff --git a/libweston/libinput-seat.c b/libweston/libinput-seat.c >> index 78a5fc4..5782462 100644 >> --- a/libweston/libinput-seat.c >> +++ b/libweston/libinput-seat.c >> @@ -259,6 +259,12 @@ udev_input_enable(struct udev_input *inpu

Re: [PATCH v2] Add configuration option for no input device.

2016-10-20 Thread Peter Hutterer
On Wed, Oct 19, 2016 at 08:10:03PM -0500, Daniel Díaz wrote: > As it has been discussed in the past [1], running Weston > without any input device at launch might be beneficial for > some use cases. > > Certainly, it's best for the vast majority of users (and > the project) to require an input dev

[weston v2] gl-renderer: add support of WL_SHM_FORMAT_YUYV

2016-10-20 Thread Vincent Abriou
This patch allow gl-renderer to accept WL_SHM_FORMAT_YUYV buffers. This is the pixel format supported by most of the USB webcams. v2: - fix hsub Vs vsub inversion Signed-off-by: Vincent Abriou Reviewed-by: Eric Engestrom --- libweston/gl-renderer.c | 56 +--

Re: [weston] gl-renderer: add support of WL_SHM_FORMAT_YUYV

2016-10-20 Thread Eric Engestrom
On Thursday, 2016-10-20 13:12:43 +0200, Vincent Abriou wrote: > This patch allow gl-renderer to accept WL_SHM_FORMAT_YUYV buffers. > This is the pixel format supported by most of the USB webcams. > > Signed-off-by: Vincent Abriou > --- > libweston/gl-renderer.c | 56 > ++

[weston] gl-renderer: add support of WL_SHM_FORMAT_YUYV

2016-10-20 Thread Vincent Abriou
This patch allow gl-renderer to accept WL_SHM_FORMAT_YUYV buffers. This is the pixel format supported by most of the USB webcams. Signed-off-by: Vincent Abriou --- libweston/gl-renderer.c | 56 + 1 file changed, 38 insertions(+), 18 deletions(-) d