1. 05a5b53 Fix glslang can't link multiple AST in a single stage by Roy · 4 years, 10 months ago
  2. 6334d59 Merge pull request #1997 from ShchchowAMD/ARB_uniform_buffer_object by John Kessenich · 4 years, 10 months ago
  3. 930403e Merge branch 'master' into ARB_uniform_buffer_object by John Kessenich · 4 years, 10 months ago
  4. 18fb7f2 Merge pull request #1996 from ShchchowAMD/ARB_texture_multisample by John Kessenich · 4 years, 10 months ago
  5. c674299 Merge pull request #2036 from ShchchowAMD/fix_atomic_uint_offset_check by John Kessenich · 4 years, 10 months ago
  6. 01aee05 Merge pull request #1995 from ShchchowAMD/ARB_sample_shading_support by John Kessenich · 4 years, 10 months ago
  7. 5de15a2 HLSL: Fix #2037: Integer dot used incorrect input for adds. by John Kessenich · 4 years, 10 months ago
  8. 5db058c atomic counter offset should align to 4 by Chow · 4 years, 10 months ago
  9. 97c4c09 Add support for ARB_uniform_buffer_object by Chow · 4 years, 11 months ago
  10. a8f9886 Add support for ARB_texture_multisample by Chow · 4 years, 11 months ago
  11. 78b1180 Add support for ARB_sample_shading by Chow · 4 years, 11 months ago
  12. bd97b6f Command-line: Give better error messages. From #1829. by John Kessenich · 4 years, 10 months ago
  13. ebf634b Merge pull request #2023 from greg-lunarg/kg109 by John Kessenich · 4 years, 10 months ago
  14. 85122e7 Update spriv-tools known good by Greg Fischer · 4 years, 10 months ago
  15. 6c47979 Merge pull request #2021 from KhronosGroup/fix-2020-inconsistent-HLSL by John Kessenich · 4 years, 10 months ago
  16. 1843c0c Fix #2020: PR #1977 broke HLSL member consistency, this finishes it... by John Kessenich · 4 years, 10 months ago
  17. 1afa2b8 Merge pull request #2019 from KhronosGroup/fix-2014-dont-and-versions-extensions by John Kessenich · 4 years, 10 months ago
  18. ff61c18 Merge pull request #2018 from KhronosGroup/fix-2007-rationalize-include-paths by John Kessenich · 4 years, 10 months ago
  19. 71b0100 Fix: #2014: Don't do "extension-on && version >= ..." keyword checks. by John Kessenich · 4 years, 10 months ago
  20. b5d9dee Fix #2007: Fix a couple relative header paths in header files. by John Kessenich · 4 years, 10 months ago
  21. d519167 Fix #1993: Fully exclude ftransform() from SPIR-V semantics. by John Kessenich · 4 years, 10 months ago
  22. 0de87ee Merge pull request #2010 from rnk/pool-alloc-clang by John Kessenich · 4 years, 11 months ago
  23. 24b3e83 Remove glslang::pool_allocator::setAllocator by Reid Kleckner · 4 years, 11 months ago
  24. e58c080 Merge pull request #1990 from ianromanick/INTEL_shader_integer_functions2 by John Kessenich · 4 years, 11 months ago
  25. b3bd402 INTEL_shader_integer_functions2: Add SPIR-V generation by Ian Romanick · 6 years ago
  26. fbcdcac INTEL_shader_integer_functions2: Add compiler front-end support by Ian Romanick · 6 years ago
  27. e0da415 INTEL_shader_integer_functions2: Add basic extension tracking by Ian Romanick · 6 years ago
  28. a4af767 Merge pull request #2004 from ianromanick/document-other-test-requirements by John Kessenich · 4 years, 11 months ago
  29. 9216e8c Update README.md to include other test requirements by Ian Romanick · 4 years, 11 months ago
  30. 83af469 Merge pull request #2001 from mbechard/master by John Kessenich · 4 years, 11 months ago
  31. dd9e570 Fix #1981 by Malcolm Bechard · 4 years, 11 months ago
  32. 38b4db4 Fix #1983: __ is okay starting with ES 300, rather than 310. by John Kessenich · 5 years ago
  33. 86258aa Merge pull request #1972 from andflo-Arm/master by John Kessenich · 5 years ago
  34. 8b5853d Fix #1987: Use large enough built-in buffer to hold vec4 of maxint-64. by John Kessenich · 5 years ago
  35. e01c847 Merge branch 'dj2-install' by John Kessenich · 5 years ago
  36. 43fe7ba Merge pull request #1980 from mattst88/respect-CMAKE_INSTALL_LIBDIR by John Kessenich · 5 years ago
  37. 04567eb Check for ENABLE_SPVREMAPPER flag in CMakeList files. by Dan Sinclair · 5 years ago
  38. bd69a4f Respect CMAKE_INSTALL_LIBDIR in installed CMake files by Arfrever Frehtes Taifersar Arahesis · 5 years ago
  39. f4d4668 Merge pull request #1977 from KhronosGroup/no-hlsl-structs by John Kessenich · 5 years ago
  40. 3c0d2e5 HLSL: Fix #1976: Don't let ENABLE_HLSL change struct/class layout. by John Kessenich · 5 years ago
  41. cb563e6 Add a test for 8- and 16-bit construction. by Andreas Flöjt · 5 years ago
  42. 37dcb89 Merge pull request #1973 from KhronosGroup/fix-fmod-int by John Kessenich · 5 years ago
  43. e7cb9cb HLSL: Fix #1960: fmod() was not converting int args to float. by John Kessenich · 5 years ago
  44. 1b93de4 Fix construction issue for 8 and 16 bit types. by Andreas Flöjt · 5 years ago
  45. f34cdc7 Merge pull request #1968 from dneto0/reclaim-web-codespace by John Kessenich · 5 years ago
  46. 44f5c62 Merge pull request #1967 from kainino0x/fix-dot-free by John Kessenich · 5 years ago
  47. e43e8ba SPIR-V postprocessing: WEB case only needs CFG mods by David Neto · 5 years ago
  48. d87d3a0 Fix compileGLSLZeroCopy accidental minification by Kai Ninomiya · 5 years ago
  49. e471df3 Merge pull request #1963 from KhronosGroup/revert-7b0e236 by John Kessenich · 5 years ago
  50. 442a8a9 Merge pull request #1966 from dj2/readme by John Kessenich · 5 years ago
  51. af7c73b Add deprecation for SPIRV/ install folder location. by dan sinclair · 5 years ago
  52. 199d115 Fix #1959 by reverting 7b0e236 to put files in two places. by John Kessenich · 5 years ago
  53. 5d0e01d Merge pull request #1961 from zoddicus/fixChromiumRoll by John Kessenich · 5 years ago
  54. 0552c0a Remove std::move that is breaking chromium roll by Ryan Harrison · 5 years ago
  55. 90cecb5 Merge pull request #1953 from null77/gn-add-missing-headers by John Kessenich · 5 years ago
  56. 36be19f Merge pull request #1954 from corporateshark/master by John Kessenich · 5 years ago
  57. 18d6b6b Tests: Add more test results for the previous generator version bump. by John Kessenich · 5 years ago
  58. 31c3370 Bump up the generator version, which is exposed in SPV test results. by John Kessenich · 5 years ago
  59. d48881c Fix warning: size_t->int implicit cast by Sergey Kosarevsky · 5 years ago
  60. 6fbc1af Add a couple missing headers to the GN build. by Jamie Madill · 5 years ago
  61. 31ab84a Merge branch 'dneto0-dead-code' by John Kessenich · 5 years ago
  62. 1097378 Merge branch 'dead-code' of https://github.com/dneto0/glslang into dneto0-dead-code by John Kessenich · 5 years ago
  63. 7f77b2e Bump version. by John Kessenich · 5 years ago
  64. 48233ad Merge pull request #1949 from corporateshark/master by John Kessenich · 5 years ago
  65. 8c3d5b4 SPIR-V: Aggressively prune unreachable merge, continue target by David Neto · 5 years ago
  66. 3b8d94f Add option ENABLE_CTEST to skip testing by Sergey Kosarevsky · 5 years ago
  67. b131630 Merge pull request #1948 from greg-lunarg/kg108 by John Kessenich · 5 years ago
  68. b44dac1 Update spirv-tools known good. by Greg Fischer · 5 years ago
  69. 7662586 Merge pull request #1947 from ehsannas/fix_licenses by John Kessenich · 5 years ago
  70. 4b9b07a Make buildbot licenses consistent with the rest of the code by Ehsan Nasiri · 5 years ago
  71. 3417015 Merge pull request #1946 from KhronosGroup/extend-web by John Kessenich · 5 years ago
  72. a3f0da5 BUILD.gn: Fix fuchsia build (#1944) by David Turner · 5 years ago
  73. f8d1d74 Web: Reclaim more space and make all work w/wo GLSLANG_WEB. by John Kessenich · 5 years ago
  74. e5eee8f Web: Add basic atomics for SSBOs. by John Kessenich · 5 years ago
  75. 3dd1ce5 Web: Add SSBOs and a few other missing compute features. by John Kessenich · 5 years ago
  76. 51ed01c Web: Add compute stage. by John Kessenich · 5 years ago
  77. 61c22e2 Web: Add separate texture/sampler, exclude *CubeArray*. by John Kessenich · 5 years ago
  78. 5e634c8 Enable generation of compile_commands.json (#1938) by Timo Suoranta · 5 years ago
  79. f57feff Fix the exports of glslang-default-resource-limits (#1942) by David Dubois · 5 years ago
  80. e7db8f4 Merge pull request #1941 from ehsannas/bazel_build by John Kessenich · 5 years ago
  81. d3f3f01 Run tests on Windows too. by Ehsan Nasiri · 5 years ago
  82. 2398b21 Fix build scripts. by Ehsan Nasiri · 5 years ago
  83. af7991e More cleanups for Windows. by Ehsan Nasiri · 5 years ago
  84. 8b11dfe Add Kokoro bots for building using Bazel. by Ehsan Nasiri · 5 years ago
  85. dccaa59 Make it work on Windows. by Ehsan Nasiri · 5 years ago
  86. 834ee54 Merge pull request #1937 from jeffbolznv/volatile_atomics by John Kessenich · 5 years ago
  87. 016ddee Only apply volatile semantics to atomics when using Vulkan Memory Model by Jeff Bolz · 5 years ago
  88. 0608b9d Add Bazel build configuration files. by Ehsan Nasiri · 5 years ago
  89. a959deb Merge pull request #1933 from dj2/runtest by John Kessenich · 5 years ago
  90. 3290d38 Use commandline options instead of ENV variables by Dan Sinclair · 5 years ago
  91. 9e4f6d0 Merge pull request #1932 from zoddicus/anotherSemiColonFix by John Kessenich · 5 years ago
  92. 6220242 Keep code style improvements by Ryan Harrison · 5 years ago
  93. e3dd69b Merge pull request #1934 from durswd/master by John Kessenich · 5 years ago
  94. 7d623e1 Indenting by dan sinclair · 5 years ago
  95. 0f98465 Update CMakeLists.txt by dan sinclair · 5 years ago
  96. 3f072e1 Move TARGETDIR as well by Dan Sinclair · 5 years ago
  97. 1672014 Make runtests configurable. by Dan Sinclair · 5 years ago
  98. 1aeceae Fix config issues and revert previous fixes for semi-colon issues by Ryan Harrison · 5 years ago
  99. 0539823 Added an option to make pch enabled in Cmake by durswd · 5 years ago
  100. b03e4fc Merge pull request #1866 from rumblehhh/master by John Kessenich · 5 years ago