Re: [Mesa-dev] [PATCH 18.3/23] glsl: Constify the as_foo functions

2015-03-25 Thread Francisco Jerez
Ian Romanick writes: > From: Ian Romanick > > Now that they're all implemented using macros, this is trivial. > > Signed-off-by: Ian Romanick > Cc: Francisco Jerez > --- > src/glsl/ir.h | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/src/glsl/ir.h b/src/glsl/ir.h > index

[Mesa-dev] [PATCH 18.3/23] glsl: Constify the as_foo functions

2015-03-24 Thread Ian Romanick
From: Ian Romanick Now that they're all implemented using macros, this is trivial. Signed-off-by: Ian Romanick Cc: Francisco Jerez --- src/glsl/ir.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/src/glsl/ir.h b/src/glsl/ir.h index ff30263..7294629 100644 --- a/src/glsl/ir.h