Fix variable scoping of do-while
[platform/upstream/glslang.git] / glslang / MachineIndependent / parseConst.cpp
2021-07-07 ZhiqianXiaMerge branch 'KhronosGroup:master' into master
2021-06-04 Greg FischerMerge pull request #2655 from ShabbyX/fix-ubsan
2021-05-18 Greg FischerMerge pull request #2646 from johnstiles-google/parseconst
2021-05-18 John StilesFix mat4x2(scalar) constructor.
2020-03-26 Neslisah TorosdagliMerge pull request #1 from KhronosGroup/master
2020-03-25 John KessenichMerge pull request #2139 from neslimsah/master
2020-03-20 John KessenichMerge pull request #2141 from courtney-g/bug_2140
2020-03-19 Courtney Goeltzenl... Fix MSVC build issue - remove invalid character
2020-03-19 John KessenichFix #2132: constant matrix constructor from single...
2020-03-18 John KessenichMerge pull request #2135 from alelenv/rt_shaderlang_enums
2020-03-18 John KessenichFix #2132: constant matrix constructor from single...
2017-04-28 John KessenichMerge pull request #868 from TiemoJung/two_pass_io_remap
2017-04-28 John KessenichMerge pull request #867 from steve-lunarg/emptyinit
2017-04-28 steve-lunargHLSL: Allow empty struct initializers
2017-01-13 John KessenichMerge pull request #656 from TiemoJung/overload_fix
2017-01-06 John KessenichNon-functional: White space after "//", mostly for...
2017-01-06 John KessenichNon-Functional: Whitespace, comments, replace accidenta...
2015-05-15 John Kessenichglslang: Fix over 100 warnings from MSVC warning level 4.
2014-01-31 John KessenichGL_ARB_enhanced_layouts, part 6: Numerical side of...
2014-01-11 John KessenichImprovement to the AST traversal infrastructure.
2013-11-08 John KessenichMisc. constant-folding fixes: Check % for 0, mat(mat...
2013-10-14 John KessenichImplement ES 2.0 (version 100) limitations for non...
2013-10-04 John KessenichMake ES 100 gl_FragData be a mediump, and fix some...
2013-09-28 John KessenichAdd full support for uniforms with initializers, includ...
2013-09-03 John KessenichRemove TIntermediate's dependency on infoSink, simplify...
2013-08-29 John KessenichPut all glslang internals (but not the external interfa...
2013-07-06 John KessenichEliminate flex as the GLSL lexical analyzer, going...
2013-06-10 John KessenichUnify constant floats and constant doubles; they can...
2013-06-10 John KessenichA round of increasing robustness against buffer overruns.
2013-04-10 John KessenichAdd anonymous members as a new symbol table type, so...
2013-03-07 John KessenichChange infrastructure to support constant folding acros...
2013-02-11 John KessenichPass 1 at building on linux: remove compile errors...
2013-02-04 John KessenichImplement non-square matrices, and make a few type...
2013-01-24 John KessenichImplement the full scheme for ES precision qualifiers...
2012-12-12 John KessenichBring up to date with VS 10 express.
2012-12-12 John KessenichCreate a base GLSL front-end from the 3Dlabs glslang...