Re: [Mesa-dev] [PATCH 13/16] glsl: Add ir_binop_sub to get_range

2014-11-19 Thread Ian Romanick
Same whitespace comments as patch 10. With those fixed, Reviewed-by: Ian Romanick On 11/16/2014 05:51 PM, Thomas Helland wrote: > --- > src/glsl/opt_minmax.cpp | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/src/glsl/opt_minmax.cpp b/src/glsl/opt_minmax.cpp > index 0638a12..

[Mesa-dev] [PATCH 13/16] glsl: Add ir_binop_sub to get_range

2014-11-16 Thread Thomas Helland
--- src/glsl/opt_minmax.cpp | 9 + 1 file changed, 9 insertions(+) diff --git a/src/glsl/opt_minmax.cpp b/src/glsl/opt_minmax.cpp index 0638a12..9d300d3 100644 --- a/src/glsl/opt_minmax.cpp +++ b/src/glsl/opt_minmax.cpp @@ -335,6 +335,15 @@ get_range(ir_rvalue *rval) high = a