Linker: Eliminate uncalled functions, because they can be ill-defined.
[platform/upstream/glslang.git] / Test / baseResults / constFold.frag.out
2016-12-10 John KessenichLinker: Eliminate uncalled functions, because they...
2016-07-12 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
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...
2015-12-11 John KessenichTests: Move to just linefeed to simply cross-platform...
2015-05-15 John Kessenichglslang tests: Get same form of IEEE INF across platfor...
2015-04-29 John Kessenichglslang AST output: include global vs. temp (local...
2014-07-10 John KessenichFix bug where non-constant test in ?: on a constant...
2014-04-14 John KessenichRestore r26245 and all tests and test results since...
2014-03-31 John KessenichTrack which extensions were enabled or required, in...
2014-01-06 John KessenichMinor infrastructure changes, to simplify an upcoming...
2013-11-20 John KessenichTrack what ins/outs/uniforms are used, so that errors...
2013-11-12 John KessenichMisc semantics fixes:
2013-11-08 John KessenichMisc. constant-folding fixes: Check % for 0, mat(mat...
2013-10-24 John KessenichAdd redeclarations of built-in blocks.
2013-10-05 John KessenichNon-functional changes: Typo in error message and in...
2013-10-01 John KessenichAdd message indicating level of completeness for not...
2013-09-28 John KessenichAdd full support for uniforms with initializers, includ...
2013-09-26 John KessenichUnify the 8 grammar productions for declaring variables...
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-08-05 John KessenichTrack expected test results and add more README informa...