Re: [PATCH] Fix re-entrancy issues in wl_display_iterate().

2012-04-13 Thread Hannu Lyytinen
On Fri, 2012-04-13 at 11:49 +0300, Pekka Paalanen wrote: > On Fri, 13 Apr 2012 01:08:29 -0700 (PDT) > yan.w...@linux.intel.com wrote: > > wl_display_iterate will be called in multiply threads? Normally, I think > > it may be called in message loop thread. > > Thanks. > > It does not seem to be abo

Proof-of-concept: Running Piglit on Wayland and X11/EGL

2012-04-13 Thread Chad Versace
I have been working for several weeks to enable Piglit to run on more platforms (Wayland, X11/EGL, Android) and to make OpenGL ES tests first-class citizens in Piglit. (For the Wayland folks, Piglit is Mesa's OpenGL test suite). There's still much work to do, but I wanted to announce this early be

RE: [PATCH] Fix re-entrancy issues in wl_display_iterate().

2012-04-13 Thread andy.nichols
Hi, I ran into this same re-entrancy problem with when using qtwayland, and this patch does fix the issue. ~ Andy Nichols From: wayland-devel-bounces+andy.nichols=nokia@lists.freedesktop.org [wayland-devel-bounces+andy.nichols=nokia@lists.freedes

Re: [weston PATCH] conf: add K_OFF check in autoconf

2012-04-13 Thread Ander Conselvan de Oliveira
I was about to sent this as a comment in bugzilla. See below. On 04/13/2012 11:53 AM, juan.j.z...@linux.intel.com wrote: From: Juan Zhao weston tty need to use K_OFF which is added in the kernel on linux-2.6.39. add this check in the configure stage. Bug Fix for https://bugs.freedesktop.org/sho

Re: [weston PATCH] conf: add K_OFF check in autoconf

2012-04-13 Thread Daniel Stone
Hi, On 13 April 2012 09:53, wrote: > @@ -187,6 +187,9 @@ if test "x$GCC" = "xyes"; then >  fi >  AC_SUBST(GCC_CFLAGS) > > +TEST_INCLUDES="#include " > +AC_CHECK_DECL(K_OFF,,[AC_MSG_ERROR([Please update your kernel version higher > than 2.6.39])],[$TEST_INCLUDES]) > + >  WAYLAND_SCANNER_RULES(['

[weston PATCH] conf: add K_OFF check in autoconf

2012-04-13 Thread juan . j . zhao
From: Juan Zhao weston tty need to use K_OFF which is added in the kernel on linux-2.6.39. add this check in the configure stage. Bug Fix for https://bugs.freedesktop.org/show_bug.cgi?id=48579 Signed-off-by: Juan Zhao Reported-by: Shuang He --- configure.ac |3 +++ 1 files changed, 3 in

Re: [PATCH] Fix re-entrancy issues in wl_display_iterate().

2012-04-13 Thread Pekka Paalanen
On Fri, 13 Apr 2012 01:08:29 -0700 (PDT) yan.w...@linux.intel.com wrote: > > This fixes a possible re-entrancy issue in case of nested requests. > > > > --- > > src/connection.c |8 +++- > > src/wayland-client.c |6 -- > > src/wayland-private.h |1 + > > 3 files changed,

Re: [PATCH] Fix re-entrancy issues in wl_display_iterate().

2012-04-13 Thread yan . wang
> This fixes a possible re-entrancy issue in case of nested requests. > > --- > src/connection.c |8 +++- > src/wayland-client.c |6 -- > src/wayland-private.h |1 + > 3 files changed, 12 insertions(+), 3 deletions(-) > > diff --git a/src/connection.c b/src/connection.c >

Re: [PATCH] Add a public header for the version number

2012-04-13 Thread Tiago Vignatti
On 04/13/2012 01:10 AM, Kristian Høgsberg wrote: On Wed, Apr 11, 2012 at 04:59:05PM +0100, Neil Roberts wrote: This adds a public header so that applications can get the Wayland version number at compile time. This can be used to make applications that support compiling against multiple versions

Re: eglCreatePbufferSurface isn't supported in Mesa for Wayland

2012-04-13 Thread yan . wang
> On Wed, Apr 11, 2012 at 5:07 AM, Samuel Rødal > wrote: >> On 04/11/2012 10:21 AM, ext yan.w...@linux.intel.com wrote: >>> Hi, >>>   I found eglCreatePbufferSurface API isn't supported in Mesa for >>> Wayland. >>> Will it be implemented in the future? Or should I use >>> eglCreatePixmapSurface

Re: [ANNOUNCE] Wayland continuous integration repository

2012-04-13 Thread yan . wang
> On 04/11/2012 09:55 AM, dar...@chaosreigns.com wrote: >> On 04/10, Casey Dahlin wrote: >>> https://gitorious.org/wayland-cint/wayland-cint >> I tried this, it's nice. >> >> git clone git://gitorious.org/wayland-cint/wayland-cint.git >> git submodule init >> git submodule update # all the downlo