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
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
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
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
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(['
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
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,
> 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
>
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
> 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
> 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
11 matches
Mail list logo