Re: [PATCH] Update mesa build instructions

2011-07-18 Thread Casey Dahlin
On Mon, Jul 18, 2011 at 01:59:41PM -0400, Kristian Høgsberg wrote: > On Mon, Jul 18, 2011 at 2:02 AM, Casey Dahlin wrote: > > --- > >  building.html |   20 +--- > >  1 files changed, 17 insertions(+), 3 deletions(-) > > Thanks, applied. > There's an error in it :( The second com

Re: [PATCH] Update mesa build instructions

2011-07-18 Thread Kristian Høgsberg
On Mon, Jul 18, 2011 at 2:02 AM, Casey Dahlin wrote: > --- >  building.html |   20 +--- >  1 files changed, 17 insertions(+), 3 deletions(-) Thanks, applied. > diff --git a/building.html b/building.html > index f52f80e..1cced7b 100644 > --- a/building.html > +++ b/building.html >

Re: [PATCH 2/2] Pass object ID not pointer when sending a global announce event

2011-07-18 Thread Kristian Høgsberg
On Mon, Jul 18, 2011 at 2:00 AM, Casey Dahlin wrote: > When the type for the first argument of the global event changed from new_id > to > uint, wl_connection_vmarshal started expecting an integer argument rather than > an object argument. As a result we were sending the client a chunk of pointer

Re: [PATCH 1/2] Fix segfault in client when demarshalling fails

2011-07-18 Thread Kristian Høgsberg
On Mon, Jul 18, 2011 at 2:00 AM, Casey Dahlin wrote: Ok, yup. I changed it to just abort(), since it means that the server sent invalid data. Kristian > --- >  wayland/wayland-client.c |    5 + >  1 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/wayland/wayland-client.c b/

Evaluating 'system is idle'

2011-07-18 Thread Marty Jack
I bring this up because it has been on my mind for a while and this is a good opportunity to decide if we are doing what we want to and maybe improve the underlying mechanisms. There are a number of things that happen if the system has been 'idle' for some period of time. Different parts of th

Re: [PATCH wayland] debug: add timestamps when logging

2011-07-18 Thread Corentin Chary
On Mon, Jul 18, 2011 at 1:27 PM, Marty Jack wrote: > > > On 07/18/2011 07:17 AM, Corentin Chary wrote: >> On Mon, Jul 18, 2011 at 10:22 AM, Tiago Vignatti >> wrote: >>> On 07/18/2011 11:01 AM, laszlo.p.ag...@nokia.com wrote: Doesn't clock_gettime need -lrt? Otherwise (on Ubuntu at least

Re: [PATCH wayland] debug: add timestamps when logging

2011-07-18 Thread Marty Jack
On 07/18/2011 07:17 AM, Corentin Chary wrote: > On Mon, Jul 18, 2011 at 10:22 AM, Tiago Vignatti > wrote: >> On 07/18/2011 11:01 AM, laszlo.p.ag...@nokia.com wrote: >>> >>> Doesn't clock_gettime need -lrt? Otherwise (on Ubuntu at least) the linker >>> will complain about an undefined reference i

Re: Introducing xwayland and xf86-video-wlshm

2011-07-18 Thread Corentin Chary
On Wed, Jul 13, 2011 at 11:36 PM, wrote: > On 06/21, Corentin Chary wrote: >> I started working a few weeks ago on Xorg hosted mode (X running as a >> wayland client) which was available at >> http://cgit.freedesktop.org/~krh/xserver/log/?h=hosted . > > Nice.  Is this being added to X.org?  Shoul

Re: [PATCH wayland] debug: add timestamps when logging

2011-07-18 Thread Corentin Chary
On Mon, Jul 18, 2011 at 10:22 AM, Tiago Vignatti wrote: > On 07/18/2011 11:01 AM, laszlo.p.ag...@nokia.com wrote: >> >> Doesn't clock_gettime need -lrt? Otherwise (on Ubuntu at least) the linker >> will complain about an undefined reference in libwayland-client.so when >> building wayland apps. >>

Re: [PATCH wayland] debug: add timestamps when logging

2011-07-18 Thread Tiago Vignatti
On 07/18/2011 11:01 AM, laszlo.p.ag...@nokia.com wrote: Doesn't clock_gettime need -lrt? Otherwise (on Ubuntu at least) the linker will complain about an undefined reference in libwayland-client.so when building wayland apps. some other dependency in the demo clients and compositor is alread

RE: [PATCH wayland] debug: add timestamps when logging

2011-07-18 Thread laszlo.p.agocs
Doesn't clock_gettime need -lrt? Otherwise (on Ubuntu at least) the linker will complain about an undefined reference in libwayland-client.so when building wayland apps. Laszlo -Original Message- From: wayland-devel-bounces+laszlo.p.agocs=nokia@lists.freedesktop.org [mailto:waylan