glslang-zig/SPIRV
John Kessenich fc51d284aa Backward incompatible: Turn on PureOperatorBuiltins: use only enum-based built-in functions in the AST.
If this breaks your AST consumer, best is to modify it to test
against the enum values instead of doing string comparisons on
built-in function names.  This is the reason the change was made.

If you need the old behavior, you should be able to get it back by changing
PureOperatorBuiltins to be false instead of true.  This path will work for
a while, but is marked deprecated.

Also, the old behavior is tagged as release 2.4.
2015-08-19 13:43:25 -06:00
..
CMakeLists.txt Move to revision 31 of SPIR-V. 2015-08-06 22:55:01 -06:00
disassemble.cpp Move to revision 31 of SPIR-V. 2015-08-06 22:55:01 -06:00
disassemble.h Move to revision 31 of SPIR-V. 2015-08-06 22:55:01 -06:00
doc.cpp Move to revision 31 of SPIR-V. 2015-08-06 22:55:01 -06:00
doc.h Move to revision 31 of SPIR-V. 2015-08-06 22:55:01 -06:00
GLSL.std.450.h Add new SPIR-V 31 files. 2015-08-06 22:59:24 -06:00
GLSL450Lib.h Revisioning: Include GLSL.std.450 version. Also, the revision.h script now includes redirection to revision.h. 2015-08-03 12:04:56 -06:00
GlslangToSpv.cpp Backward incompatible: Turn on PureOperatorBuiltins: use only enum-based built-in functions in the AST. 2015-08-19 13:43:25 -06:00
GlslangToSpv.h Updated command-line options, adding -o for saving binaries, -G for OpenGL SPIR-V validation, -v etc. 2015-07-12 19:28:10 -06:00
spirv.h Include specification revision as part of the version string. 2015-07-15 10:03:39 -06:00
spirv.hpp Add new SPIR-V 31 files. 2015-08-06 22:59:24 -06:00
SpvBuilder.cpp SPIR-V: Return undefined values from implicit returns instead of dummy 2015-08-11 03:26:46 +02:00
SpvBuilder.h SPIR-V: Return undefined values from implicit returns instead of dummy 2015-08-11 03:26:46 +02:00
spvIR.h Move to revision 31 of SPIR-V. 2015-08-06 22:55:01 -06:00
SPVRemapper.cpp Fixes for compiling glslang on Android. 2015-08-17 11:39:38 -04:00
SPVRemapper.h Move to revision 31 of SPIR-V. 2015-08-06 22:55:01 -06:00