Use SPIR-V headers from the KhronosGroup/SPIRV-Headers repo.
authorLei Zhang <antiagainst@google.com>
Thu, 14 Apr 2016 18:05:53 +0000 (14:05 -0400)
committerDavid Neto <dneto@google.com>
Fri, 10 Jun 2016 12:48:37 +0000 (08:48 -0400)
commit10dba9178197c96074bcae7d747761c45e5ab9cc
treec6ca537288377c9bf946dcbfd1808d1fdfa452cc
parent6fff41a6db27c42f7811229f1fd252f017548f68
Use SPIR-V headers from the KhronosGroup/SPIRV-Headers repo.
30 files changed:
.gitignore
.travis.yml
README.md
external/CMakeLists.txt
include/spirv/GLSL.std.450.h [deleted file]
include/spirv/OpenCL.std.h [deleted file]
include/spirv/spirv.h [deleted file]
include/spirv/spirv.py [deleted file]
source/CMakeLists.txt
source/assembly_grammar.h
source/ext_inst.cpp
source/extinst-1-0.glsl.std.450.grammar.json [deleted file]
source/extinst-1.0.opencl.std.grammar.json [moved from source/extinst-1-0.opencl.std.grammar.json with 100% similarity]
source/instruction.h
source/opcode.cpp
source/opcode.h
source/operand.cpp
source/spirv-1-0.core.grammar.json [deleted file]
source/spirv-1-1.core.grammar.json [deleted file]
source/spirv_constant.h
source/table.h
source/val/BasicBlock.h
source/val/Function.h
source/val/ValidationState.h
test/BinaryParse.cpp
test/CMakeLists.txt
test/ExtInst.OpenCL.std.cpp
test/ExtInstGLSLstd450.cpp
test/TextToBinary.Extension.cpp
test/ValidationState.cpp