Re: [Mesa-dev] [PATCH 09/16] nir: move callsite of lower_outputs_to_temporaries

2016-04-01 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Sat, Mar 26, 2016 at 2:02 PM, Rob Clark wrote: > From: Rob Clark > > Going to convert this pass to parameterized lower_io_to_temporaries, and > we want the user to be able to specify whether to lower outputs or > inputs or both. The restriction of running this p

[Mesa-dev] [PATCH 09/16] nir: move callsite of lower_outputs_to_temporaries

2016-03-26 Thread Rob Clark
From: Rob Clark Going to convert this pass to parameterized lower_io_to_temporaries, and we want the user to be able to specify whether to lower outputs or inputs or both. The restriction of running this pass before validate to avoid output reads no longer applies. Signed-off-by: Rob Clark ---