Re: [Mesa-dev] [PATCH] i965/fs/nir: Use emit_math for nir_op_fpow

2015-02-27 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Fri, Feb 27, 2015 at 2:19 PM, Ian Romanick wrote: > From: Ian Romanick > > It appears that all the other instructions that need it already use it. > This one just got missed. > > Signed-off-by: Ian Romanick > Cc: "10.5" > Cc: Jason Ekstrand > --- > src/mesa/d

[Mesa-dev] [PATCH] i965/fs/nir: Use emit_math for nir_op_fpow

2015-02-27 Thread Ian Romanick
From: Ian Romanick It appears that all the other instructions that need it already use it. This one just got missed. Signed-off-by: Ian Romanick Cc: "10.5" Cc: Jason Ekstrand --- src/mesa/drivers/dri/i965/brw_fs_nir.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/