glslang-zig/glslang
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
..
GenericCodeGen glslang: Fix over 100 warnings from MSVC warning level 4. 2015-05-15 17:30:55 +00:00
Include Backward incompatible: Turn on PureOperatorBuiltins: use only enum-based built-in functions in the AST. 2015-08-19 13:43:25 -06:00
MachineIndependent Backward incompatible: Turn on PureOperatorBuiltins: use only enum-based built-in functions in the AST. 2015-08-19 13:43:25 -06:00
OSDependent Fixes for compiling glslang on Android. 2015-08-17 11:39:38 -04:00
Public Output wrapping #line directives for included content. 2015-07-31 19:41:19 -04:00
CMakeLists.txt Linux build: fix case problem with new file. 2015-07-07 00:53:26 -06:00