Re: [Mesa-dev] [PATCH 07/29] nir: Add the start of a format conversion helper header
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
--- 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/