glslang: Fix over 100 warnings from MSVC warning level 4.
[platform/upstream/glslang.git] / glslang / MachineIndependent / parseConst.cpp
2015-05-15 John Kessenichglslang: Fix over 100 warnings from MSVC warning level 4.
2014-01-31 John KessenichGL_ARB_enhanced_layouts, part 6: Numerical side of...
2014-01-11 John KessenichImprovement to the AST traversal infrastructure.
2013-11-08 John KessenichMisc. constant-folding fixes: Check % for 0, mat(mat...
2013-10-14 John KessenichImplement ES 2.0 (version 100) limitations for non...
2013-10-04 John KessenichMake ES 100 gl_FragData be a mediump, and fix some...
2013-09-28 John KessenichAdd full support for uniforms with initializers, includ...
2013-09-03 John KessenichRemove TIntermediate's dependency on infoSink, simplify...
2013-08-29 John KessenichPut all glslang internals (but not the external interfa...
2013-07-06 John KessenichEliminate flex as the GLSL lexical analyzer, going...
2013-06-10 John KessenichUnify constant floats and constant doubles; they can...
2013-06-10 John KessenichA round of increasing robustness against buffer overruns.
2013-04-10 John KessenichAdd anonymous members as a new symbol table type, so...
2013-03-07 John KessenichChange infrastructure to support constant folding acros...
2013-02-11 John KessenichPass 1 at building on linux: remove compile errors...
2013-02-04 John KessenichImplement non-square matrices, and make a few type...
2013-01-24 John KessenichImplement the full scheme for ES precision qualifiers...
2012-12-12 John KessenichBring up to date with VS 10 express.
2012-12-12 John KessenichCreate a base GLSL front-end from the 3Dlabs glslang...