Re: [Mesa-dev] [PATCH] nir: Allow using nir_lower_io_to_scalar_early on VS input vars.

2018-10-26 Thread Timothy Arceri
On Mon, Oct 15, 2018, at 5:18 PM, Eric Anholt wrote: > This will be used on V3D to cut down the size of the VS inputs in the VPM > (memory area for sharing data between shader stages). > --- > src/compiler/nir/nir_lower_io_to_scalar.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) >

Re: [Mesa-dev] [PATCH] nir: Allow using nir_lower_io_to_scalar_early on VS input vars.

2018-10-22 Thread Eric Anholt
Eric Anholt writes: > This will be used on V3D to cut down the size of the VS inputs in the VPM > (memory area for sharing data between shader stages). Ping on this one. I'd love to land the series behind it. signature.asc Description: PGP signature

[Mesa-dev] [PATCH] nir: Allow using nir_lower_io_to_scalar_early on VS input vars.

2018-10-15 Thread Eric Anholt
This will be used on V3D to cut down the size of the VS inputs in the VPM (memory area for sharing data between shader stages). --- src/compiler/nir/nir_lower_io_to_scalar.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/compiler/nir/nir_lower_io_to_scalar.c