Re: [PATCH weston] gl-renderer: Don't print GL error for EGLGetDisplay()

2015-06-12 Thread Pekka Paalanen
On Thu, 11 Jun 2015 12:14:45 -0500 Derek Foreman der...@osg.samsung.com wrote: EGLGetDisplay() doesn't generate a GL error, so we shouldn't print one. That's generally true, with one little exception: https://www.khronos.org/registry/egl/extensions/EXT/EGL_EXT_platform_base.txt An

Re: [PATCH 01/11] COPYING: Update to MIT Expat License rather than MIT X License

2015-06-12 Thread Pekka Paalanen
On Thu, 11 Jun 2015 18:10:07 -0700 Bryce Harrington br...@osg.samsung.com wrote: On Thu, Jun 11, 2015 at 10:56:10AM +0300, Pekka Paalanen wrote: On Wed, 10 Jun 2015 11:55:12 -0700 Bryce Harrington br...@osg.samsung.com wrote: MIT has released software under several slightly different

[PATCH libinput] touchpad: make the hysteresis dependent on physical distance

2015-06-12 Thread Peter Hutterer
Some touchpads, e.g. the Cyapa in the Acer c720 have a small axis range ([0, 870], [0, 470]), so the diagonal/magic value yields a hysteresis margin of 1 device unit. On that device, that's one-tenth of a millimeter, causing pointer motion just by holding the finger. For touchpads that provide a

Re: [PATCH libinput] touchpad: make the hysteresis dependent on physical distance

2015-06-12 Thread Hans de Goede
Hi, On 12-06-15 08:09, Peter Hutterer wrote: Some touchpads, e.g. the Cyapa in the Acer c720 have a small axis range ([0, 870], [0, 470]), so the diagonal/magic value yields a hysteresis margin of 1 device unit. On that device, that's one-tenth of a millimeter, causing pointer motion just by

[PATCH weston] compositor: add missing help text

2015-06-12 Thread JoonCheol Park
The headless-backend.so was missing in available backend list Signed-off-by: JoonCheol Park joonch...@gmail.com --- src/compositor.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/compositor.c b/src/compositor.c index 38c0775..0d4acda 100644 --- a/src/compositor.c +++

Re: [PATCH 11/11] xcursor: Change keithp licensed code from X11 to Expat license

2015-06-12 Thread Pekka Paalanen
On Thu, 11 Jun 2015 08:07:58 -0700 Keith Packard kei...@keithp.com wrote: Bryce Harrington br...@osg.samsung.com writes: The license text for this file mentions Keith Packard specifically, however it is otherwise identical to all the other MIT X11 licensed code in Wayland, and so can be

[PATCH weston 04/17] clients: Update boilerplate from MIT X11 license to MIT Expat licenses

2015-06-12 Thread Bryce Harrington
Signed-off-by: Bryce Harrington br...@osg.samsung.com --- clients/calibrator.c | 33 + clients/clickdot.c | 33 + clients/cliptest.c | 33 +

[PATCH wayland] build: Allow disabling building of wayland libraries

2015-06-12 Thread Derek Foreman
When cross-compiling it may be useful to build only the wayland-scanner natively. This patch makes it possible to disable build of the libraries. This also allows us to relax some of the build requirements when compiling just the scanner. Signed-off-by: Derek Foreman der...@osg.samsung.com ---

[PATCH weston 08/17] shared: Update boilerplate from MIT X11 license to MIT Expat license

2015-06-12 Thread Bryce Harrington
Signed-off-by: Bryce Harrington br...@osg.samsung.com --- shared/cairo-util.c | 35 +++ shared/cairo-util.h | 35 +++ shared/config-parser.c| 35 +++ shared/config-parser.h| 35

[PATCH weston 10/17] libbacklight: Add missing boilerplate to header

2015-06-12 Thread Bryce Harrington
Use identical license and copyright as the .c file. Signed-off-by: Bryce Harrington br...@osg.samsung.com --- src/libbacklight.h | 30 ++ 1 file changed, 30 insertions(+) diff --git a/src/libbacklight.h b/src/libbacklight.h index 0d3293d..8717ab1 100644 ---

[PATCH weston 11/17] weston-egl-ext.h: Reformat license text

2015-06-12 Thread Bryce Harrington
This file was already covered by the Expat variant of the MIT license. Just reformat the text to match our standard boilerplate formatting. Signed-off-by: Bryce Harrington br...@osg.samsung.com --- src/weston-egl-ext.h | 32 +++- 1 file changed, 15 insertions(+), 17

[PATCH weston 06/17] protocol: whitespace cleanup

2015-06-12 Thread Bryce Harrington
Signed-off-by: Bryce Harrington br...@osg.samsung.com --- protocol/text.xml | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/protocol/text.xml b/protocol/text.xml index 6f0c2a5..9cf78b3 100644 --- a/protocol/text.xml +++ b/protocol/text.xml @@ -28,7 +28,7 @@

[PATCH weston 16/17] xwayland: Update boilerplate from MIT X11 license to MIT Expat license

2015-06-12 Thread Bryce Harrington
Signed-off-by: Bryce Harrington br...@osg.samsung.com --- xwayland/dnd.c| 35 +++ xwayland/launcher.c | 35 +++ xwayland/selection.c | 35 +++ xwayland/window-manager.c | 35

[PATCH weston 05/17] *-shell: Update boilerplate from MIT X11 license to MIT Expat licenses

2015-06-12 Thread Bryce Harrington
Signed-off-by: Bryce Harrington br...@osg.samsung.com --- desktop-shell/exposay.c | 33 + desktop-shell/input-panel.c | 33 + desktop-shell/shell.c | 33 +

[PATCH weston 13/17] tests: Update boilerplate from MIT X11 license to MIT Expat license

2015-06-12 Thread Bryce Harrington
Signed-off-by: Bryce Harrington br...@osg.samsung.com --- tests/bad-buffer-test.c | 35 +++ tests/buffer-count-test.c | 35 +++ tests/button-test.c | 35 +++

[PATCH weston 02/17] COPYING: Drop special license callout for libbacklight.c

2015-06-12 Thread Bryce Harrington
Weston's license is now identical to libbacklight.c, so just merge the copyright statements. Signed-off-by: Bryce Harrington br...@osg.samsung.com --- COPYING | 27 +-- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/COPYING b/COPYING index 893296b..22ac7b9

[PATCH] Whitespace corrections

2015-06-12 Thread Bryce Harrington
From: Murray Calavera murray.calav...@gmail.com Signed-off-by: Murray Calavera murray.calav...@gmail.com Signed-off-by: Bryce Harrington br...@osg.samsung.com --- clients/window.h | 4 ++-- shared/cairo-util.h | 2 +- src/compositor-x11.c | 2 +- src/libbacklight.c

[PATCH weston 07/17] protocol: Update boilerplate from MIT X11 license to MIT Expat license

2015-06-12 Thread Bryce Harrington
Signed-off-by: Bryce Harrington br...@osg.samsung.com --- protocol/input-method.xml| 38 ++ protocol/ivi-application.xml | 35 ++- protocol/ivi-hmi-controller.xml | 33 +

[PATCH weston 12/17] vaapi-recorder: Drop redundant license

2015-06-12 Thread Bryce Harrington
This file was provided under both the Expat and X11 variants of the MIT license. We don't need the latter, so remove it and leave just Expat. And reformat the Expat license so it matches our standard boilerplate. Signed-off-by: Bryce Harrington br...@osg.samsung.com --- src/vaapi-recorder.c |

[PATCH weston 14/17] wcap: Update boilerplate from MIT X11 license to MIT Expat license

2015-06-12 Thread Bryce Harrington
Signed-off-by: Bryce Harrington br...@osg.samsung.com --- wcap/main.c| 35 +++ wcap/wcap-decode.c | 35 +++ wcap/wcap-decode.h | 35 +++ 3 files changed, 57 insertions(+), 48 deletions(-) diff

[PATCH weston 00/17] Update weston from MIT/X11 to MIT/Expat license

2015-06-12 Thread Bryce Harrington
Following on from the wayland license switch, do the same for Weston, along with some minor cleanup. Several files were *not* updated: hash.* - These include a no-advertising clause appended to the license text, which looks strange. These files probably could be changed to the MIT Expat

[PATCH weston 03/17] data: Update boilerplate from MIT X11 license to MIT Expat license

2015-06-12 Thread Bryce Harrington
Signed-off-by: Bryce Harrington br...@osg.samsung.com --- data/wayland.svg | 36 +--- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/data/wayland.svg b/data/wayland.svg index 29cb8f0..f148815 100644 --- a/data/wayland.svg +++ b/data/wayland.svg @@

[PATCH weston 01/17] COPYING: Update to MIT Expat License rather than MIT X License

2015-06-12 Thread Bryce Harrington
MIT has released software under several slightly different licenses, including the old 'X11 License' or 'MIT License'. Some code under this license was in fact included in X.org's Xserver in the past. However, X.org now prefers the MIT Expat License as the standard (which, confusingly, is also

[PATCH weston 17/17] xwayland: Fix a couple whitespace errors

2015-06-12 Thread Bryce Harrington
Signed-off-by: Bryce Harrington br...@osg.samsung.com --- xwayland/window-manager.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xwayland/window-manager.c b/xwayland/window-manager.c index 2b40d6a..9b4e088 100644 --- a/xwayland/window-manager.c +++

[PATCH weston 15/17] wcap: Prefer quote form of include for config.h

2015-06-12 Thread Bryce Harrington
Signed-off-by: Bryce Harrington br...@osg.samsung.com --- wcap/main.c| 2 +- wcap/wcap-decode.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wcap/main.c b/wcap/main.c index 2b882d7..77cffe5 100644 --- a/wcap/main.c +++ b/wcap/main.c @@ -23,7 +23,7 @@ *

[ANNOUNCE] wayland 1.8.1

2015-06-12 Thread Bryce Harrington
This is just a brown paper bag release. In rolling the wayland 1.8.0 distribution tarball some files were set to read-only. This rectifies that. There are no file content changes. Bryce Harrington (1): configure.ac: bump to version 1.8.1 for the point release git tag: 1.8.1

[PATCH weston 4/4] Unified multiple definitions of container_of() macro.

2015-06-12 Thread Jon A. Cruz
Removed duplicate definitions of the container_of() macro and refactored sources to use the single implementation. Signed-off-by: Jon A. Cruz j...@osg.samsung.com --- clients/clickdot.c | 1 + clients/desktop-shell.c | 1 + clients/window.h| 4

[PATCH weston 2/4] Moved helper macro to a discrete include file.

2015-06-12 Thread Jon A. Cruz
To help reduce code duplication and also 'kitchen-sink' includes the ARRAY_LENGTH macro was moved to a stand-alone file and referenced from the sources consuming it. Other macros will be added in subsequent passes. Signed-off-by: Jon A. Cruz j...@osg.samsung.com --- Makefile.am

[PATCH weston 0/4] Extract common macros to single header.

2015-06-12 Thread Jon A. Cruz
As a follow-up to review feedback from Peter Hutterer this set moves a few duplicated macros into a common header, including ARRAY_LENGTH. Jon A. Cruz (4): Remove redundant #include path component. Moved helper macro to a discrete include file. Moved the MIN() macro to the helper include.

[PATCH weston 3/4] Moved the MIN() macro to the helper include.

2015-06-12 Thread Jon A. Cruz
Removed multiple definitions of the MIN() macro from existing locations and unified with a single definition. Updated sources to use the shared version. Signed-off-by: Jon A. Cruz j...@osg.samsung.com --- clients/nested.c | 2 -- clients/weston-info.c | 2 -- clients/window.c | 2 --

[PATCH weston 1/4] Remove redundant #include path component.

2015-06-12 Thread Jon A. Cruz
Using the parent '../' path component in #include statements makes the codebase more rigid and is redundant due to proper -I use. Signed-off-by: Jon A. Cruz j...@osg.samsung.com --- clients/calibrator.c | 2 +- clients/desktop-shell.c| 4 ++-- clients/dnd.c

[PATCH 2/2] cursor: Update printed license from MIT X11 to MIT Expat

2015-06-12 Thread Bryce Harrington
The code generates a cursor-data.h file, with licensing information. Change this from the MIT X11 license to MIT Expat license for consistency with the rest of Wayland. Signed-off-by: Bryce Harrington br...@osg.samsung.com --- cursor/convert_font.c | 46

[PATCH 1/2] publican: Update docs license from MIT X11 to MIT Expat style

2015-06-12 Thread Bryce Harrington
Signed-off-by: Bryce Harrington br...@osg.samsung.com --- doc/publican/sources/Book_Info.xml | 46 +++--- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/doc/publican/sources/Book_Info.xml b/doc/publican/sources/Book_Info.xml index 38e5bfc..e9e5ff0

[PATCH v2 2/2] cursor: Update printed license from MIT X11 to MIT Expat

2015-06-12 Thread Bryce Harrington
The code generates a cursor-data.h file, with licensing information. Change this from the MIT X11 license to MIT Expat license for consistency with the rest of Wayland. Signed-off-by: Bryce Harrington br...@osg.samsung.com --- Update: Clarified license and fixed some quotes

[PATCH v2 1/2] publican: Update docs license from MIT X11 to MIT Expat style

2015-06-12 Thread Bryce Harrington
Signed-off-by: Bryce Harrington br...@osg.samsung.com --- doc/publican/sources/Book_Info.xml | 46 +++--- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/doc/publican/sources/Book_Info.xml b/doc/publican/sources/Book_Info.xml index 38e5bfc..e9e5ff0

Re: [PATCH 01/11] COPYING: Update to MIT Expat License rather than MIT X License

2015-06-12 Thread Bryce Harrington
On Fri, Jun 12, 2015 at 09:49:36AM +0300, Pekka Paalanen wrote: On Thu, 11 Jun 2015 18:10:07 -0700 Bryce Harrington br...@osg.samsung.com wrote: On Thu, Jun 11, 2015 at 10:56:10AM +0300, Pekka Paalanen wrote: On Wed, 10 Jun 2015 11:55:12 -0700 Bryce Harrington br...@osg.samsung.com

Re: [PATCH weston v2 12/21] Introduce a 'double fixed' data type abstraction

2015-06-12 Thread Bill Spitzak
On Thu, Jun 11, 2015 at 3:40 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Thu, Jun 11, 2015 at 02:37:38PM -0700, Bill Spitzak wrote: Do you actually need 64 bits or are you just trying to get more than 8 bits of fraction? If instead other fixed types were provided, such as 1.30