Re: [Mesa-dev] [PATCH 7/8] nir: Add lowering for nir_op_bit_count.

2018-05-31 Thread Matt Turner
On Tue, May 8, 2018 at 1:13 PM, Eric Anholt wrote: > This is basically the same as the GLSL lowering path. > --- > src/compiler/nir/nir.h | 2 ++ > src/compiler/nir/nir_lower_alu.c | 36 > 2 files changed, 38 insertions(+) > > diff --git a/src/compiler/

[Mesa-dev] [PATCH 7/8] nir: Add lowering for nir_op_bit_count.

2018-05-08 Thread Eric Anholt
This is basically the same as the GLSL lowering path. --- src/compiler/nir/nir.h | 2 ++ src/compiler/nir/nir_lower_alu.c | 36 2 files changed, 38 insertions(+) diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index 5b29645a6c48..e424a01c82