Re: [Mesa-dev] [PATCH 01/11] mesa: remove unused DD_LINE_SMOOTH flag

2013-04-17 Thread Eric Anholt
Other than a whitespace comment, this series is: Reviewed-by: Eric Anholt pgp7WGJWJkC9K.pgp Description: PGP signature ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 01/11] mesa: remove unused DD_LINE_SMOOTH flag

2013-04-16 Thread Brian Paul
--- src/mesa/main/debug.c |3 +-- src/mesa/main/enable.c |1 - src/mesa/main/mtypes.h |1 - src/mesa/main/state.c |2 -- 4 files changed, 1 insertions(+), 6 deletions(-) diff --git a/src/mesa/main/debug.c b/src/mesa/main/debug.c index aee8ae2..4f3d3f6 100644 --- a/src/mesa/main/

[Mesa-dev] [PATCH 01/11] mesa: remove unused DD_LINE_SMOOTH flag

2013-04-15 Thread Brian Paul
--- src/mesa/main/debug.c |3 +-- src/mesa/main/enable.c |1 - src/mesa/main/mtypes.h |1 - src/mesa/main/state.c |2 -- 4 files changed, 1 insertions(+), 6 deletions(-) diff --git a/src/mesa/main/debug.c b/src/mesa/main/debug.c index aee8ae2..4f3d3f6 100644 --- a/src/mesa/main/