Re: [Mesa-dev] [PATCH 03/16] glsl: Move common code to ir_constant_util.h
On 11/16/2014 05:51 PM, Thomas Helland wrote: > This will allow for less code duplication. > I'll be using this in opt_minmax in the coming commits. > --- > src/glsl/ir_constant_util.h | 122 > > src/glsl/opt_algebraic.cpp | 88 +-
[Mesa-dev] [PATCH 03/16] glsl: Move common code to ir_constant_util.h
This will allow for less code duplication. I'll be using this in opt_minmax in the coming commits. --- src/glsl/ir_constant_util.h | 122 src/glsl/opt_algebraic.cpp | 88 +--- src/glsl/opt_minmax.cpp | 17 +- 3 fil