Re: [Mesa-dev] [PATCH 08/22] nir/format_convert: Add [us]norm conversion helpers

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

[Mesa-dev] [PATCH 08/22] nir/format_convert: Add [us]norm conversion helpers

2018-08-17 Thread Jason Ekstrand
--- src/compiler/nir/nir_format_convert.h | 56 +++ 1 file changed, 56 insertions(+) diff --git a/src/compiler/nir/nir_format_convert.h b/src/compiler/nir/nir_format_convert.h index f2eafcbf5b4..75793733ea6 100644 --- a/src/compiler/nir/nir_format_convert.h +++