Re: [Mesa-dev] [PATCH 005/133] nir: add core helper functions

2014-12-19 Thread Jason Ekstrand
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

Re: [Mesa-dev] [PATCH 005/133] nir: add core helper functions

2014-12-16 Thread Eric Anholt
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

[Mesa-dev] [PATCH 005/133] nir: add core helper functions

2014-12-15 Thread Jason Ekstrand
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