On Tue, Dec 16, 2014 at 3:47 PM, Eric Anholt wrote:
>
> Jason Ekstrand writes:
>
> > From: Connor Abbott
> >
> > These include functions for adding and removing various bits of IR and
> > helpers for iterating over all the sources and destinations of an
> > instruction. This is similar to ir.cpp
Jason Ekstrand writes:
> From: Connor Abbott
>
> These include functions for adding and removing various bits of IR and
> helpers for iterating over all the sources and destinations of an
> instruction. This is similar to ir.cpp.
> +nir_function_overload *
> +nir_function_overload_create(nir_fu
From: Connor Abbott
These include functions for adding and removing various bits of IR and
helpers for iterating over all the sources and destinations of an
instruction. This is similar to ir.cpp.
v2: Jason Ekstrand :
whitespace and automake fixes
---
src/glsl/Makefile.sources | 10 +-
src