Re: [PATCH] Fix build regression on ia64.

2011-12-24 Thread Cyril Brulebois
Jeremy Huddleston (24/12/2011): > Right ... I understand how it works around the issue ... my concern is > that I don't think this is the fix. Why is it happening only for outl > (ie why isnt it happening for outb or others)... I think all 6 should > not be exported... perhaps all 6 should not be

Re: [PATCH 01/11] glx: Fix mishandling of shared contexts

2011-12-24 Thread Eric Anholt
On Fri, 23 Dec 2011 15:18:19 -0800, "Ian Romanick" wrote: > From: Ian Romanick > > Signed-off-by: Ian Romanick > --- > glx/glxcmds.c | 22 +++--- > 1 files changed, 11 insertions(+), 11 deletions(-) > > diff --git a/glx/glxcmds.c b/glx/glxcmds.c > index d5b764f..c5de60d 1006

Re: X.org testing with Google Test

2011-12-24 Thread Chase Douglas
On 12/23/2011 03:36 PM, Ian Romanick wrote: > The big advantage of a test framework like gtest is that the > infrastructure makes it easy to write a large number of small, easy to > understand (WTF is this testing?), easy to debug (WTF is this failing?) > tests. For the work mentioned above, I

Re: [PATCH] Fix build regression on ia64.

2011-12-24 Thread Jeremy Huddleston
Right ... I understand how it works around the issue ... my concern is that I don't think this is the fix. Why is it happening only for outl (ie why isnt it happening for outb or others)... I think all 6 should not be exported... perhaps all 6 should not be declared... Sent from my iPhone...

[PATCH] Add Solaris support to DetermineClientCmd

2011-12-24 Thread Alan Coopersmith
Uses /proc/pid/psinfo to read command & partial arguments. Moves cmdsize & argsize variables into non-Solaris #else clause to avoid unused variable warnings. Fixes format mismatch errors when building with DEBUG defined on a 64-bit platform (where Mask is defined as CARD32). Signed-off-by: Alan