Re: [RFC wayland] protocol: Add wl_surface.buffer_damage

2015-11-13 Thread Pekka Paalanen
On Thu, 12 Nov 2015 13:48:10 -0600 Derek Foreman wrote: > On 12/11/15 01:27 PM, Jason Ekstrand wrote: > > Thanks for picking this up! Also, thanks for posting this on the bug, > > I would have missed it otherwise! > > Thanks to Pekka for prodding me to do so. :) > > >

Re: Patchwork to require git-send-email formatted patches?

2015-11-13 Thread Damien Lespiau
On Thu, Nov 12, 2015 at 06:40:48PM -0800, Bryce Harrington wrote: > On Thu, Nov 12, 2015 at 09:38:48AM +, Ucan, Emre (ADITG/SW1) wrote: > > Hi, > > > > I personally create the patches with git format-patch and then copy to the > > email. > > Because I have to use windows and outlook for my

Re: [PATCH libinput 1/8] tablet: widen the tool id to 64 bits

2015-11-13 Thread Hans de Goede
Hi Peter, Code-wise this series looks good to me. Assuming the new "tip" behavior is the result of discussions with / a request of toolkit people, this series is: Reviewed-by: Hans de Goede Regards, Hans On 11-11-15 22:12, Peter Hutterer wrote: Signed-off-by: Peter

Re: [PATCH weston] Fix build error caused by missing header inclusion

2015-11-13 Thread Derek Foreman
On 13/11/15 07:34 AM, ahmet acar wrote: > Hi. This fix that: > > https://bugs.freedesktop.org/show_bug.cgi?id=92104 > This is a harmless solution to a disgusting problem with eglplatform.h Basically, if you have no X11 include files and you include eglplatform.h without

Re: [RFC wayland] Track protocol object versions inside wl_proxy.

2015-11-13 Thread Jason Ekstrand
On Fri, Nov 13, 2015 at 3:18 AM, Giulio Camuffo wrote: > So do i understand correctly that if the app creating the > wl_compositor was built against a libwayland without this patch the > version returned in mesa by wl_proxy_get_version() for every proxy > will be always

Re: [RFC wayland] protocol: Add wl_surface.buffer_damage

2015-11-13 Thread Derek Foreman
On 13/11/15 02:03 AM, Pekka Paalanen wrote: > On Thu, 12 Nov 2015 13:48:10 -0600 > Derek Foreman wrote: > >> On 12/11/15 01:27 PM, Jason Ekstrand wrote: >>> Thanks for picking this up! Also, thanks for posting this on the bug, >>> I would have missed it otherwise! >> >>

Re: [RFC wayland] protocol: Add wl_surface.buffer_damage

2015-11-13 Thread Derek Foreman
On 13/11/15 02:03 AM, Pekka Paalanen wrote: > On Thu, 12 Nov 2015 13:48:10 -0600 > Derek Foreman wrote: > >> On 12/11/15 01:27 PM, Jason Ekstrand wrote: >>> Thanks for picking this up! Also, thanks for posting this on the bug, >>> I would have missed it otherwise! >> >>

Re: [PATCH wayland-protocols] Add the tablet protocol

2015-11-13 Thread Carlos Garnacho
Hey, On Fri, Nov 6, 2015 at 5:24 AM, Peter Hutterer wrote: > Signed-off-by: Peter Hutterer > --- > This is the revamped version of the tablet protocol for graphics tablets > (e.g. Wacom tablets). Too many changes from the last version (a year

Re: [RFC wayland] protocol: Add wl_surface.buffer_damage

2015-11-13 Thread Jason Ekstrand
On Nov 13, 2015 10:43 AM, "Derek Foreman" wrote: > > On 13/11/15 02:03 AM, Pekka Paalanen wrote: > > On Thu, 12 Nov 2015 13:48:10 -0600 > > Derek Foreman wrote: > > > >> On 12/11/15 01:27 PM, Jason Ekstrand wrote: > >>> Thanks for picking this up!

RE: [PATCH wayland] add apis to enable/disable wayland debug at runtime

2015-11-13 Thread 박성진
Sorry, I attached the patch at the end of the following email. :) Thanks, Sung-Jin Park -Original Message- From: 박성진 [mailto:sj76.p...@samsung.com] Sent: Friday, November 13, 2015 7:33 PM To: wayland-devel@lists.freedesktop.org Cc: Sung-Jin Park/Common Platform Lab(S/W

signal 11 of weston-ivi-shell-user-interface on qemux86

2015-11-13 Thread Joh, Yong-Il (Tolkien)
Hi all. when I build/run weston on yocto for qemux86 device, I've got an error, and no screen. [08:02:07.897] launching '/usr/lib/weston/weston-ivi-shell-user-interface' [08:02:08.201] /usr/lib/weston/weston-ivi-shell-user-interface died on signal 11 it is caused everytime when I build yocto

Re: [RFC wayland] Track protocol object versions inside wl_proxy.

2015-11-13 Thread Giulio Camuffo
So do i understand correctly that if the app creating the wl_compositor was built against a libwayland without this patch the version returned in mesa by wl_proxy_get_version() for every proxy will be always 1? 2015-11-12 22:01 GMT+02:00 Derek Foreman : > From: Jason

[PATCH wayland] add apis to enable/disable wayland debug at runtime

2015-11-13 Thread 박성진
Hello, I added two apis in wayland-util to enable/disable display of wayland debug information at runtime. I had a difficulty to see wayland debug information at runtime when I'd like to debug both a compositor and client(s). And I found that there is no proper apis yet to enable/disable wayland

[PATCH weston] Fix build error caused by missing header inclusion

2015-11-13 Thread ahmet acar
Hi. This fix that: https://bugs.freedesktop.org/show_bug.cgi?id=92104 --- shared/platform.h | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/platform.h b/shared/platform.h index 64e1fbf..cf4ecc0 100644 --- a/shared/platform.h +++ b/shared/platform.h @@ -29,6 +29,7 @@ #include