Re: [Mesa-dev] [PATCH 1/6] glsl: Move common code to constant_util

2014-10-29 Thread Matt Turner
On Wed, Oct 29, 2014 at 6:11 PM, Thomas Helland wrote: > This will be used later on in opt_minmax > > Signed-off-by: Thomas Helland > --- > src/glsl/ir_constant_util.h | 103 > > src/glsl/opt_algebraic.cpp | 95 ++---

[Mesa-dev] [PATCH 1/6] glsl: Move common code to constant_util

2014-10-29 Thread Thomas Helland
This will be used later on in opt_minmax Signed-off-by: Thomas Helland --- src/glsl/ir_constant_util.h | 103 src/glsl/opt_algebraic.cpp | 95 ++-- src/glsl/opt_minmax.cpp | 19 ++-- 3 files changed, 109