[Mesa-dev] [PATCH] Fix build to use glsl_parser.hh instead of glsl_parser.h.

2012-07-13 Thread Marcin Baczyński
Commit 68e04cc6014bf7a2c9bd0b3b783b4ec12aa2e824 changed .cpp -> .cc, but forgot to update references .h -> .hh. Also update Doxygen and .gitignore. Signed-off-by: Marcin Baczyński --- Fixes a build failure for me when after configuring with $ ./autogen.sh --prefix=/usr \ --wi

[Mesa-dev] [PATCH 2/2] configure: fix gcc version check

2011-07-13 Thread Marcin Baczyński
--- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index ef9f4b2..28c8e2f 100644 --- a/configure.ac +++ b/configure.ac @@ -89,7 +89,7 @@ if test "x$GCC" = xyes -a "x$CLANG" = xno; then GCC_VERSION=`$CC -dumpversion` if t

[Mesa-dev] [PATCH 1/2] configure: allow C{,XX}FLAGS override

2011-07-13 Thread Marcin Baczyński
--- Without this patch CFLAGS=-fstrict-aliasing ./autogen.sh ... has no effect, as the flag is followed by -fno-strict-aliasing added by configure. configure.ac |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index eace790..ef9f4b2 10

Re: [Mesa-dev] [PATCH] i915g: implement more opcodes.

2011-06-06 Thread Marcin Baczyński
2011/6/6 Stéphane Marchesin : > --- >  src/gallium/drivers/i915/i915_fpc_translate.c |   94 +--- >  1 files changed, 82 insertions(+), 12 deletions(-) > > diff --git a/src/gallium/drivers/i915/i915_fpc_translate.c > b/src/gallium/drivers/i915/i915_fpc_translate.c > index 695a39