Re: [Mesa-dev] [PATCH 1/3] ir_to_mesa: Remove sat to clamp lowering pass

2014-12-08 Thread Ian Romanick
Series is Reviewed-by: Ian Romanick On 12/08/2014 04:05 AM, Abdiel Janulgue wrote: > Fixes an infinite loop in swrast where the lowering pass unpacks saturate into > clamp but the opt_algebraic pass tries to do the opposite. > > v3 (Ian): > This is a revert of commit cfa8c1cb "ir_to_mesa: lower

Re: [Mesa-dev] [PATCH 1/3] ir_to_mesa: Remove sat to clamp lowering pass

2014-12-08 Thread Matt Turner
Thanks Abdiel. This series looks good to me. Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 1/3] ir_to_mesa: Remove sat to clamp lowering pass

2014-12-08 Thread Abdiel Janulgue
Fixes an infinite loop in swrast where the lowering pass unpacks saturate into clamp but the opt_algebraic pass tries to do the opposite. v3 (Ian): This is a revert of commit cfa8c1cb "ir_to_mesa: lower ir_unop_saturate" on the ir_to_mesa.cpp portion. prog_execute.c can handle saturates in vertex