Re: [Mesa-dev] [PATCH] linux: Default to dri not xlib on all arches

2012-08-01 Thread Adam Jackson
On 8/1/12 11:52 AM, Matt Turner wrote: On Wed, Aug 1, 2012 at 8:45 AM, Adam Jackson wrote: Even on s390{,x} where there's no video card, you still want this so GLX protocol works. Yes, please. Too many bad defaults in configure.ac. My alpha with an R350 thanks you. Reviewed-by: Matt Turner

Re: [Mesa-dev] [PATCH] linux: Default to dri not xlib on all arches

2012-08-01 Thread Matt Turner
On Wed, Aug 1, 2012 at 8:45 AM, Adam Jackson wrote: > Even on s390{,x} where there's no video card, you still want this so GLX > protocol works. > > Signed-off-by: Adam Jackson > --- > configure.ac |4 +--- > 1 files changed, 1 insertions(+), 3 deletions(-) > > diff --git a/configure.ac b/co

[Mesa-dev] [PATCH] linux: Default to dri not xlib on all arches

2012-08-01 Thread Adam Jackson
Even on s390{,x} where there's no video card, you still want this so GLX protocol works. Signed-off-by: Adam Jackson --- configure.ac |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index b01b192..258c8ba 100644 --- a/configure.ac +++ b/con