On Tue, Sep 8, 2015 at 5:30 PM, Ian Romanick wrote:
> On 09/08/2015 04:51 PM, Jason Ekstrand wrote:
>> This pass can be used as a helper for NIR producers so they don't have to
>> worry about creating the temporaries themselves.
>> ---
>> src/glsl/Makefile.sources | 1 +
>>
On 09/08/2015 04:51 PM, Jason Ekstrand wrote:
> This pass can be used as a helper for NIR producers so they don't have to
> worry about creating the temporaries themselves.
> ---
> src/glsl/Makefile.sources | 1 +
> src/glsl/nir/nir.h | 2 +
>
This pass can be used as a helper for NIR producers so they don't have to
worry about creating the temporaries themselves.
---
src/glsl/Makefile.sources | 1 +
src/glsl/nir/nir.h | 2 +
src/glsl/nir/nir_lower_outputs_to_temporaries.c | 131 +++