Fix variable scoping of do-while
[platform/upstream/glslang.git] / glslang / MachineIndependent / IntermTraverse.cpp
2020-12-24 nihuiniMerge remote-tracking branch 'upstream/master' into...
2020-11-03 Chow8. io mapping refine & qualifier member check & resolve...
2017-01-13 John KessenichMerge pull request #656 from TiemoJung/overload_fix
2017-01-06 John KessenichNon-functional: White space after "//", mostly for...
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-17 John KessenichMerge branch 'struct_member_decorations' of https:...
2016-05-06 John KessenichComments only.
2016-03-09 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-02-16 John KessenichSPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl).
2015-05-15 John Kessenichglslang: Fix over 100 warnings from MSVC warning level 4.
2014-08-13 John KessenichAdd the bitField built-in functions. Mark 330 as being...
2014-01-11 John KessenichImprovement to the AST traversal infrastructure.
2013-08-29 John KessenichPut all glslang internals (but not the external interfa...
2013-05-29 John KessenichChange warning to error for use of double underscore.
2013-04-12 John KessenichUpdate all "TODO", add some comments.
2013-04-12 John KessenichMinor changes: remove use of 'auto', plug obscure memor...
2013-04-12 John KessenichAdd switch/case/default statements, using a switch...
2012-12-12 John KessenichRemove the pack/unpack languages and bring grammar...
2012-12-12 John KessenichCreate a base GLSL front-end from the 3Dlabs glslang...