Re: [Mesa-dev] [PATCH] glsl: make consistent use of DECLARE_RALLOC_CXX_OPERATORS

2014-09-30 Thread Kenneth Graunke
On Tuesday, September 30, 2014 12:14:06 AM Ilia Mirkin wrote: Signed-off-by: Ilia Mirkin imir...@alum.mit.edu --- Noticed this when investigating how ralloc worked. I'm moderately sure that the old code was fine, but seems nicer to use the cooked known-to-work macro. Yeah, Curro fixed this

[Mesa-dev] [PATCH] glsl: make consistent use of DECLARE_RALLOC_CXX_OPERATORS

2014-09-29 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin imir...@alum.mit.edu --- Noticed this when investigating how ralloc worked. I'm moderately sure that the old code was fine, but seems nicer to use the cooked known-to-work macro. src/glsl/glsl_symbol_table.h | 33 ++---