Re: [Mesa-dev] [PATCH v2 12/18] nir/lower_64bit_packing: extend the pass to handle packing from / to 16-bit.

2018-04-30 Thread Jason Ekstrand
On Mon, Apr 30, 2018 at 7:18 AM, Iago Toral Quiroga wrote: > With 16-bit support we can now do 32-bit packing, a follow-up patch will > rename the pass to something more generic. > --- > src/compiler/nir/nir_lower_64bit_packing.c | 64 > +++--- > 1

[Mesa-dev] [PATCH v2 12/18] nir/lower_64bit_packing: extend the pass to handle packing from / to 16-bit.

2018-04-30 Thread Iago Toral Quiroga
With 16-bit support we can now do 32-bit packing, a follow-up patch will rename the pass to something more generic. --- src/compiler/nir/nir_lower_64bit_packing.c | 64 +++--- 1 file changed, 59 insertions(+), 5 deletions(-) diff --git