Re: Wayland and Weston 1.3 releases are out

2013-10-11 Thread Jason Ekstrand
Kristian, Would you mind updating the documentation on the website. In other words rerun publican and push it. --Jason Ekstrand On Oct 10, 2013 6:48 PM, "Kristian Høgsberg" wrote: > Hi all, > > I've tagged and pushed the 1.3 release and it's available from > http://wayland.freedesktop.org/release

Re: [PATCH] compositor-drm: fix EGL format type

2013-10-11 Thread Kristian Høgsberg
On Wed, Oct 02, 2013 at 05:51:05PM +0100, Alex DAMIAN wrote: > From: Alexandru DAMIAN > > EGLInt is not always uint32_t so we need > to make sure we use the right int size for the format. > > Signed-off-by: Alexandru DAMIAN > --- > src/compositor-drm.c | 2 +- > 1 file changed, 1 insertion(+),

Re: [PATCH 2/7] clients: Update .gitignore for weston-multi-resource

2013-10-11 Thread Kristian Høgsberg
On Thu, Oct 10, 2013 at 02:28:30PM +0100, Stefan Schmidt wrote: > > Signed-off-by: Stefan Schmidt > --- > clients/.gitignore |1 + > 1 file changed, 1 insertion(+) Committed, thanks. Kristian > diff --git a/clients/.gitignore b/clients/.gitignore > index aa5e53c..23959cc 100644 > --- a/cl

Re: [PATCH 1/7] xwayland: Remove unused call weston_wm_handle_configure_notify.

2013-10-11 Thread Kristian Høgsberg
On Thu, Oct 10, 2013 at 02:28:29PM +0100, Stefan Schmidt wrote: > We get the child position but never use this information here. Just remove it. > Spotted by Christopher Michael. > > Signed-off-by: Stefan Schmidt Oh yeah, that looks unecessary, thanks. Kristian > --- > src/xwayland/window-man

Re: [PATCH weston] gl-renderer: Build as a loadable module

2013-10-11 Thread Kristian Høgsberg
On Fri, Oct 11, 2013 at 05:07:27PM +0300, Ander Conselvan de Oliveira wrote: > The time spent loading EGL and GLES libraries from disk can be a > considerable hit in some embedded use cases. If Weston is compiled > with EGL support, the binary will depend on those libraries, even if > a software re

Re: [PATCH 1/2] compositor-drm: avoid output_destroy happened before page_flip event

2013-10-11 Thread Kristian Høgsberg
On Fri, Oct 11, 2013 at 02:43:07PM +0800, Xiong Zhang wrote: > Currently there is no guarentee that output remove event always happend after > page_flip event on the same output. So if the following situation occur: > first: unplug a output > second: output remove event arrive, output_destrory call

Re: [PATCH 2/2] compositor.c: restore surface->plane from destroyed plane to primary plane

2013-10-11 Thread Kristian Høgsberg
On Fri, Oct 11, 2013 at 02:43:08PM +0800, Xiong Zhang wrote: > In drm backend, the plane pointer of cursor surface point to > drm_output->cursor_plane. > when this output is removed, drm_output->cursor_plane is destroyed, but > cursor_surface->plane doesn't restored to primary plane. So once mouse

Re: [PATCH] Typo

2013-10-11 Thread Kristian Høgsberg
On Fri, Oct 11, 2013 at 09:14:25AM +0200, José Bollo wrote: > --- > protocol/wayland.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks. I applied this, but expanded the commit header a little bit: protocol: Fix typo in documentation Kristian > diff --git a/protocol/waylan

[PATCH weston] gl-renderer: Build as a loadable module

2013-10-11 Thread Ander Conselvan de Oliveira
The time spent loading EGL and GLES libraries from disk can be a considerable hit in some embedded use cases. If Weston is compiled with EGL support, the binary will depend on those libraries, even if a software renderer is in use. This patch splits the GL renderer into a separate loadable module,

Re: Wayland and Weston 1.3 releases are out

2013-10-11 Thread Pekka Paalanen
On Fri, 11 Oct 2013 07:51:51 -0400 Charles Joachim wrote: > Hi, I would like to know the github name of "armin K". I don't find him and > would like to read the changes made to touchpad acceleration and Weston.ini For example: http://cgit.freedesktop.org/wayland/weston/commit/?id=b502f906db71cea

Re: Wayland and Weston 1.3 releases are out

2013-10-11 Thread Charles Joachim
Hi, I would like to know the github name of "armin K". I don't find him and would like to read the changes made to touchpad acceleration and Weston.ini Thanks Le 10 oct. 2013 19:48, "Kristian Høgsberg" a écrit : > Hi all, > > I've tagged and pushed the 1.3 release and it's available from > http:/

[PATCH] Typo

2013-10-11 Thread José Bollo
--- protocol/wayland.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index aeb0412..a1df007 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -38,7 +38,7 @@ The sync request asks the server to emit the 'done'