1. 361931c Merge pull request #1836 from amdrexu/bugfix by John Kessenich · 5 years ago
  2. bb7307b OpIsHelperInvocationEXT should declare relevant SPV extension and capability by Rex Xu · 5 years ago
  3. 1a6e853 GLSL: Fix #1833: Don't constant fold integer mix to a float. by John Kessenich · 5 years ago
  4. 25a508c Merge pull request #1835 from jmacnak-nv/jmacnak-sample-coverage-capability by John Kessenich · 5 years ago
  5. 854439c Merge pull request #1834 from zoddicus/addRTTIFlag by John Kessenich · 5 years ago
  6. dbd4c3c spirv: Generate missing SampleMaskOverrideCoverageNV capability op by Jason Macnak · 5 years ago
  7. bbf172b Explicitly remove RTTI in the top-level build config by Ryan Harrison · 5 years ago
  8. 71892a5 Merge pull request #1833 from AaronHaganAMD/master by John Kessenich · 5 years ago
  9. 91fb009 Add support for SPV_KHR_shader_clock by amhagan · 5 years ago
  10. c538b5d Merge pull request #1832 from jeffbolznv/issue1828 by John Kessenich · 5 years ago
  11. c1ad396 Avoid generating 8/16-bit constants when 8/16-bit arithmetic extensions aren't enabled by Jeff Bolz · 5 years ago
  12. f970253 Merge pull request #1827 from alan-baker/update-spirv-tools by John Kessenich · 5 years ago
  13. 8aa9a7b Merge pull request #1825 from amdrexu/bugfix by John Kessenich · 5 years ago
  14. 87dd98f Test updates by Alan Baker · 5 years ago
  15. 5a391cc Update SPIRV-Tools revision by Alan Baker · 5 years ago
  16. e085d83 Change implementation of gl_SIMDGroupSizeAMD by Rex Xu · 5 years ago
  17. 4b4b41a HLSL: Fix #1815: Don't constant fold spec-constant array indexing. by John Kessenich · 5 years ago
  18. 22683b4 Merge pull request #1819 from jeffbolznv/demote by John Kessenich · 5 years ago
  19. 6a50a78 update spirv-headers to pick up demote_to_helper_invocation by Jeff Bolz · 5 years ago
  20. e5c394b Standalone: Fix #1814: Check that linkage was specified for reflection. by John Kessenich · 5 years ago
  21. 974a586 Merge pull request #1817 from jeffbolznv/demote by John Kessenich · 5 years ago
  22. 73f0108 Build: Tweak PR #1808 to avoid an implicit conversion warning. by John Kessenich · 5 years ago
  23. ba6170b Implement GL_EXT_demote_to_helper_invocation by Jeff Bolz · 5 years ago
  24. 4162de4 Merge pull request #1811 from ShabbyX/fix by John Kessenich · 5 years ago
  25. 1e06361 Merge pull request #1812 from ShabbyX/master by John Kessenich · 5 years ago
  26. f4edb8f Remove __DATE__ and __TIME__ usage by Shahbaz Youssefi · 5 years ago
  27. 6cca0e9 Remove extraneous semicolons by Shahbaz Youssefi · 5 years ago
  28. 4e6b9ea Merge pull request #1808 from jeffbolznv/promote_types by John Kessenich · 5 years ago
  29. 4b5c498 Add a bunch of missing cases to promoteConstantUnion. Use macros to expand all the cases more simply. by Jeff Bolz · 5 years ago
  30. 46cf146 Merge pull request #1807 from digit-google/fuchsia-fixes by John Kessenich · 5 years ago
  31. 8912336 Add test for constant type conversion by Jeff Bolz · 5 years ago
  32. 1f5799c BUILD.gn: Fix file for use with Fuchsia platform build. by David 'Digit' Turner · 5 years ago
  33. f9d08a2 Merge pull request #1804 from KhronosGroup/fix-930-subgroup--mask-ops by John Kessenich · 5 years ago
  34. 8e96e24 Bump revision. by John Kessenich · 5 years ago
  35. 9c14f77 AST/SPV: Fix #930: translate uvec4 <-> uint64 for SubgroupGeMask et. al. by John Kessenich · 5 years ago
  36. 11805e4 Bump revision. by John Kessenich · 5 years ago
  37. a9b00ac Merge pull request #1806 from KhronosGroup/nan-clamp by John Kessenich · 5 years ago
  38. 5d73a3c Merge pull request #1698 from jeffbolznv/private_storage_variables by John Kessenich · 5 years ago
  39. 605afc7 SPV: Add a switch for favoring non-NaN operands in min, max, and clamp. by John Kessenich · 5 years ago
  40. d579c0a Bump revision. by John Kessenich · 5 years ago
  41. 9db7278 Merge pull request #1803 from Igalia/siglesias/fix-gl_SubGroupSizeARB-tese-geom by John Kessenich · 5 years ago
  42. 2cfde2b Delete duplicated gl_SubGroupSizeARB builtin treatment by Samuel Iglesias Gonsálvez · 5 years ago
  43. def9662 Merge pull request #1796 from Igalia/siglesias/fix-gl_SubGroupSizeARB-tese-geom by John Kessenich · 5 years ago
  44. 69596ba Merge pull request #1799 from jeffbolznv/volatile_semantics by John Kessenich · 5 years ago
  45. dbe6b06 Add missing GL_ARB_shader_ballot builtins to Geometry and Tessellation shaders by Samuel Iglesias Gonsálvez · 5 years ago
  46. 38a52fc Add gl_SemanticsVolatile to GL_KHR_memory_scope_semantics, and make volatile-qualified atomics generate MemorySemanticsVolatile when using the Vulkan memory model by Jeff Bolz · 5 years ago
  47. 96ee92f Merge pull request #1797 from alan-baker/update-tools by John Kessenich · 5 years ago
  48. e86cc18 Update test expectations for new SPIRV-Tools by Alan Baker · 5 years ago
  49. 4d8df4f Update known good SPIRV-Tools by Alan Baker · 5 years ago
  50. 9866ad9 Merge pull request #1787 from dgkoch/add_sm_builtins by John Kessenich · 5 years ago
  51. 2cb2f19 Add support for GL_NV_shader_sm_builtins by Daniel Koch · 5 years ago
  52. 92b5c9e GLSL: Revert f6873f7 to fix #1764. by John Kessenich · 5 years ago
  53. 60e774b Merge pull request #1794 from jeffbolznv/pre_legalization by John Kessenich · 5 years ago
  54. f575f4c Merge pull request #1793 from greg-lunarg/kg104 by John Kessenich · 5 years ago
  55. fd556e3 Use spvValidatorOptionsSetBeforeHlslLegalization for pre-legalized HLSL by Jeff Bolz · 5 years ago
  56. 21eebe7 Uppdate spirv-tools known-good by Greg Fischer · 5 years ago
  57. d3692c7 Merge pull request #1791 from dj2/unused by John Kessenich · 5 years ago
  58. 3555043 Remove unused parameter by Dan Sinclair · 5 years ago
  59. 2f4a8df Merge pull request #1788 from jeffbolznv/ifdef_fix by John Kessenich · 5 years ago
  60. 71e5b13 Add missing NV_EXTENSIONS ifdef by Jeff Bolz · 5 years ago
  61. 9fe9527 Merge pull request #1786 from jeffbolznv/fsi by John Kessenich · 5 years ago
  62. c6f0ce8 Support GL_ARB_fragment_shader_interlock by Jeff Bolz · 5 years ago
  63. a549bb8 Merge pull request #1769 from tanderson-google/RemoveInvalidGnSource by John Kessenich · 5 years ago
  64. 27a3e4c Merge pull request #1782 from dgkoch/fix_1735 by John Kessenich · 5 years ago
  65. 593a4e0 Fix subgroup support for ray tracing by Daniel Koch · 5 years ago
  66. c3e60ad Add AST tests for ray tracing shaders by Daniel Koch · 5 years ago
  67. 3418cb4 Add AST tests for mesh and task shaders by Daniel Koch · 5 years ago
  68. 51760c8 Add more subgroup testing by Daniel Koch · 5 years ago
  69. 6d88284 Merge pull request #1781 from jeffbolznv/issue_1766 by John Kessenich · 5 years ago
  70. 8adc2f5 Allow runtime-sized arrays of acceleration structures by Jeff Bolz · 5 years ago
  71. 625eb25 Merge pull request #1776 from dgkoch/dgkoch_20190525_fixes by John Kessenich · 5 years ago
  72. 40b1a9e Fix include guard for GL_EXT_multiview by Daniel Koch · 5 years ago
  73. 9bb17cd Return consistent names from CapabilityString by Daniel Koch · 5 years ago
  74. 66e4603 Merge pull request #1772 from mattparks/patch-2 by John Kessenich · 5 years ago
  75. cda52d5 Fixed .dll install on MSVC. by Matthew Albrecht · 5 years ago
  76. e10c87a Remove non-source sources from binary targets by Tom Anderson · 5 years ago
  77. 27ec919 Merge pull request #1768 from ShabbyX/enable-opt by John Kessenich · 5 years ago
  78. 741fc4a Build.gn: allow optimization in glslang lib and standalone by Shahbaz Youssefi · 5 years ago
  79. 5bd047b Merge pull request #1767 from dneto0/update-spirv-headers by John Kessenich · 5 years ago
  80. 8b920c7 Update SPIRV-Tools, SPIRV-Headers by David Neto · 5 years ago
  81. 6e384fe Build: Fix 3 warnings. by John Kessenich · 5 years ago
  82. b03da6e Merge pull request #1761 from KhronosGroup/SPIR-V_1.4 by John Kessenich · 5 years ago
  83. 08e01e7 Bump version and revision. by John Kessenich · 5 years ago
  84. b64952e SPV 1.4: Move to 1.4 validation, removing all 1.4 validation failures. by John Kessenich · 5 years ago
  85. f43c739 SPV 1.4: Emit SignExtend and ZeroExtend for integer image reads/writes. by John Kessenich · 5 years ago
  86. 61a5ce1 SPV 1.4: Lookup tables: Use variable initializer and NonWritable... by John Kessenich · 6 years ago
  87. fbb6bdf SPV 1.4: Add support for OpCopyLogical, careful of Boolean differences. by John Kessenich · 6 years ago
  88. 1f4d046 SPV 1.4: Implement the 5 new loop controls. by John Kessenich · 6 years ago
  89. 0c1e71a SPV 1.4: Use OpSelect for trivial typed non-scalar/vector expressions. by John Kessenich · 6 years ago
  90. cfea59d SPV 1.4: Add testing infrastructure for SPV 1.4 tests. by John Kessenich · 6 years ago
  91. 7c7731e SPV 1.4: Generate all globals on OpEntryPoint interface list. by John Kessenich · 6 years ago
  92. 2dd4ab3 SPV: Move to the SPIR-V 1.4 header. by John Kessenich · 5 years ago
  93. 04aa79d Merge pull request #1765 from KhronosGroup/update-knowngood-tools-SPIR-V_1.4 by John Kessenich · 5 years ago
  94. 6fef1ca Latest known-good SPIRV-Tools: WARNING: Needs python 3.x. by John Kessenich · 5 years ago
  95. c11e315 Bump revision. by John Kessenich · 5 years ago
  96. c2c5a3d Merge pull request #1762 from jeffbolznv/issue1760 by John Kessenich · 5 years ago
  97. 88220d5 For nonuniformEXT constructor, make a copy of the node to decorate by Jeff Bolz · 5 years ago
  98. e291f7a Merge pull request #1739 from jeffbolznv/buffer_reference2 by John Kessenich · 5 years ago
  99. f88e582 Merge pull request #1755 from amdrexu/bugfix by John Kessenich · 5 years ago
  100. c0640da Merge pull request #1758 from jeffbolznv/convertonly by John Kessenich · 5 years ago