Re: [Mesa-dev] [PATCH 06/22] nir/format_convert: Add vec mask and sign-extend helpers

2018-08-20 Thread Jason Ekstrand
On Mon, Aug 20, 2018 at 2:42 AM Kenneth Graunke wrote: > On Friday, August 17, 2018 1:06:12 PM PDT Jason Ekstrand wrote: > > --- > > src/compiler/nir/nir_format_convert.h | 35 +-- > > 1 file changed, 27 insertions(+), 8 deletions(-) > > > > diff --git

Re: [Mesa-dev] [PATCH 06/22] nir/format_convert: Add vec mask and sign-extend helpers

2018-08-20 Thread Kenneth Graunke
On Friday, August 17, 2018 1:06:12 PM PDT Jason Ekstrand wrote: > --- > src/compiler/nir/nir_format_convert.h | 35 +-- > 1 file changed, 27 insertions(+), 8 deletions(-) > > diff --git a/src/compiler/nir/nir_format_convert.h > b/src/compiler/nir/nir_format_convert.h >

[Mesa-dev] [PATCH 06/22] nir/format_convert: Add vec mask and sign-extend helpers

2018-08-17 Thread Jason Ekstrand
--- src/compiler/nir/nir_format_convert.h | 35 +-- 1 file changed, 27 insertions(+), 8 deletions(-) diff --git a/src/compiler/nir/nir_format_convert.h b/src/compiler/nir/nir_format_convert.h index b1345f7263b..305273cdfdd 100644 ---