Fix variable scoping of do-while
[platform/upstream/glslang.git] / glslang / MachineIndependent / linkValidate.cpp
2021-09-22 Malcolm BechardAuto push constant blocks (#2764)
2021-09-21 Greg FischerMerge pull request #2685 from kevin-mccullough/FixIsIoR...
2021-08-18 Greg FischerMerge pull request #2718 from ZhiqianXia/AtomicOpsARB
2021-08-01 Greg FischerMerge pull request #2716 from greg-lunarg/i2689
2021-07-31 Greg FischerAdd support for pragma STDGL invariant(all)
2021-07-09 Kevin McCulloughFix isIoResizeArray() tessellation stage handling
2021-04-14 Greg FischerMerge pull request #2522 from dneto0/intlog2
2021-03-22 greg-lunargMerge pull request #2588 from jeremy-lunarg/hayes-2530
2021-03-22 greg-lunargMerge pull request #2587 from mbechard/master
2021-03-22 Malcolm BechardDon't check precision qualifiers on cross-stage checks
2021-03-22 greg-lunargMerge pull request #2583 from nullcatalyst/bazel-window...
2021-03-19 greg-lunargMerge pull request #2581 from mbechard/InconsistentGLPe...
2021-03-18 greg-lunargMerge pull request #2579 from mbechard/master
2021-03-18 greg-lunargMerge pull request #2574 from feifei14119/master
2021-03-17 Malcolm BechardFix issue with remapping global uniform blocks
2021-03-15 greg-lunargMerge pull request #2576 from KhronosGroup/revert-2569...
2021-03-15 greg-lunargRevert "Revert "GL_ext_vulkan_glsl_relaxed extension...
2021-03-10 greg-lunargMerge pull request #2569 from KhronosGroup/revert-2242...
2021-03-10 greg-lunargRevert "GL_ext_vulkan_glsl_relaxed extension support...
2021-03-09 greg-lunargMerge pull request #2565 from greg-lunarg/i2564
2021-03-08 greg-lunargMerge pull request #2242 from mbechard/GL_EXT_vulkan_gl...
2021-03-08 will brownImplement GL_EXT_vulkan_glsl_relaxed option
2021-02-23 greg-lunargMerge pull request #2525 from ZhiqianXia/master
2021-02-15 greg-lunargMerge pull request #2532 from juliusikkala/master
2021-02-15 greg-lunargMerge pull request #2458 from ShchchowAMD/unique_id-fix
2021-02-15 ChowFix issue for new unique id system. Add level bits...
2021-02-01 greg-lunargMerge pull request #2517 from glebm/fix-ubsan-localinte...
2021-02-01 greg-lunargMerge pull request #2512 from cmarcelo/GL_EXT_shared_me...
2021-01-29 Caio Marcelo de... Add support for GL_EXT_shared_memory_block
2020-12-24 nihuiniMerge remote-tracking branch 'upstream/master' into...
2020-11-23 Daniel KochUpdates for final Vulkan ray tracing extensions (#2466)
2020-11-12 Malcolm Bechardtweak local_size comparison a bit (#2456)
2020-10-30 John KessenichMerge pull request #2387 from BNieuwenhuizen/nonuniform
2020-10-20 John KessenichMerge pull request #2428 from Tobski/GL_EXT_fragment_sh...
2020-10-19 John KessenichMerge pull request #2422 from ben-clayton/gn
2020-10-19 Ben ClaytonFix uninitialized use of TIntermediate::resource (...
2020-10-12 Rémi VerscheldeRemove executable bits from code/data files (#2420)
2020-08-03 John KessenichMerge pull request #2362 from ShabbyX/optimize_for_angle
2020-07-31 Shahbaz YoussefiUse GLSLANG_ANGLE to strip features to what ANGLE requires
2020-07-13 John KessenichMerge pull request #2337 from KhronosGroup/revert-ANGLE
2020-07-13 John KessenichRevert "Merge pull request #2330 from ShabbyX/optimize_...
2020-07-11 John KessenichMerge pull request #2330 from ShabbyX/optimize_for_angle
2020-07-08 Shahbaz YoussefiUse GLSLANG_ANGLE to strip features to what ANGLE requires
2020-06-09 Roy.liFix xfb stride limit issue (#2088)
2020-06-04 ChowAdd Shared/Std140 SSBO process & top-level array elemen...
2020-05-21 Malcolm Bechardfix incorrect error when multiple compilation units...
2020-04-02 Malcolm BechardShader interface matching rework to fix #2136 (#2156)
2020-03-18 John KessenichMerge pull request #2130 from dgkoch/EXT_ray_tracing
2020-03-18 Daniel KochAdd support for GLSL_EXT_ray_tracing
2020-03-16 Malcolm BechardFix #2005. Allow multiple compilation units to declare...
2020-01-27 John KessenichMerge pull request #1940 from tsuoranta/fix-gcc9
2019-12-18 Roy.liMerge pull request #7 from KhronosGroup/master
2019-12-01 John KessenichMerge pull request #2001 from mbechard/master
2019-11-28 Malcolm BechardFix #1981
2019-10-23 John KessenichMerge pull request #1946 from KhronosGroup/extend-web
2019-10-23 John KessenichWeb: Reclaim more space and make all work w/wo GLSLANG_WEB.
2019-10-15 John KessenichMerge pull request #1866 from rumblehhh/master
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: Turn off includes, independent preprocessing path...
2019-08-21 John KessenichWeb: Make switched methods all be non-virtual, more...
2019-08-21 John KessenichWeb: Optional error management and error tightening.
2019-08-21 John KessenichWeb: Use isEsProfile() instead of run-time testing...
2019-08-21 John KessenichWeb: Remove unused stage functionality, SPIR-V logger...
2019-08-21 John KessenichWeb: Remove unnecessary GLSL numeric types, and some...
2019-08-21 John KessenichWeb: Generalize _EXTENSIONS* in SPIR-V back-end.
2019-08-21 John KessenichWeb: Remove/rationalize a set of *_EXTENSIONS, using...
2019-08-21 John KessenichWeb: Change a bunch of HLSL methods from dynamic to...
2019-07-09 John KessenichMerge pull request #1825 from amdrexu/bugfix
2019-06-18 John KessenichMerge pull request #1698 from jeffbolznv/private_storag...
2019-05-08 John KessenichMerge pull request #1739 from jeffbolznv/buffer_reference2
2019-05-01 Jeff BolzAdd support for GL_EXT_buffer_reference2
2019-02-03 John KessenichMerge pull request #1687 from Igalia/apinheiro/no-more...
2019-02-03 John KessenichMerge pull request #1667 from amdrexu/bugfix
2019-02-03 Rex XuAdd 8-bit/16-bit transform feedback support for future use
2019-01-23 John KessenichMerge pull request #1626 from KhronosGroup/extension...
2019-01-18 John KessenichMerge pull request #1656 from amdrexu/bugfix
2019-01-14 Rex XuFix xfb_stride incorrectness(#1654)
2019-01-11 John KessenichMerge pull request #1652 from gnl21/cmake-fix
2019-01-08 John KessenichMerge pull request #1645 from KhronosGroup/dupe-accelstruct
2019-01-08 John KessenichMerge pull request #1644 from jeffbolznv/buffer_reference
2019-01-07 Jeff BolzGL_EXT_buffer_reference
2018-12-14 John KessenichLicensing. Fixes #958. Add licenes file and update...
2018-11-27 John KessenichMerge pull request #1567 from Igalia/apinheiro/xfb...
2018-11-16 John KessenichMerge branch 'jeffbolznv-scalar_block_layout'
2018-11-16 John KessenichMerge branch 'scalar_block_layout' of https://github...
2018-11-14 Jeff BolzImplement GL_EXT_scalar_block_layout
2018-11-09 John KessenichMerge pull request #1547 from Igalia/apinheiro/xfb...
2018-11-02 John KessenichMerge pull request #1557 from nicebyte/spec-const-decor...
2018-10-31 John KessenichMerge pull request #1543 from alelenv/nv-raytracing...
2018-10-31 Ashwin LeleMultiple features and misc fixes for final raytracing...
2018-10-05 John KessenichMerge pull request #1523 from sparmarNV/fix-SPV_NV_mesh...
2018-10-05 John KessenichMerge pull request #1524 from chaoc/master
2018-10-05 Chao ChenFor GL_NV_geometry_shader_passthrough extension, the...
2018-10-04 Sahil ParmarAllow redeclaration of builtin interface blocks in...
2018-09-19 John KessenichMerge pull request #1499 from chaoc/nvidia_turing
2018-09-19 Chao ChenAdd-support-for-SPV_NVX_raytracing
2018-09-19 Chao ChenAdd-support-for-SPV_NV_mesh_shader
2018-09-07 John KessenichMerge branch 'jeffbolznv-memory_scope_semantics'
next