[Mesa-dev] [PATCH 01/11] configure.ac: Add HAVE_OPENCL AM_CONDITIONAL v2

2012-05-24 Thread Tom Stellard
v2: - Drop HAVE_OPENCL variable for non-automake builds - s/HAVE_OPENCL/HAVE_GALLIUM_COMPUTE Reviewed-by: Francisco Jerez --- configure.ac |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 5ccf77d..2642746 100644 --- a/configure.ac +++

Re: [Mesa-dev] [PATCH 01/11] configure.ac: Add HAVE_OPENCL AM_CONDITIONAL v2

2012-05-23 Thread Francisco Jerez
Tom Stellard writes: > v2: > - Drop HAVE_OPENCL variable for non-automake builds > - s/HAVE_OPENCL/HAVE_GALLIUM_COMPUTE > --- > configure.ac |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/configure.ac b/configure.ac > index 3bb51a2..2805e7c 100644 > --- a/confi

[Mesa-dev] [PATCH 01/11] configure.ac: Add HAVE_OPENCL AM_CONDITIONAL v2

2012-05-22 Thread Tom Stellard
v2: - Drop HAVE_OPENCL variable for non-automake builds - s/HAVE_OPENCL/HAVE_GALLIUM_COMPUTE --- configure.ac |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 3bb51a2..2805e7c 100644 --- a/configure.ac +++ b/configure.ac @@ -2072,6 +207

Re: [Mesa-dev] [PATCH 01/11] configure.ac: Add HAVE_OPENCL AM_CONDITIONAL

2012-05-18 Thread Tom Stellard
On Fri, May 18, 2012 at 12:36:56PM +0200, Francisco Jerez wrote: > Tom Stellard writes: > > > --- > > configs/autoconf.in |1 + > > configure.ac|3 +++ > > 2 files changed, 4 insertions(+), 0 deletions(-) > > > > diff --git a/configs/autoconf.in b/configs/autoconf.in > > index 3c

Re: [Mesa-dev] [PATCH 01/11] configure.ac: Add HAVE_OPENCL AM_CONDITIONAL

2012-05-18 Thread Francisco Jerez
Tom Stellard writes: > --- > configs/autoconf.in |1 + > configure.ac|3 +++ > 2 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/configs/autoconf.in b/configs/autoconf.in > index 3c8f4c1..28f3cb4 100644 > --- a/configs/autoconf.in > +++ b/configs/autoconf.in > @@

[Mesa-dev] [PATCH 01/11] configure.ac: Add HAVE_OPENCL AM_CONDITIONAL

2012-05-11 Thread Tom Stellard
--- configs/autoconf.in |1 + configure.ac|3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/configs/autoconf.in b/configs/autoconf.in index 3c8f4c1..28f3cb4 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -222,3 +222,4 @@ HAVE_XF86VIDMODE = @HAVE_