Re: [Mesa-dev] [PATCH 14/17] glsl: Remove ADD_VARYING macro

2015-08-26 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Wed, Aug 26, 2015 at 1:20 PM, Ian Romanick wrote: > From: Ian Romanick > > The purpose of the macro was to create the name_as_gs_input from name. > The previous commit removed the name_as_gs_input from add_varying, so > the macro is unnecessary. > > Signed-off-by: Ia

[Mesa-dev] [PATCH 14/17] glsl: Remove ADD_VARYING macro

2015-08-26 Thread Ian Romanick
From: Ian Romanick The purpose of the macro was to create the name_as_gs_input from name. The previous commit removed the name_as_gs_input from add_varying, so the macro is unnecessary. Signed-off-by: Ian Romanick --- src/glsl/builtin_variables.cpp | 27 --- 1 file chan