Re: [PATCH] implement weston local texture using weston_buffer without wl_resourse

2015-03-11 Thread Pekka Paalanen
On Tue, 10 Mar 2015 12:07:52 -0700 Bill Spitzak wrote: > On 03/09/2015 11:34 PM, Pekka Paalanen wrote: > > On Mon, 09 Mar 2015 10:56:23 -0700 > > Bill Spitzak wrote: > > > >> On 03/09/2015 01:20 AM, Pekka Paalanen wrote: > >> > >>> However, we already also have an exception to this in upstream:

Re: [PATCH] implement weston local texture using weston_buffer without wl_resourse

2015-03-10 Thread Bill Spitzak
On 03/09/2015 11:34 PM, Pekka Paalanen wrote: On Mon, 09 Mar 2015 10:56:23 -0700 Bill Spitzak wrote: On 03/09/2015 01:20 AM, Pekka Paalanen wrote: However, we already also have an exception to this in upstream: the Wayland backend needs to draw the output window decorations. Sorry can yo

Re: [PATCH] implement weston local texture using weston_buffer without wl_resourse

2015-03-10 Thread Pekka Paalanen
On Mon, 9 Mar 2015 23:57:36 -0700 "Jasper St. Pierre" wrote: > The X11 xwm also draws decorations for client windows inside the compositor. Yes it does, but that drawing is done for X11 (xcb) - I mean, that Cairo drawing goes to a X11 Window directly, which then comes back from Xwayland server f

Re: [PATCH] implement weston local texture using weston_buffer without wl_resourse

2015-03-09 Thread Jasper St. Pierre
The X11 xwm also draws decorations for client windows inside the compositor. On Mon, Mar 9, 2015 at 11:34 PM, Pekka Paalanen wrote: > On Mon, 09 Mar 2015 10:56:23 -0700 > Bill Spitzak wrote: > > > On 03/09/2015 01:20 AM, Pekka Paalanen wrote: > > > > > However, we already also have an exception

Re: [PATCH] implement weston local texture using weston_buffer without wl_resourse

2015-03-09 Thread Pekka Paalanen
On Mon, 09 Mar 2015 10:56:23 -0700 Bill Spitzak wrote: > On 03/09/2015 01:20 AM, Pekka Paalanen wrote: > > > However, we already also have an exception to this in upstream: the > > Wayland backend needs to draw the output window decorations. > > Sorry can you explain that in more detail? An ap

Re: [PATCH] implement weston local texture using weston_buffer without wl_resourse

2015-03-09 Thread Bill Spitzak
On 03/09/2015 01:20 AM, Pekka Paalanen wrote: However, we already also have an exception to this in upstream: the Wayland backend needs to draw the output window decorations. Sorry can you explain that in more detail? ___ wayland-devel mailing list w

Re: [PATCH] implement weston local texture using weston_buffer without wl_resourse

2015-03-09 Thread Pekka Paalanen
On Sun, 8 Mar 2015 10:33:25 +0100 Benoit Gschwind wrote: > This patch allow desktop-shell and other components of weston to create > local texture as surface and show them. This patch support only the > gl-renderer. > --- > Makefile.am| 2 ++ > src/compositor-drm.c | 3 +

[PATCH] implement weston local texture using weston_buffer without wl_resourse

2015-03-08 Thread Benoit Gschwind
This patch allow desktop-shell and other components of weston to create local texture as surface and show them. This patch support only the gl-renderer. --- Makefile.am| 2 ++ src/compositor-drm.c | 3 ++ src/compositor.c | 51 +++--- src/c