Re: [RFCv3 weston 00/15] Wayland Presentation extension

2014-06-09 Thread Pekka Paalanen
On Fri, 7 Mar 2014 14:03:48 +0200 Pekka Paalanen ppaala...@gmail.com wrote: From: Pekka Paalanen pekka.paala...@collabora.co.uk Hi all, here is the third RFC of the Wayland Presentation protocol, now with a complete implementation! RFCv2 can be found at

Re: Weston multitouch support?

2014-06-09 Thread Shawn Rutledge
On 3 June 2014 01:25, Peter Hutterer peter.hutte...@who-t.net wrote: On Mon, Jun 02, 2014 at 12:45:51PM +0100, José Expósito wrote: Hi Peter, I have checked the libinput implementation and, correct me if I'm wrong, I have seen that 2 fingers click is interpreted as right click, 3 fingers

RE: [PATCH 1/5] shell: add taskbar and taskbar_handler widgets

2014-06-09 Thread lokatenmay18 .
I think it's unvise to have spascil logic for taskbar. the taskbar/panel shold be treatad as a tiled window, i sugest that instand of maximation fyling up a hole window, it shold fill up a hole tile add put in the botum of the window order ( all other window reming on top even when the maxemized

[PATCH] doc: Added API documentation for wl_display_create function.

2014-06-09 Thread Srivardhan Hebbar sri.hebbar
From: Srivardhan Hebbar sri.heb...@samsung.com Signed-off-by: Srivardhan Hebbar sri.heb...@samsung.com --- src/wayland-server.c |9 + 1 file changed, 9 insertions(+) diff --git a/src/wayland-server.c b/src/wayland-server.c index f2b1b42..7b32848 100644 --- a/src/wayland-server.c +++

Wayland generic dmabuf protocol

2014-06-09 Thread Pekka Paalanen
Hi, the previous attempt at introducing a generic wl_dmabuf protocol to Wayland didn't end too well: http://lists.freedesktop.org/archives/wayland-devel/2013-December/012390.html http://lists.freedesktop.org/archives/wayland-devel/2013-December/012455.html

[PATCH] doc: Added API documentation for wl_display_create function.

2014-06-09 Thread Srivardhan Hebbar sri.hebbar
From: Srivardhan Hebbar sri.heb...@samsung.com Signed-off-by: Srivardhan Hebbar sri.heb...@samsung.com --- src/wayland-server.c |9 + 1 file changed, 9 insertions(+) diff --git a/src/wayland-server.c b/src/wayland-server.c index f2b1b42..7b32848 100644 --- a/src/wayland-server.c +++

Re: Weston multitouch support?

2014-06-09 Thread Shawn Rutledge
On 3 June 2014 13:16, Peter Hutterer peter.hutte...@who-t.net wrote: On 3/06/2014 20:25 , Shawn Rutledge wrote: ... the synaptics driver does support multitouch and gives you the same type of events as any MT device will (if you disable the in-driver gestures). It has done so for about 2 years

Re: [PATCH wayland v3] protocol: try to clarify frame callback semantics

2014-06-09 Thread Pekka Paalanen
Ping? On Mon, 24 Feb 2014 10:00:33 +0200 Pekka Paalanen ppaala...@gmail.com wrote: From: Pekka Paalanen pekka.paala...@collabora.co.uk the callback event will arrive after the next output refresh is wrong, if you interpret output refresh as framebuffer flip or the moment when the new

query on seat listener function seat_handle_capabilities in simple-egl

2014-06-09 Thread Rohit Nandan
Hi, I have a query regarding usage and functionality of a function used in seat listener defined as seat_handle_capabilities in simple-egl. Issue : wl_keyboard_destroy and wl_pointer_destroy are never called. Repro steps: 1) gdb simple-egl 2) set breakpoint at simple-egl:

Re: Suggestions on implementing Wayland Protocol Dumper.

2014-06-09 Thread Boyan Ding
Hi, According to [1], from which the idea of protocol dumper came, the purpose of the protocol dumper is to track exactly how a client communicate with the server, and to make a difference with how WAYLAND_DEBUG=server works. So IMHO, the protocol dumper may be implemented as a standalone

Re: Wayland generic dmabuf protocol

2014-06-09 Thread Benjamin Gaignard
Hi, We are still interested in this topic too. One of the main comment on the latest patches was that wl_dmabuf use DRM for buffer allocation. This appear to be an issue since wayland doesn't want to rely on one specific framework (DRM, or V4L2) for buffer allocation, so we have start working on

Re: [Mesa-dev] [PATCH mesa] add EGL_TEXTURE_EXTERNAL_WL to WL_bind_wayland_display spec

2014-06-09 Thread Pekka Paalanen
On Thu, 16 Aug 2012 17:28:19 -0500 Rob Clark rob.cl...@linaro.org wrote: From: Rob Clark r...@ti.com Signed-off-by: Rob Clark r...@ti.com --- docs/WL_bind_wayland_display.spec |5 + include/EGL/eglmesaext.h |1 + 2 files changed, 6 insertions(+) diff --git

Re: Wayland generic dmabuf protocol

2014-06-09 Thread Pekka Paalanen
On Mon, 9 Jun 2014 11:00:04 +0200 Benjamin Gaignard benjamin.gaign...@linaro.org wrote: Hi, We are still interested in this topic too. Hey, cool. :-) One of the main comment on the latest patches was that wl_dmabuf use DRM for buffer allocation. This appear to be an issue since wayland

Re: Wayland generic dmabuf protocol

2014-06-09 Thread Daniel Stone
Hi, On 9 June 2014 12:06, Pekka Paalanen pekka.paala...@collabora.co.uk wrote: On Mon, 9 Jun 2014 11:00:04 +0200 Benjamin Gaignard benjamin.gaign...@linaro.org wrote: One of the main comment on the latest patches was that wl_dmabuf use DRM for buffer allocation. This appear to be an

Re: Weston multitouch support?

2014-06-09 Thread Jasper St. Pierre
Have you looked at the wl_touch protocol in the core interface at all? That provides multiple raw touchpoints which seems to be what you're after. I don't know if qtwaylandcompositor supports it yet, but Weston and gnome do. On Jun 9, 2014 4:24 AM, Shawn Rutledge shawn.t.rutle...@gmail.com wrote:

Re: Wayland generic dmabuf protocol

2014-06-09 Thread Pekka Paalanen
On Mon, 9 Jun 2014 12:23:18 +0100 Daniel Stone dan...@fooishbar.org wrote: Hi, On 9 June 2014 12:06, Pekka Paalanen pekka.paala...@collabora.co.uk wrote: On Mon, 9 Jun 2014 11:00:04 +0200 Benjamin Gaignard benjamin.gaign...@linaro.org wrote: One of the main comment on the latest

Re: Wayland generic dmabuf protocol

2014-06-09 Thread Thomas Daede
Why does the kernel need to be the arbiter for buffer content constraints? Instead, can't the client program query each hardware device for its capabilities and then settle on a buffer format in common itself? That said, I am writing a kernel driver for a video decoder and was looking for ways to

[ANNOUNCE] libinput 0.3

2014-06-09 Thread Jonas Ådahl
A new release of libinput, 0.3, is available. Since version 0.2, two API changes has been made: * The fixed point type li_fixed_t (identical to wl_fixed_t) was removed and replaced with double's. * The enum libinput_pointer_button_state was renamed libinput_button_state. Values was renamed

Re: Suggestions on implementing Wayland Protocol Dumper.

2014-06-09 Thread Bryce W. Harrington
On Mon, Jun 09, 2014 at 11:17:20AM +0530, Srivardhan wrote: Hi, The following are the ways in which a Protocol Dumper can be implemented: 1. Just before sending a message or when a message is received, the message can be written to a file. This change can be done in libwayland under #ifdef