Re: [Mesa-dev] Clamp/saturate optimizations v4

2014-08-29 Thread Matt Turner
On Fri, Aug 29, 2014 at 9:41 AM, Abdiel Janulgue wrote: > Hi, > > Latest rebase of the saturate and clamp optimizations. > > Changes since v3: > - Inline generate_vec4_instruction before counting loops > - In patch 17, add the check for can_do_saturate() as suggested by Ken. > > Patches 3-18 are a

[Mesa-dev] Clamp/saturate optimizations v4

2014-08-29 Thread Abdiel Janulgue
Hi, Latest rebase of the saturate and clamp optimizations. Changes since v3: - Inline generate_vec4_instruction before counting loops - In patch 17, add the check for can_do_saturate() as suggested by Ken. Patches 3-18 are already reviewed by Ian and Matt * no piglit regressions * ___