1. ba54020 Merge pull request #2700 from ZhiqianXia/u2i by Greg Fischer · 2 years, 9 months ago
  2. d433ccc Merge pull request #2702 from jeremy-lunarg/hayes-2518 by Greg Fischer · 2 years, 9 months ago
  3. 6d5b40f Generate separate stores for partially swizzled memory stores by Jeremy Hayes · 2 years, 9 months ago
  4. fc9897d Fix OpImageRead result type when compiling HLSL (#2706) by Nathan Reed · 2 years, 9 months ago
  5. 4a12ee1 Merge pull request #2705 from pkasting/master by Greg Fischer · 2 years, 9 months ago
  6. 1978c76 Merge pull request #2704 from YunHsiao/master by Greg Fischer · 2 years, 9 months ago
  7. e8cffa5 Fix some instances of -Wunused-but-set-variable. by Peter Kasting · 2 years, 9 months ago
  8. ae4305d Fix per-set argument parsing in standalone by Yun Hsiao Wu · 2 years, 9 months ago
  9. 8cd8527 Support Uint to Int implicit conversions at #extension GL_ARB_gpu_shader5. by ZhiqianXia · 2 years, 9 months ago
  10. 9158061 Merge pull request #2695 from ShabbyX/fix-bool-array-in-uniform-load by Greg Fischer · 2 years, 9 months ago
  11. 097215f Fix loading bool arrays from interface blocks by Shahbaz Youssefi · 2 years, 9 months ago
  12. fda1c58 make AND to upper case by andrei.malashkin · 2 years, 10 months ago
  13. 22d19b9 add possibility to not override runtime of MSVC by andrei.malashkin · 2 years, 10 months ago
  14. cf52f73 Atomic memory function can only be used for shader storage block member or shared variable. by ZhiqianXia · 2 years, 10 months ago
  15. 5597c8d Fix isIoResizeArray() tessellation stage handling by Kevin McCullough · 2 years, 10 months ago
  16. 4b7b86d Merge pull request #2688 from KhronosGroup/revert-2643-master by Greg Fischer · 2 years, 10 months ago
  17. 263e50f Revert "Atomic memory function can only be used for shader storage block member or shared variable." by Greg Fischer · 2 years, 10 months ago upstream/revert-2643-master
  18. 9e70729 Merge pull request #2684 from ZhiqianXia/Dev by Greg Fischer · 2 years, 10 months ago
  19. 89286ca Merge pull request #2643 from ZhiqianXia/master by Greg Fischer · 2 years, 10 months ago
  20. 5531fbc Add support for gl_MaxVaryingVectors for ogl. by ZhiqianXia · 2 years, 10 months ago
  21. 8a5c5e8 Merge branch 'KhronosGroup:master' into master by ZhiqianXia · 2 years, 10 months ago
  22. ae2a562 Merge pull request #2671 from greg-lunarg/kg118 by Greg Fischer · 2 years, 10 months ago 11.5.0
  23. 83be602 Update known goods and CHANGES for 11.5.0 by Greg Fischer · 2 years, 10 months ago
  24. 0c4c93b Merge pull request #2670 from dneto0/fix-android-mk by Greg Fischer · 2 years, 10 months ago
  25. e89fbf3 Android.mk: Add SpirvIntrinsics.cpp by David Neto · 2 years, 10 months ago
  26. b38100f Merge pull request #2669 from sudonatalie/remove-unused-var by Greg Fischer · 2 years, 10 months ago
  27. e74b35f Merge pull request #2664 from mbechard/master by Greg Fischer · 2 years, 10 months ago
  28. c5f30ff Remove unused variable Num_string_literal_EXTs by Natalie Chouinard · 2 years, 10 months ago
  29. b9d06bd Merge pull request #2668 from cmarcelo/GLSL_EXT_shader_atomic_float2 by Greg Fischer · 2 years, 10 months ago
  30. 71612a7 Merge pull request #2625 from amdrexu/feature by Greg Fischer · 2 years, 10 months ago
  31. c830b26 Merge pull request #2667 from greg-lunarg/i2666 by Greg Fischer · 2 years, 10 months ago
  32. d352577 Implement GLSL_EXT_shader_atomic_float2 by Jason Ekstrand · 3 years, 3 months ago
  33. cd6b238 Remove output variables from compute regression tests by Greg Fischer · 2 years, 10 months ago
  34. a23e143 Merge pull request #2666 from alan-baker/update-tools by Greg Fischer · 2 years, 10 months ago
  35. 3d9a31c Update test expectations by Alan Baker · 2 years, 10 months ago
  36. f997bb3 Update known good SPIRV-Tools and SPIRV-Headers by Alan Baker · 2 years, 10 months ago
  37. b848fd6 Merge pull request #2665 from JustSid/master by Greg Fischer · 2 years, 11 months ago
  38. f1121f0 Fixed SPIR-V remapper not remapping OpExtInst instruction set IDs by Sidney Just · 2 years, 11 months ago
  39. 275d7ae only declare compatibility gl_ variables in compatibility mode by Malcolm Bechard · 2 years, 11 months ago
  40. fe15158 Merge pull request #2662 from greg-lunarg/spec1 by Greg Fischer · 2 years, 11 months ago
  41. 230168d Add support for float spec const vector initialization by Greg Fischer · 2 years, 11 months ago
  42. 65a7fb7 Implement the extension GL_EXT_spirv_intrinsics by Rex Xu · 3 years ago
  43. 3d935ea Merge pull request #2661 from jaebaek/update_spirv_tools_and_unit_tests by Greg Fischer · 2 years, 11 months ago
  44. 02f1c80 Fix unit test failures by Jaebaek Seo · 2 years, 11 months ago
  45. a5f9118 Update known_good.json for SPIRV-Tools by Jaebaek Seo · 2 years, 11 months ago
  46. cb2c7fd Merge pull request #2659 from alan-baker/subgroup-uniform-control-flow by Greg Fischer · 2 years, 11 months ago
  47. 848d3a9 Implement GL_EXT_subgroup_uniform_control_flow. by John Kessenich · 3 years, 11 months ago
  48. 1fa2149 Merge pull request #2653 from syntheticmagus/selectionBlockSetters by Greg Fischer · 2 years, 11 months ago
  49. 2675cc3 Merge pull request #2656 from ShabbyX/fix-oob by Greg Fischer · 2 years, 11 months ago
  50. de2cb9d Merge pull request #2655 from ShabbyX/fix-ubsan by Greg Fischer · 2 years, 11 months ago
  51. 10a7137 Fix UBSAN error with negating 0x8000'0000 by Shahbaz Youssefi · 2 years, 11 months ago
  52. cfdeeb8 Fix OOB write in matrix constructor by Shahbaz Youssefi · 2 years, 11 months ago
  53. a9c14af [owners] Add OWNERs files to glslang by dannyzen · 2 years, 11 months ago
  54. ec73737 Add setters for true and false blocks of selection nodes, copying the pattern already used for the condition. by syntheticmagus · 2 years, 11 months ago
  55. 6bdcb4b Merge pull request #2651 from greg-lunarg/rel0 by Greg Fischer · 2 years, 11 months ago
  56. 3406857 Add missing libs to release by Greg Fischer · 2 years, 11 months ago
  57. 6fe560f Merge pull request #2647 from greg-lunarg/arg2 by Greg Fischer · 3 years ago
  58. 11c24e9 Do true SPV type check for function array arg linkage by Greg Fischer · 3 years ago
  59. e71278c Merge pull request #2646 from johnstiles-google/parseconst by Greg Fischer · 3 years ago
  60. 9724ee4 Fix mat4x2(scalar) constructor. by John Stiles · 3 years ago
  61. 587261a Atomic memory function can only be used for shader storage block member or shared variable. by ZhiqianXia · 3 years ago
  62. 202c8ab Merge pull request #2641 from tgfrerer/fix_hlsl_function_error_msg by Greg Fischer · 3 years ago
  63. d234552 Merge pull request #2634 from xantares/patch-1 by Greg Fischer · 3 years ago
  64. adfa093 fix error message for hlslGrammar::acceptConstructor by tgfrerer · 3 years ago
  65. eaf2af6 Dont export inline TObjectReflection::getType() by xantares · 3 years ago
  66. 9431c53 Merge pull request #2632 from greg-lunarg/karl0 by Greg Fischer · 3 years ago
  67. 1464d03 Fix arrays dimensioned with spec constant sized gl_WorkGroupSize by Greg Fischer · 3 years ago
  68. 41e39c6 Merge pull request #2631 from godlikepanos/master by Greg Fischer · 3 years ago
  69. 186bccd Merge pull request #2629 from okuoku/silence-cygwin-warning by Greg Fischer · 3 years ago
  70. 6113723 Add support for 64bit integer types and 64bit integer vector types to bitCount() builtin. by Panagiotis Christopoulos Charitos · 3 years ago
  71. 4c09598 Set CMake policy CMP0054 to NEW to silence warning by okuoku · 3 years ago
  72. 56b17b2 Merge pull request #2621 from Rob2309/auto-sampled-textures-tests by Greg Fischer · 3 years ago
  73. 4bf373e Improved usage hint by Robin Quint · 3 years ago
  74. 18eef33 Merge pull request #2624 from greg-lunarg/v011004000 by Greg Fischer · 3 years ago 11.4.0
  75. 4e83d93 Update CHANGES for 11.4.0 by Greg Fischer · 3 years ago
  76. 4d658bd Merge pull request #2623 from greg-lunarg/except by Greg Fischer · 3 years ago
  77. 7b51e23 Fix CMakeLists.txt to keep compatibility with CMake 3.10.2 by Greg Fischer · 3 years ago
  78. 2849c2b Merge "[vulkan] glslang - Update Vulkan ecosystem to v1.2.174." by John Rosasco · 3 years ago
  79. 5a025ad [vulkan] glslang - Update Vulkan ecosystem to v1.2.174. by John Rosasco · 3 years ago
  80. e50b0a8 Added usage hint for --auto-sampled-textures, added test cases by Robin Quint · 3 years ago
  81. 25dd807 Merge pull request #2620 from greg-lunarg/v011003000 by Greg Fischer · 3 years ago 11.3.0
  82. bc68566 Merge pull request #2619 from greg-lunarg/kg117 by Greg Fischer · 3 years ago
  83. a6674e0 Update CHANGES for 11.3.0 by Greg Fischer · 3 years ago
  84. f90377e Update spirv-tools and spirv-headers known good by Greg Fischer · 3 years ago
  85. 7f46558 Merge pull request #2616 from Rob2309/standalone-hlsl-sampled-textures by Greg Fischer · 3 years ago
  86. ebfca60 Change --hlsl-sampled-textures to --auto-sampled-textures by Greg Fischer · 3 years ago
  87. 5bce773 Merge pull request #2618 from DadSchoorse/depfile by Greg Fischer · 3 years ago
  88. 498d74d Add some basic --depfile tests by Georg Lehmann · 3 years ago
  89. f050209 Add a --depfile option. by Georg Lehmann · 3 years ago
  90. 219b7b9 Exposed #856 as --hlsl-sampled-textures in the StandAlone by Robin Quint · 3 years ago
  91. 60ce877 Merge pull request #2609 from ZhiqianXia/Feature2 by Greg Fischer · 3 years ago
  92. 8427437 Merge pull request #2614 from ZaOniRinku/master by Greg Fischer · 3 years ago
  93. 12f3eb8 Fix and enable textureOffset_samper2darrayshadow test by Greg Fischer · 3 years ago
  94. b67b6b3 Fix typo in ShaderLang.h by ZaOniRinku · 3 years ago
  95. ed948c8 Merge pull request #2612 from greg-lunarg/explicit0 by Greg Fischer · 3 years ago
  96. 100457e Add missing builtins for GL_EXT_explicit_arithmetic_types for es by Greg Fischer · 3 years ago
  97. 41992e4 TextureOffset not support sampler2DArrayShadow sampler until 430. by ZhiqianXia · 3 years ago
  98. b385934 Merge pull request #2602 from jeremy-lunarg/hayes-2514 by Greg Fischer · 3 years ago
  99. e7e4a8e Merge pull request #2522 from dneto0/intlog2 by Greg Fischer · 3 years ago
  100. fa6e3c2 Add IntLog2 and use it by David Neto · 3 years, 3 months ago