glslang: Fix over 100 warnings from MSVC warning level 4.
[platform/upstream/glslang.git] / glslang / MachineIndependent / IntermTraverse.cpp
2015-05-15 John Kessenichglslang: Fix over 100 warnings from MSVC warning level 4.
2014-08-13 John KessenichAdd the bitField built-in functions. Mark 330 as being...
2014-01-11 John KessenichImprovement to the AST traversal infrastructure.
2013-08-29 John KessenichPut all glslang internals (but not the external interfa...
2013-05-29 John KessenichChange warning to error for use of double underscore.
2013-04-12 John KessenichUpdate all "TODO", add some comments.
2013-04-12 John KessenichMinor changes: remove use of 'auto', plug obscure memor...
2013-04-12 John KessenichAdd switch/case/default statements, using a switch...
2012-12-12 John KessenichRemove the pack/unpack languages and bring grammar...
2012-12-12 John KessenichCreate a base GLSL front-end from the 3Dlabs glslang...