On Tue, Aug 18, 2015 at 1:29 AM, Jason Ekstrand wrote:
>
> On May 22, 2015 11:25 AM, "Connor Abbott" wrote:
>>
>> We'll want to use these outside of nir_opt_cse.c. Rather than adding yet
>> another thing to the mess that is nir.c, create a new file and move
>> nir_srcs_equal() there too.
>>
>> Si
On May 22, 2015 11:25 AM, "Connor Abbott" wrote:
>
> We'll want to use these outside of nir_opt_cse.c. Rather than adding yet
> another thing to the mess that is nir.c, create a new file and move
> nir_srcs_equal() there too.
>
> Signed-off-by: Connor Abbott
> ---
> src/glsl/Makefile.sources
We'll want to use these outside of nir_opt_cse.c. Rather than adding yet
another thing to the mess that is nir.c, create a new file and move
nir_srcs_equal() there too.
Signed-off-by: Connor Abbott
---
src/glsl/Makefile.sources| 1 +
src/glsl/nir/nir.c | 27 --
src/g