SPV: Turn off the default validation done by the SPIRV-Tools optimizer.
authorJohn Kessenich <cepheus@frii.com>
Thu, 30 Aug 2018 22:56:59 +0000 (16:56 -0600)
committerJohn Kessenich <cepheus@frii.com>
Thu, 30 Aug 2018 22:59:13 +0000 (16:59 -0600)
commit4e11b615db145e32796641d864cf5c37700fdda3
treefa6e92153305f5406eec8c93a85ae44960cf1727
parenta4dfede4cc2eb3d5ae896d7d3a7cfced7a06dc4f
SPV: Turn off the default validation done by the SPIRV-Tools optimizer.

Also use the glslang namespace qualifier consistently and validate after
legalization, not before. (But most tests don't legalize.)
SPIRV/GlslangToSpv.cpp
SPIRV/SpvTools.cpp