Front-end: Implement compile-time constant folding for any() and all().
[platform/upstream/glslang.git] / Test / constFold.frag
2016-07-12 John KessenichFront-end: Implement compile-time constant folding...
2016-03-09 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-02-01 John KessenichFix front-end bug: Constant folding of array-of-struct...
2016-01-11 Dejan MircevskiMerge branch 'master' of github.com:google/glslang...
2015-12-19 John KessenichMerge pull request #118 from amdrexu/bugfix
2015-12-19 John KessenichMerge pull request #120 from amdrexu/bugfix2
2015-12-19 John KessenichMerge pull request #117 from amdrexu/feature
2015-12-19 John KessenichMerge pull request #119 from thothonegan/master
2015-12-16 John KessenichConstant folding: Correct result type of non-square...
2014-07-10 John KessenichFix bug where non-constant test in ?: on a constant...
2013-11-12 John KessenichMisc semantics fixes:
2013-11-08 John KessenichMisc. constant-folding fixes: Check % for 0, mat(mat...
2013-09-03 John KessenichRemove TIntermediate's dependency on infoSink, simplify...
2013-08-30 John KessenichAdd more constant folding cases for min, max, step...
2013-08-06 John KessenichAdd parse-time constant folding for isinf() and isnan().
2013-06-11 John KessenichAdd constant folding for the exp*(), log*(), *sqrt...
2013-06-10 John KessenichAdd constant folding for length(), normalize(), fwidth...
2013-03-07 John KessenichChange infrastructure to support constant folding acros...