1. 5c4f421 Merge pull request #2517 from glebm/fix-ubsan-localintermediate by greg-lunarg · 3 years, 4 months ago
  2. 546f626 callGraph.push_front -> emplace_front to fix UBSAN by Gleb Mazovetskiy · 3 years, 4 months ago
  3. 4bfbf62 Add support for GL_EXT_shared_memory_block by Caio Marcelo de Oliveira Filho · 4 years ago
  4. a38df83 Consider GL_EXT_scalar_block_layout when validating SPIR-V by Caio Marcelo de Oliveira Filho · 3 years, 4 months ago
  5. c739e03 Implement GL_EXT_null_initializer by John Kessenich · 4 years ago
  6. a720028 Fix missing enum values in the C-interface #2507 by Sergey Kosarevsky · 3 years, 5 months ago
  7. 17a83a9 Add CMake support for Fuchsia by Craig Stout · 3 years, 5 months ago
  8. 08e4874 Merge remote-tracking branch 'upstream/master' into patch-3 by nihuini · 3 years, 6 months ago
  9. 5c202fa Update ParseHelper.cpp by nihui · 3 years, 6 months ago
  10. efe4586 Fix cut and paste error by Greg Fischer · 3 years, 6 months ago
  11. 589aaff Don't use roundEven() to implement round() in DX9 compatibility mode by rdb · 3 years, 7 months ago
  12. dc8b1d0 Fixed compile warning in reflection.cpp for ENABLE_HLSL = 0 build. [-Wunused-parameter] by Evgeny Proydakov · 3 years, 6 months ago
  13. ffccefd Updates for final Vulkan ray tracing extensions (#2466) by Daniel Koch · 3 years, 7 months ago
  14. 7f6559d Compile out code for GL_EXT_shader_image_int64 for ANGLE (#2463) by Shahbaz Youssefi · 3 years, 7 months ago
  15. beec2e4 tweak local_size comparison a bit (#2456) by Malcolm Bechard · 3 years, 7 months ago
  16. 74e8f05 Implement GL_EXT_terminate_invocation (#2454) by Jesse Hall · 3 years, 7 months ago
  17. 383eaf3 Fix token-pasting macros not working in preprocessor directives. (#2453) by rdb · 3 years, 7 months ago
  18. 3d7984d Fix warning in iomapper. (#2449) by Chow · 3 years, 7 months ago
  19. 8c1a3a0 Add GL_EXT_shader_image_int64 support (#2409) by Tobski · 3 years, 7 months ago
  20. 478b232 8. io mapping refine & qualifier member check & resolver expand (#2396) by Chow · 3 years, 7 months ago
  21. f6e0fe8 HLSL: Add support for printf(). by Rex Xu · 3 years, 8 months ago
  22. 00d05d2 Merge pull request #2428 from Tobski/GL_EXT_fragment_shading_rate by John Kessenich · 3 years, 8 months ago
  23. a315b56 Add GL_EXT_fragment_shading_rate by Chow · 4 years ago
  24. 5b99b44 Fix uninitialized use of TIntermediate::resource (#2424) by Ben Clayton · 3 years, 8 months ago
  25. 69d0c1a Remove executable bits from code/data files (#2420) by Rémi Verschelde · 3 years, 8 months ago
  26. 9eaa69c Preprocessor related issue fix (#2378) by Chow · 3 years, 9 months ago
  27. 3933d7d Fix scope definition in ES 100. (#2379) by Chow · 3 years, 9 months ago
  28. f8a5602 Fix #2385: guard against constant_id on non-const. by johnkslang · 3 years, 9 months ago
  29. 91ac224 Allow subpassLoad for ANGLE by Shahbaz Youssefi · 3 years, 9 months ago
  30. a9e16bd Fix build android ndk r16b by nihui · 3 years, 9 months ago
  31. 6a6e311 Merge pull request #2388 from Tobski/rq-initialization-error by John Kessenich · 3 years, 9 months ago
  32. ed7a097 Error when initializing rayQuery with assignment by Tobias Hector · 3 years, 9 months ago
  33. 864cd8c Parser: Fix wrong names of extension macros by Rex Xu · 3 years, 9 months ago
  34. 8f0c6bd Merge pull request #2369 from ezdiy/c_api_export by John Kessenich · 3 years, 10 months ago
  35. 758b307 Build: fix a build warning by johnkslang · 3 years, 10 months ago
  36. 0138472 Fix #2366, fix #2358, correctly separate out numerical feature checking by johnkslang · 3 years, 10 months ago
  37. 7d66a5d Non-functional (almost): Refactor when 'extensionRequested' is called. by johnkslang · 3 years, 10 months ago
  38. bdf9e64 Non-functional: Remove reinventing the scalar type, note code issues by johnkslang · 3 years, 10 months ago
  39. b58f308 Non-functional: spellings of "destinaton" and "addPairConversion" by johnkslang · 3 years, 10 months ago
  40. 1fde85a GLSLANG_EXPORT for C APIs. by Ez Diy · 3 years, 10 months ago
  41. d8daeb4 Non-functional: correctly do GL_EXT_buffer_reference2 semantic checking by johnkslang · 3 years, 10 months ago
  42. 6c37bbb Non-functional: consistently use 'const TSourceLoc&' to pass location. by johnkslang · 3 years, 10 months ago
  43. b60e067 SPV: Fix #1829: don't emit OpModuleProcessed use-storage-buffer by johnkslang · 3 years, 10 months ago
  44. 5743eed Merge pull request #2362 from ShabbyX/optimize_for_angle by John Kessenich · 3 years, 10 months ago
  45. 1ef2e25 Use GLSLANG_ANGLE to strip features to what ANGLE requires by Shahbaz Youssefi · 4 years ago
  46. 2a44064 Revert changes that migrate to `thread_local`. by Ben Clayton · 3 years, 10 months ago
  47. 01f2de5 Avoid spurious warning about uninit var by David Neto · 3 years, 11 months ago
  48. 7923b3e Merge pull request #2353 from vkushwaha-nv/SPV_EXT_shader_atomic_float by John Kessenich · 3 years, 11 months ago
  49. 79b9392 Add changes for SPV_EXT_shader_atomic_float_add by Vikram Kushwaha · 3 years, 11 months ago
  50. 33585c8 Limit visibility of symbols for internal libraries by Ben Clayton · 4 years ago
  51. 11fa4d0 Merge pull request #2348 from ben-clayton/thread-local by John Kessenich · 3 years, 11 months ago
  52. 1c42d4e Merge pull request #2345 from mbechard/master by John Kessenich · 3 years, 11 months ago
  53. a384524 Simplify PoolAlloc with use of thread_local. by Ben Clayton · 4 years ago
  54. 5727fb3 also search global variables assignment for live variables by Malcolm Bechard · 4 years ago
  55. 3d2391f GLSL/SPV: Propagaet precision qualifier from function to return value. by John Kessenich · 3 years, 11 months ago
  56. 4f32f93 Revert "Merge pull request #2330 from ShabbyX/optimize_for_angle" by John Kessenich · 4 years ago
  57. 8486b2e Common: include standard headers before doing any defines by Christopher Degawa · 4 years ago
  58. 1ee5d1c Merge pull request #2330 from ShabbyX/optimize_for_angle by John Kessenich · 4 years ago
  59. fbe9a23 Generate build information from CHANGES.md by Ben Clayton · 4 years ago
  60. 59fb2d6 Customize glslang.y to GLSLANG_ANGLE by Shahbaz Youssefi · 4 years ago
  61. 8c49d15 Use GLSLANG_ANGLE to strip features to what ANGLE requires by Shahbaz Youssefi · 4 years ago
  62. 31cad22 Use CMake's builtin functionality for PCHs by Ben Clayton · 4 years ago
  63. 3604be1 Remove GLSLANG_BUILD_PIC flag by Ben Clayton · 4 years ago
  64. 948dc03 Add new static targets to VS solution folders by Ben Clayton · 4 years ago
  65. cb261e3 License headers: s/Google/The Khronos Group by Ben Clayton · 4 years ago
  66. 4728509 Merge pull request #2310 from ben-clayton/license-checker by John Kessenich · 4 years ago
  67. cb4788c Fix GLSLANG_IS_SHARED_LIBRARY define by Ben Clayton · 4 years ago
  68. 1d21270 Add missing copyright headers by Ben Clayton · 4 years ago
  69. a70f7de Merge pull request #2268 from lriki/hlsl-pack_matrix by John Kessenich · 4 years ago
  70. 5d4d211 Merge pull request #2303 from ben-clayton/limit-public-2 by John Kessenich · 4 years ago
  71. 9e4429f Bump revision. by John Kessenich · 4 years ago
  72. b112fac HLSL: Catch error cases earlier, preventing a later assert. by John Kessenich · 4 years ago
  73. 8d3f3b7 Merge pull request #2302 from KhronosGroup/fix-texture-precision by John Kessenich · 4 years ago
  74. d64e859 glslang: Only export public interface for SOs by Ben Clayton · 4 years ago
  75. b8c3386 CMake: break up glslang into smaller static libs by Ben Clayton · 4 years ago
  76. 12c155f SPV: RelaxedPrecision: use the result precision for texture sampling. by John Kessenich · 4 years ago
  77. f6e3446 Fixed GCC -Wunused-parameter in hlslParseables.cpp. by Evgeny Proydakov · 4 years ago
  78. 3cae3c4 HLSL: Fix #pragma pack_matrix(row_major) not work on global uniforms by lriki · 4 years ago
  79. 051c6fe Build: use better MSVC subfolder names for the previous build changes. by John Kessenich · 4 years ago
  80. b247cfc Merge pull request #2275 from ben-clayton/mv-hlsl by John Kessenich · 4 years ago
  81. abd91ad Bump version numbers. by John Kessenich · 4 years ago
  82. f49820d Move hlsl/ source to glslang/HLSL/ by Ben Clayton · 4 years ago
  83. 4928d55 Merge pull request #2271 from ben-clayton/fold-hlsl by John Kessenich · 4 years ago
  84. bd392c6 Bump version. by John Kessenich · 4 years ago
  85. dcad9ad CMake: Fold HLSL source into glslang by Ben Clayton · 4 years ago
  86. 1a6c8ec C Interface: Split SPIR-V C interface to own file by Ben Clayton · 4 years ago
  87. b919bc8 Fix signed / unsigned mismatch warning (#2266) by Ben Clayton · 4 years ago
  88. 3641ff7 Bump code gen version, due to removal of OpEntryPoint operands. by John Kessenich · 4 years ago
  89. 68b2e15 Use correct type for var storing returned value (#2263) by Ryan Harrison · 4 years ago
  90. 08328fe Fix xfb stride limit issue (#2088) by Roy.li · 4 years ago
  91. 8111268 Add Shared/Std140 SSBO process & top-level array elements related (#2231) by Chow · 4 years ago
  92. b56e0e4 HLSL: Recognize POSITION semantic et al in DX9 compatibility mode (#2255) by rdb · 4 years ago
  93. d39b8af EXT_ray_tracing requires spv1.4 (#2237) by alelenv · 4 years ago
  94. d0c9129 fix warning unused parameter in release build (#2251) by nihui · 4 years ago
  95. 2cf9621 Reorder member init to match decl order (#2241) by David Neto · 4 years, 1 month ago
  96. 59216d5 Add support for primitive culling layout qualifier. (#2220) by alelenv · 4 years, 1 month ago
  97. eba1389 Replace incorrect uint32_t with correct int vars (#2235) by Ryan Harrison · 4 years, 1 month ago
  98. 6f723eb fix incorrect error when multiple compilation units don't declare layouts (#2238) by Malcolm Bechard · 4 years, 1 month ago
  99. 2e0f0a0 Fix #2227, which was coded incorrectly, to be simpler/safer. by John Kessenich · 4 years, 1 month ago
  100. 9514c6b Build: Fix #2228, by correcting the type used. by John Kessenich · 4 years, 1 month ago