1. 1ff0c18 Fix #1924: Emit SPV_EXT_physical_storage_buffer, not the KHR form. by John Kessenich · 5 years ago
  2. 4b97a11 Merge pull request #1919 from dj2/install_spirv by John Kessenich · 5 years ago
  3. 78ba251 single line by dan sinclair · 5 years ago
  4. c13e0f1 Update appveyor and travis files by dan sinclair · 5 years ago
  5. 7b0e236 Move install directory for SPIRV/ folder. by dan sinclair · 5 years ago
  6. 135e3e3 Merge pull request #1918 from KhronosGroup/format-attributes by John Kessenich · 5 years ago
  7. 8a97d38 HLSL: Fix #1912: add attribute syntax for nonreadable/nonwritable by John Kessenich · 5 years ago
  8. 2d9b0a3 HLSL: Fix #1912: add attribute syntax for overriding image formats. by John Kessenich · 5 years ago
  9. 7bc0473 Merge pull request #1906 from ShchchowAMD/master by John Kessenich · 5 years ago
  10. 973d0e5 Merge pull request #1910 from KhronosGroup/fix-1900-const-nonuniform by John Kessenich · 5 years ago
  11. c2fafea GLSL/SPV: Fix #1900: Drop const on literal when doing an object copy. by John Kessenich · 5 years ago
  12. f7a48b1 Merge pull request #1907 from kainino0x/separate-web-and-emscripten by John Kessenich · 5 years ago
  13. caca1d1 Merge pull request #1905 from KhronosGroup/GL_EXT_buffer_reference_uvec2 by John Kessenich · 5 years ago
  14. 90e402f SPV_KHR_physical_storage_buffer/SPV: Add GL_EXT_buffer_reference_uvec2 by John Kessenich · 5 years ago
  15. 4b5159e Merge pull request #1908 from digit-google/fuchsia-fixes by John Kessenich · 5 years ago
  16. 9d43c7f Fix Fuchsia build. by David 'Digit' Turner · 5 years ago
  17. d0848b7 Merge branch 'master' into separate-web-and-emscripten by John Kessenich · 5 years ago
  18. 230117a use custom es6 modularization instead of MODULARIZE=1 by Kai Ninomiya · 5 years ago
  19. 4391924 Separate GLSLANG_WEB (min-size build) and Emscripten options by Kai Ninomiya · 5 years ago
  20. e0932f6 README: Fix WASM typos. by John Kessenich · 5 years ago
  21. 54c72c6 HLSL: Fix #1903 Catch 0-argument case to constructors. by John Kessenich · 5 years ago
  22. f4b2ba2 Reflection will crash when the VS input symbol defines the same name with FS output symbol by Chow · 5 years ago
  23. e4e56bc Merge pull request #1902 from jeffbolznv/extended_types by John Kessenich · 5 years ago
  24. c5b669e Add GL_EXT_shader_subgroup_extended_types support by Jeff Bolz · 5 years ago
  25. be467db Merge pull request #1899 from KhronosGroup/SPIR-V_1.5 by John Kessenich · 5 years ago
  26. f766fab GLSL: Only require constant for subgroupBroadcast when SPV < 1.5. by John Kessenich · 5 years ago
  27. 8317e6c SPV: Support SPIR-V 1.5; five extensions no longer need OpExtension. by John Kessenich · 5 years ago
  28. 8b8adf7 Merge pull request #1894 from ShchchowAMD/master by John Kessenich · 5 years ago
  29. 352e668 Add flags for local size values ( compute shader ) by Chow · 5 years ago
  30. aaff6cd SPV 1.5: Switch to the 1.5 header, for SPIR-V 1.5. by John Kessenich · 5 years ago
  31. fe0b2bd Merge pull request #1897 from dj2/unused by John Kessenich · 5 years ago
  32. fdd13ca Merge pull request #1895 from amdrexu/bugfix by John Kessenich · 5 years ago
  33. 23e9f5c Comment out params instead of removing by Dan Sinclair · 5 years ago
  34. 24a5d23 Remove unused params by Dan Sinclair · 5 years ago
  35. 3b1b9e2 Fix incorrect function prototypes of 64-bit findLSB/findMSB by Rex Xu · 5 years ago
  36. 664ad41 Fix #1879: Check for valid variable before checking for unsized arrays. by John Kessenich · 5 years ago
  37. 3495381 Merge pull request #1892 from greg-lunarg/kg106 by John Kessenich · 5 years ago
  38. d6df1fb Update spirv-tools and spriv-headers known good. by Greg Fischer · 5 years ago
  39. 56f61cc Merge pull request #1889 from Roy-AMD/code-refine by John Kessenich · 5 years ago
  40. 2ad4492 code refine by Roy · 5 years ago
  41. e8e138b Merge pull request #6 from Roy-AMD/sync by Roy.li · 5 years ago
  42. f7f2694 Merge pull request #5 from KhronosGroup/master by Roy.li · 5 years ago
  43. 92f5afd Placeholder fix for part of #1870. by John Kessenich · 5 years ago
  44. 7de044c Non-functional: Make whitespace/braces consistent for a recent commit. by John Kessenich · 5 years ago
  45. 796df2d Merge pull request #1885 from zoddicus/fixUnInitializedVariableWarnings by John Kessenich · 5 years ago
  46. 8b91ecb Change to initializing the variable by Ryan Harrison · 5 years ago
  47. 6d35ae8 Return nullptr after assert to avoid uninitialized variables by Ryan Harrison · 5 years ago
  48. 14e13e7 Merge pull request #1876 from jeffbolznv/imma by John Kessenich · 5 years ago
  49. df1d4cc ESSL/SPV: Fix #1856: Allow ESSL shaders to compile to OpenGL SPIR-V. by John Kessenich · 5 years ago
  50. efd47a8 Documentation: Provide more detail in setting up the environment. by John Kessenich · 5 years ago
  51. f27bd2a Merge pull request #1883 from Kangz/fix_gn by John Kessenich · 5 years ago
  52. 5442b4f BUILD.gn: Add missing HLSL files. by Corentin Wallez · 5 years ago
  53. 9f5a43a Merge pull request #1881 from baldurk/buffer-array-bind-reflection-fix by John Kessenich · 5 years ago
  54. 32d18c5 Merge pull request #1882 from Kangz/fix-chrome by John Kessenich · 5 years ago
  55. 9757da4 GN build (for Chromium): enable HLSL in dependents. by Corentin Wallez · 5 years ago
  56. 1f1e536 Dereference any array type before expanding root-level SSBO members by baldurk · 5 years ago
  57. d6a5cc6 Merge pull request #1878 from dneto0/chrome-fix by John Kessenich · 5 years ago
  58. 96bec34 GN build (for Chromium): enable HLSL by David Neto · 5 years ago
  59. 387657e GL_NV_integer_cooperative_matrix support by Jeff Bolz · 5 years ago
  60. a3bc04b Bump revision. by John Kessenich · 5 years ago
  61. c190d5b Merge pull request #1874 from KhronosGroup/inherit-memory-qualifiers by John Kessenich · 5 years ago
  62. 9a5689f GLSL: Inherit memory qualifiers, both declaratively and in execution. by John Kessenich · 5 years ago
  63. 28f314d Merge pull request #1875 from jonahryandavis/extra-tokens by John Kessenich · 5 years ago
  64. c27def3 Fix conformance with -Wextra-tokens by Jonah Ryan-Davis · 5 years ago
  65. c817600 Bump version. by John Kessenich · 5 years ago
  66. ea69a29 Merge pull request #1855 from KhronosGroup/web by John Kessenich · 5 years ago
  67. 369ffa9 web: Fix accidental additon of refract() prototypes and update README. by John Kessenich · 5 years ago
  68. deec193 Web: Turn off includes, independent preprocessing path, fine tune all. by John Kessenich · 5 years ago
  69. b9197c8 Web: Make switched methods all be non-virtual, more web-dependent code, by John Kessenich · 5 years ago
  70. d8834df Web: Optional error management and error tightening. by John Kessenich · 5 years ago
  71. fb4f233 Web: Use isEsProfile() instead of run-time testing; remove more atomics by John Kessenich · 5 years ago
  72. 155d351 Web: Remove unused stage functionality, SPIR-V logger, and hex_utils by John Kessenich · 5 years ago
  73. 39697cd Web: Remove unnecessary GLSL numeric types, and some collateral. by John Kessenich · 5 years ago
  74. 3e4b6ff Web: Tighten up sampling code and interfaces. by John Kessenich · 5 years ago
  75. eaf4496 Web: Complete the removal of vendor-specific #ifdef's, including CMake. by John Kessenich · 5 years ago
  76. 441b2ac Web: Prune grammar and lexor down to needed subset. by John Kessenich · 5 years ago
  77. a28f7a7 Web: Generalize _EXTENSIONS* in SPIR-V back-end. by John Kessenich · 5 years ago
  78. b6d3ee5 Web: Turn off bracket-style attributes, reflection, and IO mapping. by John Kessenich · 5 years ago
  79. 7015bd6 Web: Remove/rationalize a set of *_EXTENSIONS, using GLSLANG_WEB. by John Kessenich · 5 years ago
  80. e66dace Web: First pass of tabling the built-in function declarations. by John Kessenich · 5 years ago
  81. 23d2775 Web: Selectively remove a few key features, using #ifndef GLSLANG_WEB by John Kessenich · 5 years ago
  82. bfc21ff Web: Change a bunch of HLSL methods from dynamic to compile-time known. by John Kessenich · 5 years ago
  83. d4ed515 Web: Remove a few additional HLSL constructs with ENABLE_HLSL. by John Kessenich · 5 years ago
  84. 1376106 Web: Add sanity check test suite for smaller-footprint builds. by John Kessenich · 5 years ago
  85. 34cccdc Merge pull request #1872 from kainino0x/js-interface by John Kessenich · 5 years ago
  86. 3aac2d4 Bump revision. by John Kessenich · 5 years ago
  87. a761284 convert_glsl_to_spirv: fail early, reduce copies, remove input buffer allocation by Kai Ninomiya · 5 years ago
  88. b16a4bc make glslang.js easy to use by Kai Ninomiya · 5 years ago
  89. a91561d enable build for node by Kai Ninomiya · 5 years ago
  90. 95609e6 Set theme jekyll-theme-merlot by John Kessenich · 5 years ago
  91. 37fc4d2 Merge pull request #1867 from zoddicus/addWebBuild by John Kessenich · 5 years ago
  92. 7eb3e6e Make non-emscripten flags platform agnostic. by Ryan Harrison · 5 years ago
  93. c1063cd Converted ENABLE_HLSL to a dependent option, so it can be always disabled in web builds by Ryan Harrison · 5 years ago
  94. 734176a Move build instructions to README.md by Ryan Harrison · 5 years ago
  95. c96e42d Add WASM build target for Web version of glslang by Ryan Harrison · 5 years ago
  96. 3cea2e5 Bump revision and give the bots another chance to work. by John Kessenich · 5 years ago
  97. a0eb5ef Merge pull request #1860 from zoddicus/fixShaderCRoll by John Kessenich · 5 years ago
  98. 1f6fedd Add in header for uint32_t definition by Ryan Harrison · 5 years ago
  99. eea3400 Merge pull request #1859 from zoddicus/fixNoRTTIForWindows by John Kessenich · 5 years ago
  100. 8126eb1 Convert no RTTI rule to be compiler specific by Ryan Harrison · 5 years ago