[RFC PATCH libinput] udev: add libinput_udev_rescan_devices()

2014-03-13 Thread Peter Hutterer
When a libinput context for a given seat is initialized, not all devices may be available. Some or all devices may be paused by systemd-logind. Waiting for a unplug event is not appropriate here as the devices are physically available, just prevented from getting access. Add a

Re: [PATCH weston-ivi-shell v2 01/10] This vfunc lets us read out a rectangle of pixels from the currently attached surface buffer.

2014-03-13 Thread Pekka Paalanen
On Wed, 12 Mar 2014 23:46:35 +0900 Nobuhiko Tanibata nobuhiko_tanib...@xddp.denso.co.jp wrote: Signed-off-by: Nobuhiko Tanibata nobuhiko_tanib...@xddp.denso.co.jp --- Changes for v2: - gl_renderer_read_shmbuffer_pixels to support different types of format of shmbuffer.

Re: [Mesa-dev] [PATCH 0/7] EGL_MESA_configless_context

2014-03-13 Thread Neil Roberts
Kristian Høgsberg k...@bitplanet.net writes: Thanks Neil, series applied to mesa and weston. Great, thanks! I've reposted the piglit patch to the piglit list in case someone wants to review it there. Regards, - Neil ___ wayland-devel mailing list

Re: [PATCH] protocol: replace the usage of selection with clipboard

2014-03-13 Thread John Kåre Alsaker
On Wed, Mar 12, 2014 at 7:32 PM, Bill Spitzak spit...@gmail.com wrote: Isn't Wayland differentiating between the selection and the clipboard? It is not doing that at the moment. Only explicit clipboard actions are supposed to be used. The selection is changed when the user selects an

Re: [PATCH] protocol: replace the usage of selection with clipboard

2014-03-13 Thread Bill Spitzak
John Kåre Alsaker wrote: On Wed, Mar 12, 2014 at 7:32 PM, Bill Spitzak spit...@gmail.com wrote: Isn't Wayland differentiating between the selection and the clipboard? It is not doing that at the moment. Only explicit clipboard actions are supposed to be used. The selection is changed when

Re: [PATCH] protocol: replace the usage of selection with clipboard

2014-03-13 Thread Jasper St. Pierre
On Thu, Mar 13, 2014 at 3:12 PM, Bill Spitzak spit...@gmail.com wrote: John Kåre Alsaker wrote: On Wed, Mar 12, 2014 at 7:32 PM, Bill Spitzak spit...@gmail.com wrote: Isn't Wayland differentiating between the selection and the clipboard? It is not doing that at the moment. Only explicit

[PATCH] weston: Send done event with version 2 of wl_output

2014-03-13 Thread Quanxian Wang
With protocol of wl_output version 2, after the output change, it should send done event to all clients bount with it. Signed-off-by: Quanxian Wang quanxian.w...@intel.com --- src/compositor.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/compositor.c

[PATCH 1/3] wayland: Add wl_output name event

2014-03-13 Thread Quanxian Wang
This event contains name of output. It may be sent after binding the output object. It is intended that client could input a character output name as a parameter or for log info. Signed-off-by: Quanxian Wang quanxian.w...@intel.com --- protocol/wayland.xml | 11 +++ 1 file changed, 11

[PATCH 0/3] Add wl_output name event

2014-03-13 Thread Quanxian Wang
This event contains name of output. It may be sent after binding the output object. It is intended that client could input a character output name as a parameter or for log info. Mainly for client, provide a sensible character name instead of object. Quanxian Wang (3): wayland: Add wl_output

[PATCH 3/3] shell: Add wl_output name event

2014-03-13 Thread Quanxian Wang
Signed-off-by: Quanxian Wang quanxian.w...@intel.com --- clients/desktop-shell.c | 10 +- clients/window.c| 10 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c index a0c6b6d..cefe936 100644 ---

[PATCH 2/3] weston:Add wl_output name event

2014-03-13 Thread Quanxian Wang
Signed-off-by: Quanxian Wang quanxian.w...@intel.com --- src/compositor.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/compositor.c b/src/compositor.c index 98a4f6f..8e8964b 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -3045,6 +3045,9 @@ bind_output(struct wl_client

Re: [PATCH] weston: Send done event with version 2 of wl_output

2014-03-13 Thread Bryce W. Harrington
On Fri, Mar 14, 2014 at 09:16:25AM +0800, Quanxian Wang wrote: With protocol of wl_output version 2, after the output change, it should send done event to all clients bount with it. bound? Signed-off-by: Quanxian Wang quanxian.w...@intel.com --- src/compositor.c | 6 +- 1 file

RE: [PATCH 1/6] Add weston randr protocol

2014-03-13 Thread Wang, Quanxian
From: magc...@gmail.com [mailto:magc...@gmail.com] On Behalf Of Jasper St. Pierre Sent: Monday, March 10, 2014 10:42 AM To: Wang, Quanxian Cc: Hardening; wayland-devel@lists.freedesktop.org; Zhang, Xiong Y; Pekka Paalanen; Matthias Clasen; Jason Ekstrand Subject: Re: [PATCH 1/6] Add weston

Re: [PATCH 2/3] weston:Add wl_output name event

2014-03-13 Thread Bryce W. Harrington
On Fri, Mar 14, 2014 at 10:27:05AM +0800, Quanxian Wang wrote: Signed-off-by: Quanxian Wang quanxian.w...@intel.com --- src/compositor.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/compositor.c b/src/compositor.c index 98a4f6f..8e8964b 100644 --- a/src/compositor.c +++

weston: weston randr protocol for testing and configuration

2014-03-13 Thread Quanxian Wang
Objective: With discussion in mail list, currently we have an agreement. Randr interfaces will not be exposed public. The objective will be only for testing and configuration. Thanks Pq, Jason, Jasper, Hardening, and other's comment. Before sending the email, the function list below is

RE: [PATCH] weston: Send done event with version 2 of wl_output

2014-03-13 Thread Wang, Quanxian
-Original Message- From: Bryce W. Harrington [mailto:b.harring...@samsung.com] Sent: Friday, March 14, 2014 10:19 AM To: Wang, Quanxian Cc: wayland-devel@lists.freedesktop.org Subject: Re: [PATCH] weston: Send done event with version 2 of wl_output On Fri, Mar 14, 2014 at 09:16:25AM

RE: [PATCH 2/3] weston:Add wl_output name event

2014-03-13 Thread Wang, Quanxian
-Original Message- From: Bryce W. Harrington [mailto:b.harring...@samsung.com] Sent: Friday, March 14, 2014 10:44 AM To: Wang, Quanxian Cc: wayland-devel@lists.freedesktop.org; ppaala...@gmail.com Subject: Re: [PATCH 2/3] weston:Add wl_output name event On Fri, Mar 14, 2014 at

[PATCH] weston:Send done event with version 2 of wl_output

2014-03-13 Thread Quanxian Wang
With protocol of wl_output version 2, after the output change, it should send done event to all clients bound with it. Signed-off-by: Quanxian Wang quanxian.w...@intel.com --- src/compositor.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/compositor.c