Linker: Eliminate uncalled functions, because they can be ill-defined.
[platform/upstream/glslang.git] / Test / baseResults / 300.vert.out
2016-12-10 John KessenichLinker: Eliminate uncalled functions, because they...
2016-11-14 John KessenichMerge pull request #576 from steve-lunarg/uav-registers
2016-11-14 John KessenichMerge pull request #583 from null77/fix-unref-warning
2016-11-05 John KessenichWhole stack: Fix stale types in the AST linker object...
2016-10-21 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
2016-10-01 John KessenichMerge pull request #521 from yavn/frag-shader-primitive...
2016-09-27 John KessenichMerge pull request #524 from DominikWitczakAMD/517_incl...
2016-09-27 Dominik Witczak#517: Enable AMD extensions by default
2016-08-11 John KessenichMerge pull request #427 from wesleygriffin/master
2016-08-03 dankbakerMerge pull request #1 from KhronosGroup/master
2016-08-03 John KessenichFront-end: Implement 2nd task of issue #400; precision...
2016-06-06 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-05-25 John KessenichMerge pull request #230 from dekimir/incresconst
2016-05-04 John KessenichParser: Precise: Recognize 'precise', tag types, and...
2016-05-04 John KessenichCorrect precision qualification on built-in functions.
2016-01-11 Dejan MircevskiMerge branch 'master' of github.com:google/glslang...
2015-12-11 John KessenichTests: Move to just linefeed to simply cross-platform...
2015-12-07 John KessenichSemantics: Correct that std430 is universally disallowe...
2015-12-07 John KessenichMerge pull request #100 from mawww/scanner-optim
2015-11-28 John KessenichArray-sizing bug fix: multiple array initializers of...
2015-09-14 Rex XuMerge master branch from upstream
2015-09-14 Rex XuMerge remote-tracking branch 'upstream/master'
2015-09-11 John KessenichFront-end Arrays of arrays: Add ES-specific checks...
2015-08-19 John KessenichBackward incompatible: Turn on PureOperatorBuiltins...
2015-06-12 John Kessenichglslang ES reference: Don't allow std430 on uniform...
2015-05-18 John Kessenichglslang: Formally track all built-in variables, right...
2015-04-29 John Kessenichglslang: Correct global precision qualifiers to make...
2015-04-29 John Kessenichglslang AST output: include global vs. temp (local...
2014-10-08 John KessenichDo qualifier-based checking independent of declaring...
2014-08-12 John KessenichTurn on ESSL 3.1 for most features:
2014-04-14 John KessenichRestore r26245 and all tests and test results since...
2014-04-02 John KessenichNon-functional, infrastructure: Be more explicit about...
2014-03-31 John KessenichTrack which extensions were enabled or required, in...
2014-02-13 John KessenichFix missing semantic check: Disallow layout qualifiers...
2014-01-07 John KessenichFix slight inconsistencies in which qualifiers are...
2014-01-06 John KessenichMinor infrastructure changes, to simplify an upcoming...
2013-12-11 John KessenichTessellation partial implementation (not ready for...
2013-12-04 John KessenichCheck for structures out from vertex or into fragment...
2013-12-04 John KessenichTrack whether function declarations are prototypes...
2013-12-04 John KessenichFix ES unsized-array checking: it was one level too...
2013-12-03 John KessenichUpdate test results.
2013-12-03 John KessenichGive error when overloaded functions differ only on...
2013-12-02 John KessenichFix logic error in steering which stages get bias vs...
2013-11-20 John KessenichTrack what ins/outs/uniforms are used, so that errors...
2013-11-11 John KessenichMore subtle checking for redeclarations:
2013-11-08 John KessenichAdd some missing invariant semantic checks, replace...
2013-10-28 John KessenichFix bug where bracket dereferences were incorrectly...
2013-10-24 John KessenichAdd redeclarations of built-in blocks.
2013-10-23 John KessenichAdd geometry-shader stream, invocations, max_vertices...
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-24 John KessenichAdd basic intra-stage linking validation for matching...
2013-09-08 John KessenichFull thread safety working:
2013-08-05 John KessenichTrack expected test results and add more README informa...