Re: [Mesa-dev] [PATCH 06/16] glsl: Add sin, cos and sign to get_range

2014-11-19 Thread Jason Ekstrand
On Wed, Nov 19, 2014 at 10:43 AM, Ian Romanick wrote: > On 11/16/2014 05:51 PM, Thomas Helland wrote: > > They are bound between -1 and 1, so report that. > > --- > > src/glsl/opt_minmax.cpp | 13 + > > 1 file changed, 13 insertions(+) > > > > diff --git a/src/glsl/opt_minmax.cpp b/s

Re: [Mesa-dev] [PATCH 06/16] glsl: Add sin, cos and sign to get_range

2014-11-19 Thread Ian Romanick
On 11/16/2014 05:51 PM, Thomas Helland wrote: > They are bound between -1 and 1, so report that. > --- > src/glsl/opt_minmax.cpp | 13 + > 1 file changed, 13 insertions(+) > > diff --git a/src/glsl/opt_minmax.cpp b/src/glsl/opt_minmax.cpp > index 111d183..341006e 100644 > --- a/src/gl

[Mesa-dev] [PATCH 06/16] glsl: Add sin, cos and sign to get_range

2014-11-16 Thread Thomas Helland
They are bound between -1 and 1, so report that. --- src/glsl/opt_minmax.cpp | 13 + 1 file changed, 13 insertions(+) diff --git a/src/glsl/opt_minmax.cpp b/src/glsl/opt_minmax.cpp index 111d183..341006e 100644 --- a/src/glsl/opt_minmax.cpp +++ b/src/glsl/opt_minmax.cpp @@ -271,6 +271