Remove table parameters from API functions.
authorLei Zhang <antiagainst@google.com>
Wed, 11 Nov 2015 16:33:26 +0000 (11:33 -0500)
committerDavid Neto <dneto@google.com>
Thu, 12 Nov 2015 14:42:50 +0000 (09:42 -0500)
commitdf920ecb7186c32a87b1498756fe073a62ef17bd
tree32992dfd513065447cf453246c11b2a591095e15
parentec691fba2a3d31b4fd1dd951d4f8cdd2ee9a089a
Remove table parameters from API functions.

Opcode, operand, and external instruction tables are no longer
passed in as parameters to spvTextToBinary(), spvBinaryToText(),
and spvValidate().
18 files changed:
include/libspirv/libspirv.h
source/disassemble.cpp
source/text.cpp
source/validate.cpp
test/AssemblyFormat.cpp
test/BinaryDestroy.cpp
test/BinaryToText.cpp
test/ExtInstGLSLstd450.cpp
test/ImmediateInt.cpp
test/NamedId.cpp
test/TestFixture.h
test/TextDestroy.cpp
test/TextToBinary.cpp
test/Validate.cpp
test/ValidateID.cpp
tools/as/as.cpp
tools/dis/dis.cpp
tools/val/val.cpp