Hm... yeah. Looks like ir_binop_dot could use some help. I think
I'm just going to guard it with a if (!float) for now. Most of the
code is pretty good about checking it.
On Fri, Feb 6, 2015 at 3:05 AM, Ian Romanick wrote:
> Does opt_algebraic also need updates?
>
> On 02/06/2015 06:56 AM, Il
Does opt_algebraic also need updates?
On 02/06/2015 06:56 AM, Ilia Mirkin wrote:
> From: Dave Airlie
>
> Signed-off-by: Dave Airlie
> Reviewed-by: Matt Turner
> ---
> src/glsl/opt_constant_propagation.cpp | 3 +++
> src/glsl/opt_minmax.cpp | 13 +
> 2 files changed,
From: Dave Airlie
Signed-off-by: Dave Airlie
Reviewed-by: Matt Turner
---
src/glsl/opt_constant_propagation.cpp | 3 +++
src/glsl/opt_minmax.cpp | 13 +
2 files changed, 16 insertions(+)
diff --git a/src/glsl/opt_constant_propagation.cpp
b/src/glsl/opt_constant_pro