nir/spirv: Use the builder for all instructions
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 4 May 2015 19:12:23 +0000 (12:12 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 31 Aug 2015 23:58:20 +0000 (16:58 -0700)
commit66fc7f252f7e4e5efe4891b2eed72a4f0c2f968e
tree63443f6c57dcf070f8048def63b8559cb96a2367
parent9e03b6724cf75950181851196888f55725e537ad
nir/spirv: Use the builder for all instructions

We don't actually use it to create all the instructions but we do use it
for insertion always.  This should make things far more consistent for
implementing extended instructions.
src/glsl/nir/spirv_to_nir.c