Re: [Mesa-dev] [PATCH] drisw: Fix drawable creation against non-default screens

2012-01-04 Thread Adam Jackson
On Tue, 2012-01-03 at 19:14 -0800, Ian Romanick wrote: > Okay. If some of that gets captured in the commit message, the change is > > Reviewed-by: Ian Romanick Pushed with better commit message, thanks. - ajax signature.asc Description: This is a digitally signed message part __

Re: [Mesa-dev] [PATCH] drisw: Fix drawable creation against non-default screens

2012-01-03 Thread Ian Romanick
On 01/03/2012 04:33 PM, Adam Jackson wrote: On 1/3/12 3:48 PM, Ian Romanick wrote: On 01/03/2012 11:40 AM, Adam Jackson wrote: There's no reason to only force the visual to be on the default screen, and in fact good reason not to. Is the visual ID enough information to uniquely identify it? I

Re: [Mesa-dev] [PATCH] drisw: Fix drawable creation against non-default screens

2012-01-03 Thread Adam Jackson
On 1/3/12 3:48 PM, Ian Romanick wrote: On 01/03/2012 11:40 AM, Adam Jackson wrote: There's no reason to only force the visual to be on the default screen, and in fact good reason not to. Is the visual ID enough information to uniquely identify it? I may be mistaken (and horribly ignorant in th

Re: [Mesa-dev] [PATCH] drisw: Fix drawable creation against non-default screens

2012-01-03 Thread Ian Romanick
On 01/03/2012 11:40 AM, Adam Jackson wrote: There's no reason to only force the visual to be on the default screen, and in fact good reason not to. Is the visual ID enough information to uniquely identify it? I may be mistaken (and horribly ignorant in this area), but I thought the visual ID

[Mesa-dev] [PATCH] drisw: Fix drawable creation against non-default screens

2012-01-03 Thread Adam Jackson
There's no reason to only force the visual to be on the default screen, and in fact good reason not to. Signed-off-by: Adam Jackson --- src/glx/drisw_glx.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/glx/drisw_glx.c b/src/glx/drisw_glx.c index 2d83a50..833ea7d