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>
Mon, 31 Aug 2015 23:58:20 +0000 (16:58 -0700)
commitb20d9f564335134c79c973fc4b6d85225b9d54b0
tree2cc6916563c4767a377af1030f51b30833b3cc7f
parent9d92b4fd0e1ca655179619fbacf0325c735b6f38
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]