On Fri, Apr 1, 2016 at 1:57 PM, Jason Ekstrand wrote:
> I don't know that I like the lower-io prefix. Maybe nir/io-to-temp?
> Doesn't really matter
>
> On Sat, Mar 26, 2016 at 2:02 PM, Rob Clark wrote:
>>
>> From: Rob Clark
>>
>> Prep work to reduce the noise in the next patch.
>>
>> Signed-off
I don't know that I like the lower-io prefix. Maybe nir/io-to-temp?
Doesn't really matter
On Sat, Mar 26, 2016 at 2:02 PM, Rob Clark wrote:
> From: Rob Clark
>
> Prep work to reduce the noise in the next patch.
>
> Signed-off-by: Rob Clark
> ---
> src/compiler/nir/nir_lower_io_to_temporaries
From: Rob Clark
Prep work to reduce the noise in the next patch.
Signed-off-by: Rob Clark
---
src/compiler/nir/nir_lower_io_to_temporaries.c | 95 +++---
1 file changed, 57 insertions(+), 38 deletions(-)
diff --git a/src/compiler/nir/nir_lower_io_to_temporaries.c
b/src/co