glslang: Fix over 100 warnings from MSVC warning level 4.
[platform/upstream/glslang.git] / glslang / Include / ConstantUnion.h
2015-05-15 John Kessenichglslang: Fix over 100 warnings from MSVC warning level 4.
2014-06-03 John KessenichAdd missing matrix constructor test, and add a size...
2014-02-19 John KessenichMake 64-bit VS compile clean. Mostly size_t vs. int...
2013-12-03 John KessenichFinish compile-time constant folding for multi-argument...
2013-10-17 John KessenichAdd C-style curly-brace initializers.
2013-10-11 John KessenichMemory management hygiene: Use compare() instead of...
2013-10-09 John KessenichNon-functional: Remove use of the unused structure...
2013-09-28 John KessenichAdd full support for uniforms with initializers, includ...
2013-08-29 John KessenichPut all glslang internals (but not the external interfa...
2013-07-31 John KessenichImprove multi-threading and move Standalone to a multi...
2013-06-10 John KessenichUnify constant floats and constant doubles; they can...
2013-04-12 John KessenichMinor changes: remove use of 'auto', plug obscure memor...
2013-04-05 John KessenichAdd uint type (big change). For both int/uint, add...
2013-03-08 John KessenichAnother round of gcc/g++ fixes.
2013-03-07 John KessenichAdd unsigned ints to constUnions. (Unsigned int suppor...
2012-12-12 John KessenichSupport suffixes for floats and doubles (none were...
2012-12-12 John KessenichCreate a base GLSL front-end from the 3Dlabs glslang...