[PATCH] remove dependency on EGL_KHR_surfaceless_context

2013-08-12 Thread Adrian Negreanu
From: Adrian Negreanu adrian.m.negre...@intel.com cairo_egl_device_create(), which is called next, already checks if EGL_KHR_surfaceless_context is available. If not, it fallbacks to pbuffer. Signed-off-by: Adrian Negreanu adrian.m.negre...@intel.com --- clients/window.c | 5 - 1 file

[ANNOUNCE] Hawaii Shell 0.1.92

2013-08-12 Thread Pier Luigi
Hello everyone, I would like to spam the list a little bit to announce that a new version of Hawaii Shell is available. This release is limited to Hawaii Shell and the Weston plugin not the whole desktop. I'm now releasing a module at a time, this time is Hawaii Shell's turn. Recently I

[PATCH simple-egl] fix compile error when EGL_BUFFER_AGE_EXT is missing

2013-08-12 Thread Adrian Negreanu
From: Adrian Negreanu adrian.m.negre...@intel.com Signed-off-by: Adrian Negreanu adrian.m.negre...@intel.com --- clients/simple-egl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clients/simple-egl.c b/clients/simple-egl.c index 54dfe93..4eeba02 100644 --- a/clients/simple-egl.c +++

Re: [RFC] protocol: Extend wayland seat with interfaces for sensor inputs.

2013-08-12 Thread Stefan Schmidt
Hello. On 08/01/2013 09:39 AM, Stefan Schmidt wrote: Treating some specific sensors as input devices. In particular adding support for wl_compass, wl_gyroscope and wl_accelerometer here. We have requests to start and stop sensor event receiving as well as events to receive the different axis

Re: [RFC] protocol: Extend wayland seat with interfaces for sensor inputs.

2013-08-12 Thread David Herrmann
Hi On Thu, Aug 1, 2013 at 10:39 AM, Stefan Schmidt s.schm...@samsung.com wrote: Treating some specific sensors as input devices. In particular adding support for wl_compass, wl_gyroscope and wl_accelerometer here. We have requests to start and stop sensor event receiving as well as events to

Re: [RFC] protocol: Extend wayland seat with interfaces for sensor inputs.

2013-08-12 Thread Thomas Daede
On Thu, Aug 1, 2013 at 3:39 AM, Stefan Schmidt s.schm...@samsung.com wrote: +event name=motion + description summary=Motion event coming from the compass sensor + Updated sensor data available from compass + /description + arg name=x type=fixed summary=x-axis/ +

Re: [RFC] weston: Sony clickpad support

2013-08-12 Thread David Herrmann
Hi On Mon, Aug 5, 2013 at 12:34 PM, Alexander E. Patrakov patra...@gmail.com wrote: This patch series adds support to weston for a special type of touchpads found in some laptops. These touchpads contain one physical button that covers the whole surface of the touchpad. Unlike the well-known

Re: [PATCH wayland 3/3] wayland-client: Add wl_proxy_get_listener

2013-08-12 Thread Kristian Høgsberg
On Mon, Jul 22, 2013 at 05:30:52PM +0100, Rob Bradford wrote: From: Rob Bradford r...@linux.intel.com This is the mirror function to wl_proxy_add_listener and is useful inside client libraries to differentiate events on listeners for which multiple proxies have been created. These three

Re: [PATCH weston 1/6] input: For serial generation get the display from the compositor

2013-08-12 Thread Kristian Høgsberg
On Mon, Jul 22, 2013 at 05:31:38PM +0100, Rob Bradford wrote: From: Rob Bradford r...@linux.intel.com This removes the use of wl_client_get_display() where the client is derived from the focussed resource. This starts the removal of the assumption of a single resource on a client that would

Re: [PATCH] remove dependency on EGL_KHR_surfaceless_context

2013-08-12 Thread Kristian Høgsberg
On Mon, Aug 12, 2013 at 10:07:59AM +0300, Adrian Negreanu wrote: From: Adrian Negreanu adrian.m.negre...@intel.com cairo_egl_device_create(), which is called next, already checks if EGL_KHR_surfaceless_context is available. If not, it fallbacks to pbuffer. Nice, thanks. Kristian

Re: [PATCH simple-egl] fix compile error when EGL_BUFFER_AGE_EXT is missing

2013-08-12 Thread Kristian Høgsberg
On Mon, Aug 12, 2013 at 04:30:11PM +0300, Adrian Negreanu wrote: From: Adrian Negreanu adrian.m.negre...@intel.com Signed-off-by: Adrian Negreanu adrian.m.negre...@intel.com Thanks, applied. Kristian --- clients/simple-egl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [PATCH v2] protocol: Improve a bit of grammar for wl_surface::attach description

2013-08-12 Thread Kristian Høgsberg
On Fri, Aug 09, 2013 at 05:44:59PM +, Bryce W. Harrington wrote: Signed-off-by: Bryce Harrington b.harring...@samsung.com --- protocol/wayland.xml |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) That sounds good, applied. Kristian diff --git a/protocol/wayland.xml

Re: [RFC] weston: Sony clickpad support

2013-08-12 Thread Alexander E. Patrakov
2013/8/12 David Herrmann dh.herrm...@gmail.com: The implementation looks quite nice. I will not comment on the code individually, though. I'd really like to see a libtouchpad which implements all that logic. Once we start adding device drivers to weston, we will end up with a mess where we

Re: [PATCH weston] build: Allow more control over cairo use in the clients

2013-08-12 Thread Kristian Høgsberg
On Fri, Aug 09, 2013 at 04:52:46PM +0100, Rob Bradford wrote: From: Rob Bradford r...@linux.intel.com Previously the configure script would silently disable the use of accelerated cairo in the clients if cairo-gl could not be found (or cairo-glesv2 if that was requested.) Conversely the use

Re: [PATCH weston] weston-launch: Only pass non-NULL value into setenv()

2013-08-12 Thread Kristian Høgsberg
On Fri, Aug 09, 2013 at 11:30:38AM +0100, Rob Bradford wrote: From: Rob Bradford r...@linux.intel.com getenv() can return NULL is the key is not set, passing NULL into setenv() is an error Thanks, good catch. Kristian --- src/weston-launch.c | 3 ++- 1 file changed, 2 insertions(+), 1

Re: [PATCH weston] xwm: do not crash when activating a NULL surface

2013-08-12 Thread Kristian Høgsberg
On Sat, Aug 10, 2013 at 05:23:33PM +0200, Giulio Camuffo wrote: --- src/xwayland/window-manager.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/xwayland/window-manager.c b/src/xwayland/window-manager.c index d565888..b710560 100644 ---

Re: [PATCH wayland-web] building: export ACLOCAL_PATH too

2013-08-12 Thread Kristian Høgsberg
On Fri, Aug 09, 2013 at 02:29:35PM +1000, Peter Hutterer wrote: Setting ACLOCAL only means autoreconf will succeed, but any re-build through the 'missing' script won't pick up the macro paths. Set ACLOCAL_PATH too, so that touching configure.ac or Makefile.am won't fail for missing macros.

Re: [PATCH v3] evdev-touchpad: Set some options using weston.ini

2013-08-12 Thread Kristian Høgsberg
On Tue, Jul 30, 2013 at 09:36:25PM +0200, Armin K wrote: This patch adds 3 new options to weston.ini to allow the user to change default constant_accel_factor, min_accel_factor and max_accel_factor. If no options are set, it falls back using defaults as it did before. v2: create

Re: [PATCH v4] evdev-touchpad: Set some options using weston.ini

2013-08-12 Thread Kristian Høgsberg
On Wed, Jul 31, 2013 at 01:41:03AM +0200, Armin K wrote: This patch adds 3 new options to weston.ini to allow the user to change default constant_accel_factor, min_accel_factor and max_accel_factor. If no options are set, it falls back using defaults as it did before. v2: create