Re: [Mesa-dev] [PATCH] nir: Add optional lowering of flrp.

2015-03-25 Thread Connor Abbott
Reviewed-by: Connor Abbott We should probably use this for Gen4-5 too. On Wed, Mar 25, 2015 at 5:11 PM, Eric Anholt wrote: > --- > > I missed this one when I was doing my other lowering bits. I don't > have ffma, and I certainly don't have flrp. > > src/gallium/drivers/vc4/vc4_program.c | 1 +

Re: [Mesa-dev] [PATCH] nir: Add optional lowering of flrp.

2015-03-25 Thread Matt Turner
On Wed, Mar 25, 2015 at 2:11 PM, Eric Anholt wrote: > --- > > I missed this one when I was doing my other lowering bits. I don't > have ffma, and I certainly don't have flrp. Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedeskto

[Mesa-dev] [PATCH] nir: Add optional lowering of flrp.

2015-03-25 Thread Eric Anholt
--- I missed this one when I was doing my other lowering bits. I don't have ffma, and I certainly don't have flrp. src/gallium/drivers/vc4/vc4_program.c | 1 + src/glsl/nir/nir.h| 1 + src/glsl/nir/nir_opt_algebraic.py | 1 + 3 files changed, 3 insertions(+) diff --git