Re: [Mesa-dev] [PATCH 07/29] nir: Add the start of a format conversion helper header

2018-03-03 Thread Pohjolainen, Topi
On Fri, Jan 26, 2018 at 05:59:36PM -0800, Jason Ekstrand wrote: > --- > src/compiler/Makefile.sources | 1 + > src/compiler/nir/meson.build | 1 + > src/compiler/nir/nir_format_convert.h | 106 > ++ > 3 files changed, 108 insertions(+) > creat

[Mesa-dev] [PATCH 07/29] nir: Add the start of a format conversion helper header

2018-01-26 Thread Jason Ekstrand
--- src/compiler/Makefile.sources | 1 + src/compiler/nir/meson.build | 1 + src/compiler/nir/nir_format_convert.h | 106 ++ 3 files changed, 108 insertions(+) create mode 100644 src/compiler/nir/nir_format_convert.h diff --git a/src/compiler/