1. 14e13e7 Merge pull request #1876 from jeffbolznv/imma by John Kessenich · 5 years ago
  2. df1d4cc ESSL/SPV: Fix #1856: Allow ESSL shaders to compile to OpenGL SPIR-V. by John Kessenich · 5 years ago
  3. efd47a8 Documentation: Provide more detail in setting up the environment. by John Kessenich · 5 years ago
  4. f27bd2a Merge pull request #1883 from Kangz/fix_gn by John Kessenich · 5 years ago
  5. 5442b4f BUILD.gn: Add missing HLSL files. by Corentin Wallez · 5 years ago
  6. 9f5a43a Merge pull request #1881 from baldurk/buffer-array-bind-reflection-fix by John Kessenich · 5 years ago
  7. 32d18c5 Merge pull request #1882 from Kangz/fix-chrome by John Kessenich · 5 years ago
  8. 9757da4 GN build (for Chromium): enable HLSL in dependents. by Corentin Wallez · 5 years ago
  9. 1f1e536 Dereference any array type before expanding root-level SSBO members by baldurk · 5 years ago
  10. d6a5cc6 Merge pull request #1878 from dneto0/chrome-fix by John Kessenich · 5 years ago
  11. 96bec34 GN build (for Chromium): enable HLSL by David Neto · 5 years ago
  12. 387657e GL_NV_integer_cooperative_matrix support by Jeff Bolz · 5 years ago
  13. a3bc04b Bump revision. by John Kessenich · 5 years ago
  14. c190d5b Merge pull request #1874 from KhronosGroup/inherit-memory-qualifiers by John Kessenich · 5 years ago
  15. 9a5689f GLSL: Inherit memory qualifiers, both declaratively and in execution. by John Kessenich · 5 years ago
  16. 28f314d Merge pull request #1875 from jonahryandavis/extra-tokens by John Kessenich · 5 years ago
  17. c27def3 Fix conformance with -Wextra-tokens by Jonah Ryan-Davis · 5 years ago
  18. c817600 Bump version. by John Kessenich · 5 years ago
  19. ea69a29 Merge pull request #1855 from KhronosGroup/web by John Kessenich · 5 years ago
  20. 369ffa9 web: Fix accidental additon of refract() prototypes and update README. by John Kessenich · 5 years ago
  21. deec193 Web: Turn off includes, independent preprocessing path, fine tune all. by John Kessenich · 5 years ago
  22. b9197c8 Web: Make switched methods all be non-virtual, more web-dependent code, by John Kessenich · 5 years ago
  23. d8834df Web: Optional error management and error tightening. by John Kessenich · 5 years ago
  24. fb4f233 Web: Use isEsProfile() instead of run-time testing; remove more atomics by John Kessenich · 5 years ago
  25. 155d351 Web: Remove unused stage functionality, SPIR-V logger, and hex_utils by John Kessenich · 5 years ago
  26. 39697cd Web: Remove unnecessary GLSL numeric types, and some collateral. by John Kessenich · 5 years ago
  27. 3e4b6ff Web: Tighten up sampling code and interfaces. by John Kessenich · 5 years ago
  28. eaf4496 Web: Complete the removal of vendor-specific #ifdef's, including CMake. by John Kessenich · 5 years ago
  29. 441b2ac Web: Prune grammar and lexor down to needed subset. by John Kessenich · 5 years ago
  30. a28f7a7 Web: Generalize _EXTENSIONS* in SPIR-V back-end. by John Kessenich · 5 years ago
  31. b6d3ee5 Web: Turn off bracket-style attributes, reflection, and IO mapping. by John Kessenich · 5 years ago
  32. 7015bd6 Web: Remove/rationalize a set of *_EXTENSIONS, using GLSLANG_WEB. by John Kessenich · 5 years ago
  33. e66dace Web: First pass of tabling the built-in function declarations. by John Kessenich · 5 years ago
  34. 23d2775 Web: Selectively remove a few key features, using #ifndef GLSLANG_WEB by John Kessenich · 5 years ago
  35. bfc21ff Web: Change a bunch of HLSL methods from dynamic to compile-time known. by John Kessenich · 5 years ago
  36. d4ed515 Web: Remove a few additional HLSL constructs with ENABLE_HLSL. by John Kessenich · 5 years ago
  37. 1376106 Web: Add sanity check test suite for smaller-footprint builds. by John Kessenich · 5 years ago
  38. 34cccdc Merge pull request #1872 from kainino0x/js-interface by John Kessenich · 5 years ago
  39. 3aac2d4 Bump revision. by John Kessenich · 5 years ago
  40. a761284 convert_glsl_to_spirv: fail early, reduce copies, remove input buffer allocation by Kai Ninomiya · 5 years ago
  41. b16a4bc make glslang.js easy to use by Kai Ninomiya · 5 years ago
  42. a91561d enable build for node by Kai Ninomiya · 5 years ago
  43. 95609e6 Set theme jekyll-theme-merlot by John Kessenich · 5 years ago
  44. 37fc4d2 Merge pull request #1867 from zoddicus/addWebBuild by John Kessenich · 5 years ago
  45. 7eb3e6e Make non-emscripten flags platform agnostic. by Ryan Harrison · 5 years ago
  46. c1063cd Converted ENABLE_HLSL to a dependent option, so it can be always disabled in web builds by Ryan Harrison · 5 years ago
  47. 734176a Move build instructions to README.md by Ryan Harrison · 5 years ago
  48. c96e42d Add WASM build target for Web version of glslang by Ryan Harrison · 5 years ago
  49. 3cea2e5 Bump revision and give the bots another chance to work. by John Kessenich · 5 years ago
  50. a0eb5ef Merge pull request #1860 from zoddicus/fixShaderCRoll by John Kessenich · 5 years ago
  51. 1f6fedd Add in header for uint32_t definition by Ryan Harrison · 5 years ago
  52. eea3400 Merge pull request #1859 from zoddicus/fixNoRTTIForWindows by John Kessenich · 5 years ago
  53. 8126eb1 Convert no RTTI rule to be compiler specific by Ryan Harrison · 5 years ago
  54. f04f1f9 Merge pull request #1857 from Roy-AMD/automapping-opengl-location by John Kessenich · 5 years ago
  55. 7fc8683 Merge pull request #1813 from jeffbolznv/compositeconstruct by John Kessenich · 5 years ago
  56. 642b6ad Merge pull request #1844 from alelenv/ast_print_fix by John Kessenich · 5 years ago
  57. 03a93ae Fix Clang compiler warning. by Canon lee · 5 years ago
  58. c24033a Fix location distribution not in order by Canon lee · 5 years ago
  59. 1247baa Merge branch 'sync' into automapping-opengl-location by Canon lee · 5 years ago
  60. 42f8134 Merge pull request #1853 from s-perron/per by John Kessenich · 5 years ago
  61. 208cb58 Remove execute permission from LICENSE.txt by Steven Perron · 5 years ago
  62. 8a5824f Fix memory init issue, to make sure the class members are init in order. by Roy · 5 years ago
  63. 302fe97 Revert "Merge pull request #1792 from Roy-AMD/automapping-opengl-location" by John Kessenich · 5 years ago
  64. 50ada66 Merge pull request #1792 from Roy-AMD/automapping-opengl-location by John Kessenich · 5 years ago
  65. 3464b6f Merge pull request #1847 from alelenv/member_remap_fix by John Kessenich · 5 years ago
  66. c1e61d6 Fix bugs in missing Builtin decoration for some NV builtins for tessellation by Ashwin Lele · 5 years ago
  67. 2bb2da9 SPV: Update to latest SPIR-V header. by John Kessenich · 5 years ago
  68. 333d1c9 Merge pull request #1845 from greg-lunarg/kg105 by John Kessenich · 5 years ago
  69. 3831706 Update spirv-tools and spirv-headers known good. by Greg Fischer · 5 years ago
  70. 9f2236e Build: shut up warning to add unnecessary parens. by John Kessenich · 5 years ago
  71. a76d1c2 Fix bug in printing trailing comma when dumping AST for a structure. by Ashwin Lele · 5 years ago
  72. 74426f7 Merge pull request #1841 from jmacnak-nv/jmacnak-raytracing-descriptor-indexing-validation by John Kessenich · 5 years ago
  73. ea5715c Update known good SPIRV-Tools commit by Jason Macnak · 5 years ago
  74. e383c5f Merge pull request #1837 from KhronosGroup/fix-NV_compute_shader_derivatives by John Kessenich · 5 years ago
  75. c7c52d1 Merge pull request #1839 from sparmarNV/fix-NV_mesh_shader by John Kessenich · 5 years ago
  76. f2dcc87 Allow unsized view array dimension for non-block perviewNV attributes by Sahil Parmar · 5 years ago
  77. 50dc8c3 Merge pull request #1824 from KhronosGroup/fix-spec-expr-array-check by John Kessenich · 5 years ago
  78. 361931c Merge pull request #1836 from amdrexu/bugfix by John Kessenich · 5 years ago
  79. 33081e0 ESSL: Fix #1823: Conditions for when derivatives are in compute shader. by John Kessenich · 5 years ago
  80. bb7307b OpIsHelperInvocationEXT should declare relevant SPV extension and capability by Rex Xu · 5 years ago
  81. 1a6e853 GLSL: Fix #1833: Don't constant fold integer mix to a float. by John Kessenich · 5 years ago
  82. 25a508c Merge pull request #1835 from jmacnak-nv/jmacnak-sample-coverage-capability by John Kessenich · 5 years ago
  83. 854439c Merge pull request #1834 from zoddicus/addRTTIFlag by John Kessenich · 5 years ago
  84. dbd4c3c spirv: Generate missing SampleMaskOverrideCoverageNV capability op by Jason Macnak · 5 years ago
  85. bbf172b Explicitly remove RTTI in the top-level build config by Ryan Harrison · 5 years ago
  86. 71892a5 Merge pull request #1833 from AaronHaganAMD/master by John Kessenich · 5 years ago
  87. 91fb009 Add support for SPV_KHR_shader_clock by amhagan · 5 years ago
  88. c538b5d Merge pull request #1832 from jeffbolznv/issue1828 by John Kessenich · 5 years ago
  89. c1ad396 Avoid generating 8/16-bit constants when 8/16-bit arithmetic extensions aren't enabled by Jeff Bolz · 5 years ago
  90. f970253 Merge pull request #1827 from alan-baker/update-spirv-tools by John Kessenich · 5 years ago
  91. 8aa9a7b Merge pull request #1825 from amdrexu/bugfix by John Kessenich · 5 years ago
  92. 87dd98f Test updates by Alan Baker · 5 years ago
  93. 5a391cc Update SPIRV-Tools revision by Alan Baker · 5 years ago
  94. e085d83 Change implementation of gl_SIMDGroupSizeAMD by Rex Xu · 5 years ago
  95. 96524f9 SPV: Fix #1783: Don't do bounds checking for spec-const-expression size by John Kessenich · 5 years ago
  96. 4b4b41a HLSL: Fix #1815: Don't constant fold spec-constant array indexing. by John Kessenich · 5 years ago
  97. 22683b4 Merge pull request #1819 from jeffbolznv/demote by John Kessenich · 5 years ago
  98. 6a50a78 update spirv-headers to pick up demote_to_helper_invocation by Jeff Bolz · 5 years ago
  99. e5c394b Standalone: Fix #1814: Check that linkage was specified for reflection. by John Kessenich · 5 years ago
  100. 974a586 Merge pull request #1817 from jeffbolznv/demote by John Kessenich · 5 years ago