1. 741fc4a Build.gn: allow optimization in glslang lib and standalone by Shahbaz Youssefi · 5 years ago
  2. 6e384fe Build: Fix 3 warnings. by John Kessenich · 5 years ago
  3. b03da6e Merge pull request #1761 from KhronosGroup/SPIR-V_1.4 by John Kessenich · 5 years ago
  4. 08e01e7 Bump version and revision. by John Kessenich · 5 years ago
  5. b64952e SPV 1.4: Move to 1.4 validation, removing all 1.4 validation failures. by John Kessenich · 5 years ago
  6. f43c739 SPV 1.4: Emit SignExtend and ZeroExtend for integer image reads/writes. by John Kessenich · 5 years ago
  7. 61a5ce1 SPV 1.4: Lookup tables: Use variable initializer and NonWritable... by John Kessenich · 5 years ago
  8. fbb6bdf SPV 1.4: Add support for OpCopyLogical, careful of Boolean differences. by John Kessenich · 6 years ago
  9. 1f4d046 SPV 1.4: Implement the 5 new loop controls. by John Kessenich · 6 years ago
  10. 0c1e71a SPV 1.4: Use OpSelect for trivial typed non-scalar/vector expressions. by John Kessenich · 6 years ago
  11. cfea59d SPV 1.4: Add testing infrastructure for SPV 1.4 tests. by John Kessenich · 6 years ago
  12. 7c7731e SPV 1.4: Generate all globals on OpEntryPoint interface list. by John Kessenich · 6 years ago
  13. 2dd4ab3 SPV: Move to the SPIR-V 1.4 header. by John Kessenich · 5 years ago
  14. 04aa79d Merge pull request #1765 from KhronosGroup/update-knowngood-tools-SPIR-V_1.4 by John Kessenich · 5 years ago
  15. 6fef1ca Latest known-good SPIRV-Tools: WARNING: Needs python 3.x. by John Kessenich · 5 years ago
  16. c11e315 Bump revision. by John Kessenich · 5 years ago
  17. c2c5a3d Merge pull request #1762 from jeffbolznv/issue1760 by John Kessenich · 5 years ago
  18. 88220d5 For nonuniformEXT constructor, make a copy of the node to decorate by Jeff Bolz · 5 years ago
  19. e291f7a Merge pull request #1739 from jeffbolznv/buffer_reference2 by John Kessenich · 5 years ago
  20. f88e582 Merge pull request #1755 from amdrexu/bugfix by John Kessenich · 5 years ago
  21. c0640da Merge pull request #1758 from jeffbolznv/convertonly by John Kessenich · 5 years ago
  22. 5cb2fa2 Fix #1759: Check for specialization constants when literals required. by John Kessenich · 5 years ago
  23. 758c933 Add support for GL_EXT_buffer_reference2 by Jeff Bolz · 5 years ago
  24. faac86e If a shader's only use of float16 is for FConvert, add the Float16 capability. by Jeff Bolz · 5 years ago
  25. d932cc4 Fix issues of explicit conversions. by Rex Xu · 5 years ago
  26. 86c72c9 Bump revision. by John Kessenich · 5 years ago
  27. f6873f7 GLSL: Add error check for an argument dropping the 'restrict' qualifier by John Kessenich · 5 years ago
  28. 08d61df Fix #1720: Give an error for parameter mismatched image format. by John Kessenich · 5 years ago
  29. 0e5d1bb clang-format correction and typo (clang format likely not complete) by John Kessenich · 5 years ago
  30. 805b09f Merge pull request #1753 from pixeljetstream/ckubischnv_dumpbuiltins by John Kessenich · 5 years ago
  31. 8331801 improve formating by Christoph Kubisch · 5 years ago
  32. aa4e527 revert typeName from getCompleteString() (breaks tests), add to function dump instead by Christoph Kubisch · 5 years ago
  33. 4b1dfc5 improve formating by Christoph Kubisch · 5 years ago
  34. 8a0e12a TType::getCompleteString insert optional structure name by Christoph Kubisch · 5 years ago
  35. b84a520 minor improvements to formating by Christoph Kubisch · 5 years ago
  36. 412ff6e minor naming cleanup by Christoph Kubisch · 5 years ago
  37. 55ba3ea introduce new --dump-builtin-symbols command line by Christoph Kubisch · 5 years ago
  38. 0527c9d Merge pull request #1752 from dgkoch/dkoch_build_fix18 by John Kessenich · 5 years ago
  39. 0aea310 Add cstdlib include by Daniel Koch · 5 years ago
  40. e06c7e9 Merge pull request #1750 from greg-lunarg/kg103 by John Kessenich · 5 years ago
  41. 2d0095f Update spirv-tools known-good by Greg Fischer · 5 years ago
  42. 3416d48 Update to latest SPIR-V header and bump revision. by John Kessenich · 5 years ago
  43. 1240db6 Merge pull request #1749 from dgkoch/dgkoch_common_mscver by John Kessenich · 5 years ago
  44. 8b2f96d Check if _MSC_VER is defined before using. by Daniel Koch · 5 years ago
  45. ef807f4 Merge pull request #1746 from karl-lunarg/gtest-install by John Kessenich · 5 years ago
  46. 1d1fd88 build: Don't ship GTEST headers in install target by Karl Schultz · 5 years ago
  47. e0d59bb Merge pull request #1742 from greg-lunarg/kg102 by John Kessenich · 5 years ago
  48. 9d92945 Update spirv-tools known-good by Greg Fischer · 5 years ago
  49. 137e071 Merge pull request #1740 from ewerness-nv/callableincoming by John Kessenich · 5 years ago
  50. 5125eb5 Merge pull request #1741 from dgkoch/shader_subgroup by John Kessenich · 5 years ago
  51. 83170e3 Enable GL_KHR_shader_subgroup properly by Daniel Koch · 5 years ago
  52. 659060b Callables shouldn't have incoming ray flags by Eric Werness · 5 years ago
  53. 5efb004 Merge pull request #1711 from demett-brcm/avoid-undefined-behaviour by John Kessenich · 5 years ago
  54. e442a03 GLSL: Fix tessellation control shader bounding box support. (#1730) by Laurie · 5 years ago
  55. bd0f5ad Merge pull request #1733 from null77/fix-msvc-warn by John Kessenich · 5 years ago
  56. 49dff5b Merge pull request #1731 from godlikepanos/master by John Kessenich · 5 years ago
  57. 099a80d Suppress MSVC warning about unused variable. by Jamie Madill · 5 years ago
  58. 35aeb04 Avoid running the validator as part of the optimization pass. by Panagiotis Christopoulos Charitos · 5 years ago
  59. b184e41 Build: Update to the most recent SPIR-V headers, for Rev. 7 of SPV 1.3 by John Kessenich · 5 years ago
  60. 80c36be Merge pull request #1728 from alelenv/shaderrecord_fix by John Kessenich · 5 years ago
  61. f925eef Merge pull request #1724 from zoddicus/roll_spirv by John Kessenich · 5 years ago
  62. 938ab9a Update SPIRV-Tools and Headers by Ryan Harrison · 5 years ago
  63. 437a552 Merge pull request #1723 from null77/gn-val-executable by John Kessenich · 5 years ago
  64. e880e96 GN: Make glslang_validator an executable. by Jamie Madill · 5 years ago
  65. 40c16ec Merge pull request #1717 from jeffbolznv/getBufferReferenceAlignment by John Kessenich · 5 years ago
  66. 839a948 Merge pull request #1716 from jeffbolznv/buffer_reference_fold2 by John Kessenich · 5 years ago
  67. 7895e47 Move getBufferReferenceAlignment to be a method of TType by Jeff Bolz · 5 years ago
  68. 3fd1232 Improved fix for buffer reference constants by Jeff Bolz · 5 years ago
  69. 79d25ea Merge pull request #1714 from jeffbolznv/volatil by John Kessenich · 5 years ago
  70. cc4a756 Build: Update to latest SPIR-V header. by John Kessenich · 5 years ago
  71. 38cbad1 Fix interactions between 'volatile' and the Vulkan memory model by Jeff Bolz · 5 years ago
  72. 9390154 Merge pull request #1699 from jeffbolznv/buffer_reference_fold by John Kessenich · 5 years ago
  73. afa5671 Error out writes to shaderRecordNV buffer blocks. by Ashwin Lele · 5 years ago
  74. be63fac Handle buffer references vs 'const' by Jeff Bolz · 5 years ago
  75. d90d548 Merge pull request #1713 from jeffbolznv/fix_nv_extension_disabled by John Kessenich · 5 years ago
  76. 1994fe4 Fix NV_EXTENSIONS-disabled build by Jeff Bolz · 5 years ago
  77. 8228179 Merge pull request #1701 from jeffbolznv/cooperative_matrix by John Kessenich · 5 years ago
  78. 4605e2e Implement GL_NV_cooperative_matrix by Jeff Bolz · 5 years ago
  79. 0b01841 Avoid undefined behaviour by David Emett · 5 years ago
  80. ec48452 Merge pull request #1709 from KhronosGroup/fix-pp by John Kessenich · 5 years ago
  81. a84079d PP: Fix #1605: Paste tokens for ## through number->letter transitions. by John Kessenich · 5 years ago
  82. a51d3d9 Merge pull request #1706 from nico/master by John Kessenich · 5 years ago
  83. b0f4b42 Merge pull request #1705 from baldurk/fix-indexindirect-reflection by John Kessenich · 5 years ago
  84. 76577b1 Fix -Wextra-semi warnings in headers used in Chromium by Nico Weber · 5 years ago
  85. 141bc5a Fix type recursion with EOpIndexIndirect dereferences by baldurk · 5 years ago
  86. 5432f0d Merge pull request #1702 from greg-lunarg/kg101 by John Kessenich · 5 years ago
  87. 17a8d9a Merge pull request #1703 from dj2/mem_leak by John Kessenich · 5 years ago
  88. ade579f Merge pull request #1704 from dj2/leak by John Kessenich · 5 years ago
  89. 0560138 Fixup leak of TString by Dan Sinclair · 5 years ago
  90. 756bfd0 Allocate empty function name in the string pool. by Dan Sinclair · 5 years ago
  91. f8939ef Update SPIRV-Tools known good by Greg Fischer · 5 years ago
  92. 58d6905 Merge pull request #1700 from KhronosGroup/fix-pp by John Kessenich · 5 years ago
  93. 6225dd4 PP: Faithfully track white-space through macro record/use, fixing bugs: by John Kessenich · 5 years ago
  94. 5cdf3c5 PP: Non-functional: Remove the sub-tokenization of macro stream record. by John Kessenich · 5 years ago
  95. bce1f51 Build: Fix #1640: Change strcpy to snprintf. by John Kessenich · 5 years ago
  96. 9f538c7 Merge pull request #1696 from baldurk/fix-nonblock-array-size by John Kessenich · 5 years ago
  97. 6fee944 PP: Fix #1694: Rationalize errors on partially expanded macro argument. by John Kessenich · 5 years ago
  98. da1be9a Merge pull request #1697 from sparmarNV/fix-NV_mesh_shader by John Kessenich · 5 years ago
  99. 6708b0e Handle resizing/error checks for mesh shader out arrays by Sahil Parmar · 5 years ago
  100. 9466850 Update gtest to explicitly size gl_PrimitiveIndicesNV[] by Sahil Parmar · 5 years ago