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 I was making below, GBM _right now_ is >>

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 2016 14:40:44 -0700 Subject:

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 missing values. Tested

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: [PATCH] Catch missing comma

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 > > > wrote: > > > > > > On

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 imp

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

2016-05-12 Thread Bryce Harrington
On Thu, May 12, 2016 at 10:47:51AM -0500, Yong Bakos wrote: > 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: > > ht

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 2730944

[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 while

[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: =?UTF-8?q?Fl

[PATCH wayland 3/3] doc: Unpublish global_zombie_object and wl_interface_equal

2016-05-12 Thread Yong Bakos
From: Yong Bakos Both global_zombie_object and wl_interface_equal are private, yet were part of public documentation despite not being part of the public API. Move these two definitions to the top of an existing doxygen \cond block, which removes them from the public documentation. Signed-off-b

[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 publication. Signed-off-by: Y

[PATCH wayland 1/3] doc: Unpublish wl_display_get_additional_shm_formats

2016-05-12 Thread Yong Bakos
From: Yong Bakos The Wayland docbook and the doxygen html docs had been presenting wl_display_get_additional_shm_formats as part of the public API, but the prototype for this function is in wayland-private.h. Add a \private annotation to the doc comment, preventing doxygen from publishing this f

[PATCH wayland 0/3] doc: Unpublish private objects and functions

2016-05-12 Thread Yong Bakos
From: Yong Bakos The Wayland docbook and the doxygen html docs had been presenting a number of private/inaccessible things as part of the public API, which is misleading. For 1/3, a \private command was introduced since the function is a private wl_display member function. For the xsl rule, I di

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 >> redistribution status of our t

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: > >>> On Wed, 4 May 2016 11:46:23 -0700 > >>> Bryce

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 Wed, 4 May 2016 11:4

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: > > > > > > > On Wed, May 04,

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 for you, can you pleas

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 t

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: > http://www.bryceharrington.org/Files/weston-icons.png > > Signed-off-by: Br

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 May 11, 2016, at 7:48 AM, Miguel A. Vico > >> wrot

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: > > > > > > > > > You should explain the use case behind the idea

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 wl_closure are not needed here. >>> wl_closure already has a complete d

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 gl_renderer_create() >>> to gl_renderer_display

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 wrote: > > >> On 05/04/2016 08:56 AM, Daniel Stone wrote:

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 I was making below, GBM _right now_ is >

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 wrote: > >> > >>> On Wed, May 11, 2016 at 01:18:59PM -0700, Bryce Harrington wro

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 for defining the libwayland version requirements.

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 probably best to wait with it until after 1.11 relea

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 >> > requirements. Enforces the same version d

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. > > Removing these forward declarations results in

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 wrote: > > > > > > > On Wed, May 04, 2

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

2016-05-12 Thread Pekka Paalanen
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 > > requirements. Enforces the same version dependency between > > libwayland-client and libwayland-s

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 to assess whether such protocol would even

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: wayland-devel@lists.freedesktop.org Cc: wata