On 02/24/2014 09:55 AM, Ian Romanick wrote:
> On 02/23/2014 07:19 PM, Kenneth Graunke wrote:
>> Tt's kind of a trap---calling do_common_optimization() after
>> lower_instructions() may cause opt_algebraic() to reintroduce
>> ir_triop_lrp expressions that were lowered, effectively defeating the
>> p
On 02/23/2014 07:19 PM, Kenneth Graunke wrote:
Tt's kind of a trap---calling do_common_optimization() after
lower_instructions() may cause opt_algebraic() to reintroduce
ir_triop_lrp expressions that were lowered, effectively defeating the
point. Because of this, nobody uses it.
Cc: "10.1"
Sig
Series is
Reviewed-by: Matt Turner
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
Tt's kind of a trap---calling do_common_optimization() after
lower_instructions() may cause opt_algebraic() to reintroduce
ir_triop_lrp expressions that were lowered, effectively defeating the
point. Because of this, nobody uses it.
Cc: "10.1"
Signed-off-by: Kenneth Graunke
---
src/glsl/ir_opt