Re: [Mesa-dev] [PATCH] configure: Disable xvmc by default

2014-01-06 Thread Vinson Lee
On Sun, Jan 5, 2014 at 7:00 PM, Tom Stellard wrote: > On Sun, Jan 05, 2014 at 09:49:53PM -0500, Ilia Mirkin wrote: >> On Sun, Jan 5, 2014 at 9:49 PM, Tom Stellard wrote: >> > From: Tom Stellard >> > >> > The xvmc unit tests are failing on r300g and r600g. >> >> FWIW it works fine on nv40-nv96. (

Re: [Mesa-dev] [PATCH] configure: Disable xvmc by default

2014-01-05 Thread Tom Stellard
On Sun, Jan 05, 2014 at 09:49:53PM -0500, Ilia Mirkin wrote: > On Sun, Jan 5, 2014 at 9:49 PM, Tom Stellard wrote: > > From: Tom Stellard > > > > The xvmc unit tests are failing on r300g and r600g. > > FWIW it works fine on nv40-nv96. (Haven't checked the actual > unit-tests, but the functionali

Re: [Mesa-dev] [PATCH] configure: Disable xvmc by default

2014-01-05 Thread Ilia Mirkin
On Sun, Jan 5, 2014 at 9:49 PM, Tom Stellard wrote: > From: Tom Stellard > > The xvmc unit tests are failing on r300g and r600g. FWIW it works fine on nv40-nv96. (Haven't checked the actual unit-tests, but the functionality is fine.) > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+

[Mesa-dev] [PATCH] configure: Disable xvmc by default

2014-01-05 Thread Tom Stellard
From: Tom Stellard The xvmc unit tests are failing on r300g and r600g. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f75325d..d41455b 100644 --- a/configure.ac +++ b/configure.ac @@ -583,7 +583,7 @@ AC_ARG_ENABLE([xvmc],