Fix variable scoping of do-while
[platform/upstream/glslang.git] / glslang / MachineIndependent / Initialize.h
2019-10-15 John KessenichMerge pull request #1866 from rumblehhh/master
2019-09-11 Dan SinclairComment out params instead of removing
2019-09-10 Dan SinclairRemove unused params
2019-09-02 Roy.liMerge pull request #6 from Roy-AMD/sync
2019-09-02 Roy.liMerge pull request #5 from KhronosGroup/master
2019-08-21 John KessenichMerge pull request #1855 from KhronosGroup/web
2019-08-21 John KessenichWeb: First pass of tabling the built-in function declar...
2018-03-07 John KessenichMerge pull request #1269 from bkaradzic/master
2018-03-07 John KessenichMerge branch 'feature' of https://github.com/amdrexu...
2018-03-07 John KessenichMerge branch 'bugfix' of https://github.com/amdrexu...
2018-03-07 John KessenichMerge pull request #1277 from KhronosGroup/Vulkan_1_1
2018-03-06 John KessenichSPV: Implement Vulkan 1.1 features and extensions.
2017-05-10 John KessenichMerge pull request #874 from xlpiao/DescriptorSet-and...
2017-05-10 John KessenichBuild fix: Make string assignment simpler to avoid...
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...
2016-07-08 John KessenichMerge pull request #314 from mre4ce/master
2016-06-28 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
2016-06-17 John KessenichSPV: Non-functional: Condense SPV-related versioning...
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-24 John KessenichMerge pull request #306 from johnkslang/finish-spec...
2016-05-23 John KessenichMerge pull request #305 from steve-lunarg/intrinsics
2016-05-23 LoopDawgAdd base class TParseables for intrinsic / builtin...
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-12-07 John KessenichMerge pull request #100 from mawww/scanner-optim
2015-11-16 John KessenichSPIR-V: Move from Version .99 Rev 31 to Version 1.0...
2013-10-21 John KessenichAdd texture gather functions (and extension check)...
2013-10-04 John KessenichImprove robustness of extension checking, and its inter...
2013-10-04 John KessenichMake some portability improvements identified by Christ...
2013-08-29 John KessenichPut all glslang internals (but not the external interfa...
2013-08-09 John KessenichPut in infrastructure for tessellation, geometry, and...
2013-07-31 John KessenichImprove multi-threading and move Standalone to a multi...
2013-07-06 John KessenichEliminate flex as the GLSL lexical analyzer, going...
2013-02-25 John KessenichImplement modern (130 and above) texturing. About...
2013-02-17 John KessenichBuilt-in symbol tables now lazily evaluated, and driven...
2013-02-11 John KessenichPass 1 at building on linux: remove compile errors...
2012-12-12 John KessenichCreate a base GLSL front-end from the 3Dlabs glslang...