glslang: Fix over 100 warnings from MSVC warning level 4.
[platform/upstream/glslang.git] / glslang / MachineIndependent / Constant.cpp
2015-05-15 John Kessenichglslang: Fix over 100 warnings from MSVC warning level 4.
2014-08-13 John KessenichImplement GL_ARB_derivative_control.
2014-01-31 John KessenichGL_ARB_enhanced_layouts, part 6: Numerical side of...
2014-01-07 John KessenichGL_ARB_enhanced_layouts, part 1: Track whether constan...
2014-01-06 John KessenichMinor infrastructure changes, to simplify an upcoming...
2013-12-03 John KessenichNon-functional: missing test result and slight coding...
2013-12-03 John KessenichFinish compile-time constant folding for multi-argument...
2013-12-01 John KessenichSimplify and rationalize constant folding for dereferen...
2013-11-12 John KessenichMisc semantics fixes:
2013-11-09 John KessenichAdded constant folding for relational (e.g. lessThan...
2013-11-08 John KessenichMisc. constant-folding fixes: Check % for 0, mat(mat...
2013-11-05 John KessenichClean up/resolve a bunch of TODO, which included implem...
2013-10-14 John KessenichImplement ES 2.0 (version 100) limitations for non...
2013-09-28 John KessenichAdd full support for uniforms with initializers, includ...
2013-09-08 John KessenichFull thread safety working:
2013-09-03 John KessenichRemove TIntermediate's dependency on infoSink, simplify...
2013-08-31 John KessenichOption rationalization and minor clean up.
2013-08-30 John KessenichAdd more constant folding cases for min, max, step...
2013-08-29 John KessenichPut all glslang internals (but not the external interfa...
2013-08-09 John KessenichPut in infrastructure for tessellation, geometry, and...
2013-08-06 John KessenichAdd parse-time constant folding for isinf() and isnan().
2013-08-05 John KessenichLinux abs() needs to be fabs(); a few other minor Linux...
2013-07-06 John KessenichEliminate flex as the GLSL lexical analyzer, going...
2013-06-24 John KessenichAdd the 6 hyperbolic trig functions.
2013-06-11 John KessenichFix a linux build issue.
2013-06-11 John KessenichAdd constant folding for the exp*(), log*(), *sqrt...
2013-06-10 John KessenichUnify constant floats and constant doubles; they can...
2013-06-10 John KessenichAdd constant folding for length(), normalize(), fwidth...
2013-04-10 John KessenichAdd anonymous members as a new symbol table type, so...
2013-04-07 John KessenichAdd ES 300 built-ins trunc, round, roundEven, modf...
2013-04-05 John KessenichAdd uint type (big change). For both int/uint, add...
2013-03-09 John KessenichGet a clean g++/gcc build. Runs and gets correct resul...
2013-03-08 John KessenichAdd compilation mode flags for forward-compatible conte...
2013-03-07 John KessenichChange infrastructure to support constant folding acros...