Re: Software rendering with Mesa and Wayland 1.0

2012-10-25 Thread nerdopolis
On Thursday, October 25, 2012 08:27:15 AM nerdopolis wrote: Hi. I am trying to get the fallback software rendering working for Weston It seems now I am getting this output when I export, EGL_LOG_LEVEL=debug libEGL debug: Native platform type: wayland (autodetected) libEGL debug: EGL search path

GTK+ master hasn't been updated for xkbcommon-0.2.0

2012-10-25 Thread darxus
bluetech opened a bug with an attached patch: https://bugzilla.gnome.org/show_bug.cgi?id=686904 -- "The most elementary and valuable statement in science, the beginning of wisdom is: 'I do not know'." - Data, ST:TNG 2x2 Where Silence Has Lease http://www.ChaosReigns.com __

[PATCH] dnd: Use %zd in the format string for size_t types

2012-10-25 Thread Damien Lespiau
From: Damien Lespiau len i size_t, so is the result of the sizeof operator. --- clients/dnd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/clients/dnd.c b/clients/dnd.c index 4c070ff..bbfde09 100644 --- a/clients/dnd.c +++ b/clients/dnd.c @@ -517,7 +517,7 @@ dnd_rece

Re: [PATCH weston 6/6] Add informal notes file

2012-10-25 Thread Nick Kisialiou
Kristian, What do you have in mind as a real documentation? Are you thinking of a 100+ pages user manual? If so, I can envision the following problems with this route: (1) Your developers' time is a precious resource. Someone in your team will have to stop development work to write it. (2) The lo

[PATCH v2] gles2-renderer: Provide an API for backends to use.

2012-10-25 Thread John Kåre Alsaker
This provides an new API for gles2-renderer. It allows to move most EGL initialization code and EGL surface creation into gles2-renderer, which makes compositor backends less dependent on gles2-renderer. As a side effect weston_output gets a per-renderer state which gles2-renderer uses to store

Re: [PATCH weston 6/6] Add informal notes file

2012-10-25 Thread Kristian Høgsberg
On Wed, Oct 24, 2012 at 09:43:10AM +0300, Pekka Paalanen wrote: > By request on the wayland-devel mailing list, we could start collecting > useful writings here. > > However, this is not meant to be a substitute to proper documentation, > though I understand it may very well become one. Better tha

Re: [PATCH] Use a library symbol version map

2012-10-25 Thread Ran Benita
On Thu, Oct 25, 2012 at 04:02:49PM +0200, Jan Engelhardt wrote: > This helps package managers recognize when a new version of libxkbcommon > (with same SONAME) is required due to new symbols. This seems like a good thing to me. But you left out the symbols in src/compat.c, which provides some ABI

Re: Software rendering with Mesa and Wayland 1.0

2012-10-25 Thread Sannu K
On Thu, Oct 25, 2012 at 5:57 PM, nerdopolis wrote: > Hi. > > > > I am trying to get the fallback software rendering working for Weston > > > > It seems now I am getting this output when I export, EGL_LOG_LEVEL=debug > > > > libEGL debug: Native platform type: wayland (autodetected) > > libEGL debu

[PATCH] Use a library symbol version map

2012-10-25 Thread Jan Engelhardt
This helps package managers recognize when a new version of libxkbcommon (with same SONAME) is required due to new symbols. Signed-off-by: Jan Engelhardt --- Makefile.am |4 +++- libxkbcommon.map | 66 ++ 2 files changed, 69 insertio

Have xkbcommon use symvers

2012-10-25 Thread Jan Engelhardt
Names in the .map file are ordered same as those in xkbcommon.h. === The following changes since commit a35d3223224fe6a24df0a16d599761aea70ac2dc: More README (2012-10-24 17:38:28 +1100) are available in the git repository at: git://git.inai.de/libxkbcommon master for you to fetch changes

Software rendering with Mesa and Wayland 1.0

2012-10-25 Thread nerdopolis
Hi. I am trying to get the fallback software rendering working for Weston It seems now I am getting this output when I export, EGL_LOG_LEVEL=debug libEGL debug: Native platform type: wayland (autodetected) libEGL debug: EGL search path is /opt/lib/i386-linux-gnu/egl libEGL debug: added /opt/lib/

[PATCH] server: fix new id printing in closure debug on x86

2012-10-25 Thread Arnaud Vrac
--- src/connection.c |4 +--- src/wayland-server.c |4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/connection.c b/src/connection.c index 141875e..ed2666b 100644 --- a/src/connection.c +++ b/src/connection.c @@ -1015,10 +1015,8 @@ wl_closure_print(struct wl_c

Re: Newest weston does not compile gears demo

2012-10-25 Thread Pekka Paalanen
On Wed, 24 Oct 2012 11:18:38 -0700 Bill Spitzak wrote: > For a little while the OpenGL gears demo was being compiled by weston. > But not any more. How do I make it compile? Just "make gears" does not work. The intended behavior is that demos requiring full GL (gears and weston-screensaver) are