Re: [Mesa-dev] [PATCH 1/5] glsl: Move the CSE equality functions to the ir class.

2013-11-14 Thread Jordan Justen
I think you mentioned that you've merged Chris's d2573509 into this already. With that change, Reviewed-by: Jordan Justen On Thu, Nov 7, 2013 at 1:58 PM, Eric Anholt wrote: > I want to reuse them in opt_algebraic. > --- > src/glsl/Makefile.sources | 1 + > src/glsl/ir.h | 22

Re: [Mesa-dev] [PATCH 1/5] glsl: Move the CSE equality functions to the ir class.

2013-11-08 Thread Pohjolainen, Topi
On Thu, Nov 07, 2013 at 01:58:57PM -0800, Eric Anholt wrote: > I want to reuse them in opt_algebraic. > --- > src/glsl/Makefile.sources | 1 + > src/glsl/ir.h | 22 ++ > src/glsl/ir_equals.cpp| 196 > ++ > src/glsl/opt_cse.cpp

[Mesa-dev] [PATCH 1/5] glsl: Move the CSE equality functions to the ir class.

2013-11-07 Thread Eric Anholt
I want to reuse them in opt_algebraic. --- src/glsl/Makefile.sources | 1 + src/glsl/ir.h | 22 ++ src/glsl/ir_equals.cpp| 196 ++ src/glsl/opt_cse.cpp | 178 + 4 files changed, 220 inse