Re: [Mesa-dev] [PATCH v2 25/28] glsl/lower_instructions: add double lowering passes

2015-02-07 Thread Ilia Mirkin
On Fri, Feb 6, 2015 at 4:21 AM, Ian Romanick wrote: > On 02/06/2015 06:56 AM, Ilia Mirkin wrote: >> From: Dave Airlie >> >> This lowers double dot product and lrp to fma. >> >> Signed-off-by: Dave Airlie >> --- >> src/glsl/lower_instructions.cpp | 83 >>

Re: [Mesa-dev] [PATCH v2 25/28] glsl/lower_instructions: add double lowering passes

2015-02-06 Thread Ian Romanick
On 02/06/2015 06:56 AM, Ilia Mirkin wrote: > From: Dave Airlie > > This lowers double dot product and lrp to fma. > > Signed-off-by: Dave Airlie > --- > src/glsl/lower_instructions.cpp | 83 > + > 1 file changed, 83 insertions(+) > > diff --git a/src/g

[Mesa-dev] [PATCH v2 25/28] glsl/lower_instructions: add double lowering passes

2015-02-05 Thread Ilia Mirkin
From: Dave Airlie This lowers double dot product and lrp to fma. Signed-off-by: Dave Airlie --- src/glsl/lower_instructions.cpp | 83 + 1 file changed, 83 insertions(+) diff --git a/src/glsl/lower_instructions.cpp b/src/glsl/lower_instructions.cpp index