Re: [Mesa-dev] [PATCH 1/7] mesa: Make STRINGIFY evaluate macros before stringifying.

2014-06-11 Thread Kristian Høgsberg
On Tue, Jun 10, 2014 at 09:57:17PM -0700, Matt Turner wrote: Except patch 4, series Reviewed-by: Kristian Høgsberg k...@bitplanet.net --- src/mesa/main/macros.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/macros.h b/src/mesa/main/macros.h index

[Mesa-dev] [PATCH 1/7] mesa: Make STRINGIFY evaluate macros before stringifying.

2014-06-10 Thread Matt Turner
--- src/mesa/main/macros.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/macros.h b/src/mesa/main/macros.h index 5228c3a..df6cb01 100644 --- a/src/mesa/main/macros.h +++ b/src/mesa/main/macros.h @@ -821,6 +821,7 @@ DIFFERENT_SIGNS(GLfloat x, GLfloat y)