nir/spirv: Bring back the spirv2nir helper binary
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 16 Sep 2016 02:47:49 +0000 (19:47 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 21 Sep 2016 12:38:26 +0000 (05:38 -0700)
commit7c48622581606e3adb60e836022263b5f917ad7c
treec3689373834bbe1975e020e65a5b2da232bae64d
parente4648ba8dd4c0bcd9ff0a4348a390007e0ae91be
nir/spirv: Bring back the spirv2nir helper binary

This was something that I wrote in the early days of the spirv_to_nir code
but deleted once we had a real driver.  However, in the absence of a
shader_runner equivalent, it's extremely useful for debugging the
spirv_to_nir code so let's bring it back.

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
src/compiler/Makefile.nir.am
src/compiler/spirv/spirv2nir.c [new file with mode: 0644]