Re: Weston on Android - First light

2012-04-27 Thread Alex Wu
于 2012/4/27 20:56, Pekka Paalanen 写道: Hi all, I am happy to announce the first step towards a Wayland stack on Android: simple-shm runs with Weston on a Galaxy Nexus! The whole story, a picture, and a video: http://ppaalanen.blogspot.com/2012/04/first-light-from-weston-on-android.html Thanks,

Re: Wayland client library thread safety

2012-04-27 Thread Arnaud Vrac
On Fri, Apr 20, 2012 at 10:06 PM, Kristian Hoegsberg wrote: > On Thu, Apr 19, 2012 at 03:38:39PM +0200, Arnaud Vrac wrote: >> Hello everyone, >> >> I am hitting a bug when using Qt5 and wayland on an embedded platform, >> for which I have written a custom EGL backend. The problem is that Qt5 >> (Q

Re: [PATCH v2] xwayland: Fix infinite loop on quick movement through menus

2012-04-27 Thread Kristian Hoegsberg
On Wed, Apr 25, 2012 at 10:00:42PM +0200, Tomasz Borowik wrote: > On Wed, 25 Apr 2012 10:34:14 -0400 > Kristian Hoegsberg wrote: > > > On Wed, Apr 25, 2012 at 03:06:57PM +0200, Tomasz Borowik wrote: > > > From 3abf39489deb3eb048174630dc7d41908674408b Mon Sep 17 00:00:00 2001 > > > From: timon37

Re: Weston on Android - First light

2012-04-27 Thread Kristian Hoegsberg
On Fri, Apr 27, 2012 at 03:56:41PM +0300, Pekka Paalanen wrote: > Hi all, > > I am happy to announce the first step towards a Wayland stack on > Android: simple-shm runs with Weston on a Galaxy Nexus! > > The whole story, a picture, and a video: > http://ppaalanen.blogspot.com/2012/04/first-light

Re: [PATCH] shell: allocate enough memory for shsurf->ping_timer

2012-04-27 Thread Kristian Hoegsberg
On Fri, Apr 27, 2012 at 01:55:55PM +0300, Ander Conselvan de Oliveira wrote: Thanks Ander, committed. Kristian > src/shell.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/shell.c b/src/shell.c > index 9c844b5..2001133 100644 > --- a/src/shell.c > +++ b/src/s

Re: [PULL weston] simple fixes

2012-04-27 Thread Kristian Hoegsberg
On Thu, Apr 26, 2012 at 04:02:32PM +0300, Pekka Paalanen wrote: > Hi Kristian, > > here is a set of minor fixes, mostly simple-shm related. The series > includes soreau's patch for xserver variable from the mailing list, > since I hit that problem, too. > > http://cgit.collabora.com/git/user/pq/w

Re: [PATCH v3] shell: Fix not remove rotation for fullscreen surf

2012-04-27 Thread Kristian Hoegsberg
On Fri, Apr 27, 2012 at 09:07:24AM +0800, zhiwen...@linux.intel.com wrote: > From: Alex Wu > > This patch is for Bug 48906. It remove rotation when entering > fullscreen and restore rotation when exiting. Thanks, applied. I edited the commit message to include the full path to the bug, like t

Re: [PATCH v2] xwayland: Fix infinite loop on quick movement through menus

2012-04-27 Thread Tiago Vignatti
On 04/25/2012 05:34 PM, Kristian Hoegsberg wrote: On Wed, Apr 25, 2012 at 03:06:57PM +0200, Tomasz Borowik wrote: From 3abf39489deb3eb048174630dc7d41908674408b Mon Sep 17 00:00:00 2001 From: timon37 Date: Wed, 25 Apr 2012 13:28:35 +0200 Subject: [PATCH] Fix infinite loop in xwl_screen_post_dama

[PATCH] compositor: allow query of surface formats.

2012-04-27 Thread Gwenole Beauchesne
Hi, Add new query to collect surface formats supported for rendering through surface_format events. This allows for checking whether the compositor supports rendering YUV buffers for example. Note: this depends on the generic wl_buffer formats patch series. Is there a way to let the server fill i

Re: Weston on Android - First light

2012-04-27 Thread yan . wang
> On 04/27/2012 02:56 PM, Pekka Paalanen wrote: >> Hi all, >> >> I am happy to announce the first step towards a Wayland stack on >> Android: simple-shm runs with Weston on a Galaxy Nexus! >> >> The whole story, a picture, and a video: >> http://ppaalanen.blogspot.com/2012/04/first-light-from-westo

Re: Weston on Android - First light

2012-04-27 Thread Andreas Ericsson
On 04/27/2012 02:56 PM, Pekka Paalanen wrote: > Hi all, > > I am happy to announce the first step towards a Wayland stack on > Android: simple-shm runs with Weston on a Galaxy Nexus! > > The whole story, a picture, and a video: > http://ppaalanen.blogspot.com/2012/04/first-light-from-weston-on-an

Re: [PATCH] shell: allocate enough memory for shsurf->ping_timer

2012-04-27 Thread Scott Moreau
On Fri, Apr 27, 2012 at 4:55 AM, Ander Conselvan de Oliveira < ander.conselvan.de.olive...@intel.com> wrote: > --- > src/shell.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/shell.c b/src/shell.c > index 9c844b5..2001133 100644 > --- a/src/shell.c > +++ b/src

Re: [PATCH 0/4] Weston: add support for YUV buffers

2012-04-27 Thread Gwenole Beauchesne
2012/4/20 Gwenole Beauchesne : > Here is a first round of patches for supporting YUV buffers in Weston. > It theoritically possible to support planar YUV from SHM buffers but I > have only tested with VA-API on GenX (NV12, YUV 4:2:0 and 4:2:2). Ping Kristian? I pushed the Mesa patches to here: <

Weston on Android - First light

2012-04-27 Thread Pekka Paalanen
Hi all, I am happy to announce the first step towards a Wayland stack on Android: simple-shm runs with Weston on a Galaxy Nexus! The whole story, a picture, and a video: http://ppaalanen.blogspot.com/2012/04/first-light-from-weston-on-android.html Thanks, pq

[PATCH] shell: allocate enough memory for shsurf->ping_timer

2012-04-27 Thread Ander Conselvan de Oliveira
--- src/shell.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/shell.c b/src/shell.c index 9c844b5..2001133 100644 --- a/src/shell.c +++ b/src/shell.c @@ -447,7 +447,7 @@ ping_handler(struct weston_surface *surface, uint32_t serial) return;

Re: [PULL weston] simple fixes

2012-04-27 Thread Alex Wu
于 2012/4/27 14:56, yan.w...@linux.intel.com 写道: On Fri, Apr 27, 2012 at 8:09 AM, wrote: On Thu, 26 Apr 2012 19:42:52 -0700 (PDT) yan.w...@linux.intel.com wrote: http://cgit.collabora.com/git/user/pq/wayland-demos.git/log/?h=simple-fixes ... About "simple-shm: render meaningful diagnostics",

Re: [PULL weston] simple fixes

2012-04-27 Thread Pekka Paalanen
On Thu, 26 Apr 2012 16:02:32 +0300 Pekka Paalanen wrote: > Hi Kristian, > > here is a set of minor fixes, mostly simple-shm related. The series > includes soreau's patch for xserver variable from the mailing list, > since I hit that problem, too. > > http://cgit.collabora.com/git/user/pq/waylan