Re: Introduction and updates from NVIDIA

2016-05-12 Thread Kristian Høgsberg
On Wed, May 11, 2016 at 4:08 PM, James Jones wrote: > On 05/11/2016 02:31 PM, Daniel Stone wrote: >> >> Hi James, >> >> On 11 May 2016 at 21:43, James Jones wrote: >>> >>> On 05/04/2016 08:56 AM, Daniel Stone wrote: Right - but as with the point

Re: [PATCH v2c] weston: catch missing commandline values

2016-05-12 Thread Florian Hänel
Sorry for the spam, last version for today. Does not make sense to fprintf a value that causes ENOMEM. Fixed some more whitespace. Florian >From 4c390be81da27e7b2331c3e71b848e03173b4632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20H=C3=A4nel?= Date: Thu, 12 May

Re: [PATCH v2b] weston: catch missing commandline values

2016-05-12 Thread Florian Hänel
same as v2 but fixed whitespace Florian >From 160741273589a574a8443378aab9077605788e35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20H=C3=A4nel?= Date: Thu, 12 May 2016 14:40:44 -0700 Subject: [PATCH] Catch missing commandline values Exit if commandline options are

Re: [PATCH v2] weston: catch missing commandline values

2016-05-12 Thread Florian Hänel
In this version I also check for errors from integer parsing and print the offending value, if any. Florian >From 160741273589a574a8443378aab9077605788e35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20H=C3=A4nel?= Date: Thu, 12 May 2016 14:40:44 -0700 Subject:

Re: Introduction and updates from NVIDIA

2016-05-12 Thread Jonas Ådahl
On Thu, May 12, 2016 at 10:56:33AM +0900, Carsten Haitzler wrote: > On Wed, 11 May 2016 17:13:56 -0700 James Jones said: > > > On 05/11/2016 04:55 PM, Mike Blumenkrantz wrote: > > > > > > > > > On Wed, May 11, 2016 at 7:08 PM James Jones > >

Re: Introduction and updates from NVIDIA

2016-05-12 Thread Dave Airlie
> > While only NVIDIA currently supports streams, this is not an NVIDIA-specific > set of problems, nor is it intended to be an NVIDIA-specific solution if > other vendors adopt the open EGL standards it is based on. > Open standards are great, what's better is open conformance tests, and open

Re: [PATCH] weston: catch missing commandline values

2016-05-12 Thread Bryce Harrington
On Thu, May 12, 2016 at 02:47:15PM -0700, Florian Hänel wrote: > took me long enough that --tty 2 is wrong snce it does not give an error. > I did not use weston_log since not everyone using the parser has that. > > Maybe we should also check for EINVAL from strtol. > > --Florian > >From

[PATCH libinput] gestures: don't send swipe gestures when gestures are disabled

2016-05-12 Thread Peter Hutterer
Introduced in 6ad303b as part of an code flow optimization, causing any 3+ finger gesture to be posted as swipe gesture, even when gestures are disabled. However, the event is filtered in the higher levels with a bug message printed to the log. Don't post swipe gestures for devices where gestures

XDC 2016 : Call for paper

2016-05-12 Thread Martin Peres
Hello, I have the pleasure to announce that the X.org Developer Conference 2016 will be held in Helsinki from September 21 to September 23. The venue is located at Haaga-Helia university[0], next to the Pasila station. The official page for the event is http://www.x.org/wiki/Events/XDC2016

[PATCH] weston: catch missing commandline values

2016-05-12 Thread Florian Hänel
took me long enough that --tty 2 is wrong snce it does not give an error. I did not use weston_log since not everyone using the parser has that. Maybe we should also check for EINVAL from strtol. --Florian >From 2730944866ddf3d00db852defedeaf7467c1259a Mon Sep 17 00:00:00 2001 From:

[PATCH wayland 2/3] doc: Unpublish wl_log* and wl_abort

2016-05-12 Thread Yong Bakos
From: Yong Bakos The public documentation included descriptions of wl_log_stderr_handler, wl_log_func_t wl_log_handler, wl_log and wl_abort. These are not accessible via the public API. Move the doxygen \endcond command to wrap these definitions, removing them from

Re: [PATCH weston] data: Some client icons

2016-05-12 Thread Daniel Stone
Hi Bryce, On 12 May 2016 at 01:16, Bryce Harrington wrote: > On Wed, May 04, 2016 at 10:08:12AM +0100, Daniel Stone wrote: >> Thanks for these! My only concern is that they're licensed under >> CC-SA, which is a fine license, but does significantly complicate the >>

Re: [ANNOUNCE] wayland 1.10.91

2016-05-12 Thread Bryce Harrington
On Wed, May 11, 2016 at 05:32:37PM -0500, Yong Bakos wrote: > On May 11, 2016, at 2:32 PM, Yong Bakos wrote: > > > > On May 11, 2016, at 2:11 PM, Bryce Harrington wrote: > >> > >> On Fri, May 06, 2016 at 02:17:23PM +0300, Pekka Paalanen wrote: >

Re: [ANNOUNCE] wayland 1.10.91

2016-05-12 Thread Bryce Harrington
On Thu, May 12, 2016 at 11:20:46AM +0300, Pekka Paalanen wrote: > On Thu, 12 May 2016 10:38:56 +0800 > Jonas Ådahl wrote: > > > On Wed, May 11, 2016 at 12:11:50PM -0700, Bryce Harrington wrote: > > > On Fri, May 06, 2016 at 02:17:23PM +0300, Pekka Paalanen wrote: > > > > On

Re: [ANNOUNCE] wayland 1.10.91

2016-05-12 Thread Bryce Harrington
On Thu, May 12, 2016 at 10:38:56AM +0800, Jonas Ådahl wrote: > On Wed, May 11, 2016 at 12:11:50PM -0700, Bryce Harrington wrote: > > On Fri, May 06, 2016 at 02:17:23PM +0300, Pekka Paalanen wrote: > > > On Wed, 4 May 2016 11:46:23 -0700 > > > Bryce Harrington wrote: > > >

Re: [weston] xdg-shell: define further the behavior of input devices around xdg_popup

2016-05-12 Thread Bryce Harrington
On Tue, Jun 09, 2015 at 07:32:32PM +0200, Carlos Garnacho wrote: > This consolidates the behavior that compositors must implement when > xdg_popups cause input to be redirected into the popup surface. > > Signed-off-by: Carlos Garnacho Hi Carlos, If this is still relevant

Re: [PATCH] Build a libweston library

2016-05-12 Thread Benoit Gschwind
Hello Giulio, First I have comments about the generated weston-0.pc file. The current file does not look to follow the usual .pc file content as described in [1]. First the "Cflags" look to be the place for -I options, while "Libs" and "Libs.private" are dedicated to -L and -l options. Also note

Re: [PATCH weston v2] data: Some client icons

2016-05-12 Thread Yong Bakos
On May 11, 2016, at 7:20 PM, Bryce Harrington wrote: > > This adds an alternate weston terminal icon and icons for the flower and > editor clients. The original Inkscape SVG file is included. > > Example screenshot: >

Re: [PATCH weston 1/5] gl-renderer: Rename gl_renderer_create to gl_renderer_display_create

2016-05-12 Thread Miguel Angel Vico
Thanks Derek. Inline. On Thu, 12 May 2016 08:54:26 -0500 Derek Foreman wrote: > On 11/05/16 10:53 AM, Miguel Angel Vico wrote: > > Thanks, Yong. > > > > Inline. > > > > On Wed, 11 May 2016 09:45:15 -0500 > > Yong Bakos wrote: > > > >> On

Re: Protocol for window previews/thumbnails

2016-05-12 Thread Mike Blumenkrantz
On Thu, May 12, 2016 at 3:57 AM Pekka Paalanen wrote: > On Wed, 11 May 2016 23:35:01 +0100 > ade low wrote: > > > Thank you for the feedback, that was very helpful. > > > > On Wed, May 11, 2016 at 9:07 AM, Pekka Paalanen > wrote: >

Re: [PATCH wayland] private: Remove unnecessary forward declarations

2016-05-12 Thread Yong Bakos
On May 12, 2016, at 3:43 AM, Pekka Paalanen wrote: > > On Mon, 09 May 2016 13:24:29 -0500 > Derek Foreman wrote: > >> On 07/05/16 09:11 AM, Yong Bakos wrote: >>> From: Yong Bakos >>> >>> Declarations for wl_connection and

Re: [PATCH weston 1/5] gl-renderer: Rename gl_renderer_create to gl_renderer_display_create

2016-05-12 Thread Derek Foreman
On 11/05/16 10:53 AM, Miguel Angel Vico wrote: > Thanks, Yong. > > Inline. > > On Wed, 11 May 2016 09:45:15 -0500 > Yong Bakos wrote: > >> On May 11, 2016, at 7:48 AM, Miguel A. Vico >> wrote: >>> >>> No functional change. This patch only renames

Re: Introduction and updates from NVIDIA

2016-05-12 Thread Pekka Paalanen
On Thu, 12 May 2016 12:30:50 +0300 Pekka Paalanen wrote: > On Wed, 11 May 2016 16:08:13 -0700 > James Jones wrote: > > > On 05/11/2016 02:31 PM, Daniel Stone wrote: > > > Hi James, > > > > > > On 11 May 2016 at 21:43, James Jones

Re: Introduction and updates from NVIDIA

2016-05-12 Thread Pekka Paalanen
On Wed, 11 May 2016 16:08:13 -0700 James Jones wrote: > On 05/11/2016 02:31 PM, Daniel Stone wrote: > > Hi James, > > > > On 11 May 2016 at 21:43, James Jones wrote: > >> On 05/04/2016 08:56 AM, Daniel Stone wrote: > >>> Right - but as with the point

Re: [PATCH weston] build: Define wayland prereq version

2016-05-12 Thread Pekka Paalanen
On Thu, 12 May 2016 11:05:08 +0200 Quentin Glidic wrote: > On 12/05/2016 10:48, Emil Velikov wrote: > > On 12 May 2016 at 09:13, Pekka Paalanen wrote: > >> On Thu, 12 May 2016 11:12:28 +1000 > >> Peter Hutterer

Re: [PATCH weston] build: Define wayland prereq version

2016-05-12 Thread Quentin Glidic
On 12/05/2016 10:48, Emil Velikov wrote: On 12 May 2016 at 09:13, Pekka Paalanen wrote: On Thu, 12 May 2016 11:12:28 +1000 Peter Hutterer wrote: On Wed, May 11, 2016 at 01:18:59PM -0700, Bryce Harrington wrote: Establishes a single variable

Re: [PATCH weston 0/3] misc ivi-shell patches

2016-05-12 Thread Pekka Paalanen
On Thu, 12 May 2016 07:50:08 + "Ucan, Emre (ADITG/SW1)" wrote: > Hi Pekka, > > All patches look good. > > Reviewed-by: Emre Ucan Hi, cool, patches 1 and 2 pushed: 5375384..edcb312 master -> master Since patch 3 adds new ABI, it's

Re: [PATCH weston] build: Define wayland prereq version

2016-05-12 Thread Emil Velikov
On 12 May 2016 at 09:13, Pekka Paalanen wrote: > On Thu, 12 May 2016 11:12:28 +1000 > Peter Hutterer wrote: > >> On Wed, May 11, 2016 at 01:18:59PM -0700, Bryce Harrington wrote: >> > Establishes a single variable for defining the libwayland version

Re: [PATCH wayland] private: Remove unnecessary forward declarations

2016-05-12 Thread Pekka Paalanen
On Mon, 09 May 2016 13:24:29 -0500 Derek Foreman wrote: > On 07/05/16 09:11 AM, Yong Bakos wrote: > > From: Yong Bakos > > > > Declarations for wl_connection and wl_closure are not needed here. > > wl_closure already has a complete definition.

Re: [ANNOUNCE] wayland 1.10.91

2016-05-12 Thread Pekka Paalanen
On Thu, 12 May 2016 10:38:56 +0800 Jonas Ådahl wrote: > On Wed, May 11, 2016 at 12:11:50PM -0700, Bryce Harrington wrote: > > On Fri, May 06, 2016 at 02:17:23PM +0300, Pekka Paalanen wrote: > > > On Wed, 4 May 2016 11:46:23 -0700 > > > Bryce Harrington

Re: Protocol for window previews/thumbnails

2016-05-12 Thread Pekka Paalanen
On Wed, 11 May 2016 23:35:01 +0100 ade low wrote: > Thank you for the feedback, that was very helpful. > > On Wed, May 11, 2016 at 9:07 AM, Pekka Paalanen wrote: > > > > > > You should explain the use case behind the idea. Then it would be > > possible

RE: [PATCH weston 0/3] misc ivi-shell patches

2016-05-12 Thread Ucan, Emre (ADITG/SW1)
Hi Pekka, All patches look good. Reviewed-by: Emre Ucan Best regards Emre Ucan Software Group I (ADITG/SW1) Tel. +49 5121 49 6937 -Original Message- From: Pekka Paalanen [mailto:ppaala...@gmail.com] Sent: Dienstag, 10. Mai 2016 16:21 To:

Re: [ANNOUNCE] wayland 1.10.91

2016-05-12 Thread Hardening
Le 11/05/2016 21:11, Bryce Harrington a écrit : > On Fri, May 06, 2016 at 02:17:23PM +0300, Pekka Paalanen wrote: >> On Wed, 4 May 2016 11:46:23 -0700 >> Bryce Harrington wrote: >> >>> On Wed, May 04, 2016 at 12:55:16AM -0700, Bryce Harrington wrote: Here's the alpha