nir: add core helper functions
authorConnor Abbott <connor.abbott@intel.com>
Thu, 31 Jul 2014 23:16:23 +0000 (16:16 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 15 Jan 2015 15:18:58 +0000 (07:18 -0800)
commit2812e5de93b3bddc4fea9fc99c38155303887ecd
tree61a6acd7126117546d20724afc84b1fd577960ca
parentf521a3c543ab1775603e1ad85c72e77812e039b5
nir: add core helper functions

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 <jason.ekstrand@intel.com>:
   whitespace and automake fixes
src/glsl/Makefile.sources
src/glsl/nir/nir.c [new file with mode: 0644]
src/glsl/nir/nir.h