nir: Add the start of a SPIR-V to NIR translator
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 29 Apr 2015 00:43:16 +0000 (17:43 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 16 May 2015 18:16:32 +0000 (11:16 -0700)
commit98452cd8ae22d2c7448b87c9090b3f1be09d9bc5
treeb2c43cf88cae466e01428944dd9e3c8dc8398e42
parent573ca4a4a79e19dc4e5160664843677010fe2c86
nir: Add the start of a SPIR-V to NIR translator

At the moment, it can handle the very basics of strings and can ignore
debug instructions.  It also has basic support for decorations.
src/glsl/Makefile.sources
src/glsl/nir/nir_spirv.h [new file with mode: 0644]
src/glsl/nir/spirv_to_nir.c [new file with mode: 0644]