Re: [Mesa-dev] [PATCH 6/8] glsl: Remove ir_dereference::constant_referenced

2014-03-15 Thread Pohjolainen, Topi
On Wed, Mar 12, 2014 at 03:49:25PM -0700, Ian Romanick wrote: > From: Ian Romanick > > All of the functionality is implemented in a private function in the one > file where it is used. I reviewed some of the patches individually first but realized that all of them make sense (taking into account

[Mesa-dev] [PATCH 6/8] glsl: Remove ir_dereference::constant_referenced

2014-03-12 Thread Ian Romanick
From: Ian Romanick All of the functionality is implemented in a private function in the one file where it is used. Signed-off-by: Ian Romanick --- src/glsl/ir.h | 36 src/glsl/ir_constant_expression.cpp | 25 -