nir: add a pass to convert to SSA
authorConnor Abbott <connor.abbott@intel.com>
Tue, 22 Jul 2014 21:05:06 +0000 (14:05 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 15 Jan 2015 15:18:58 +0000 (07:18 -0800)
commit4553887d4a4501a75c91033e9e8e5fe4cd6bc3f2
treea45f2ff3516438df3448500972fa81fe596d9770
parentb559ee709b26e013dda49332c55b3e25cd185bcd
nir: add a pass to convert to SSA

v2: Jason Ekstrand <jason.ekstrand@intel.com>:
   whitespace fixes
src/glsl/Makefile.sources
src/glsl/nir/nir.h
src/glsl/nir/nir_to_ssa.c [new file with mode: 0644]