Re: [Mesa-dev] [PATCH] glsl: remove duplicate interpolation_string() function

2016-02-16 Thread Samuel Iglesias Gonsálvez
Reviewed-by: Samuel Iglesias Gonsálvez On Sun, Feb 14, 2016 at 09:51:31AM +1100, Timothy Arceri wrote: > We already have one in the IR code that can be used everywhere its > needed in the AST code so remove the one from the AST. > --- > src/compiler/glsl/ast.h | 12 > src/c

[Mesa-dev] [PATCH] glsl: remove duplicate interpolation_string() function

2016-02-13 Thread Timothy Arceri
We already have one in the IR code that can be used everywhere its needed in the AST code so remove the one from the AST. --- src/compiler/glsl/ast.h | 12 src/compiler/glsl/ast_to_hir.cpp | 7 ++- src/compiler/glsl/ast_type.cpp | 13 - 3 files changed, 2 i