2012/1/12 Matt Turner
> Fixes glsl-const-folding-01. inversesqrt(1.0) != 1.0 was evaluating as
> true.
>
> Signed-off-by: Matt Turner
> ---
> I think softpipe also had some problems recently due to -ffast-math?
>
> configure.ac |3 ---
> 1 files changed, 0 insertions(+), 3 deletions(-)
>
>
Fixes glsl-const-folding-01. inversesqrt(1.0) != 1.0 was evaluating as
true.
Signed-off-by: Matt Turner
---
I think softpipe also had some problems recently due to -ffast-math?
configure.ac |3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
in