1. 3cea2e5 Bump revision and give the bots another chance to work. by John Kessenich · 5 years ago
  2. a0eb5ef Merge pull request #1860 from zoddicus/fixShaderCRoll by John Kessenich · 5 years ago
  3. 1f6fedd Add in header for uint32_t definition by Ryan Harrison · 5 years ago
  4. eea3400 Merge pull request #1859 from zoddicus/fixNoRTTIForWindows by John Kessenich · 5 years ago
  5. 8126eb1 Convert no RTTI rule to be compiler specific by Ryan Harrison · 5 years ago
  6. f04f1f9 Merge pull request #1857 from Roy-AMD/automapping-opengl-location by John Kessenich · 5 years ago
  7. 7fc8683 Merge pull request #1813 from jeffbolznv/compositeconstruct by John Kessenich · 5 years ago
  8. 642b6ad Merge pull request #1844 from alelenv/ast_print_fix by John Kessenich · 5 years ago
  9. 03a93ae Fix Clang compiler warning. by Canon lee · 5 years ago
  10. c24033a Fix location distribution not in order by Canon lee · 5 years ago
  11. 1247baa Merge branch 'sync' into automapping-opengl-location by Canon lee · 5 years ago
  12. 42f8134 Merge pull request #1853 from s-perron/per by John Kessenich · 5 years ago
  13. 208cb58 Remove execute permission from LICENSE.txt by Steven Perron · 5 years ago
  14. 8a5824f Fix memory init issue, to make sure the class members are init in order. by Roy · 5 years ago
  15. 302fe97 Revert "Merge pull request #1792 from Roy-AMD/automapping-opengl-location" by John Kessenich · 5 years ago
  16. 50ada66 Merge pull request #1792 from Roy-AMD/automapping-opengl-location by John Kessenich · 5 years ago
  17. 3464b6f Merge pull request #1847 from alelenv/member_remap_fix by John Kessenich · 5 years ago
  18. c1e61d6 Fix bugs in missing Builtin decoration for some NV builtins for tessellation by Ashwin Lele · 5 years ago
  19. 2bb2da9 SPV: Update to latest SPIR-V header. by John Kessenich · 5 years ago
  20. 333d1c9 Merge pull request #1845 from greg-lunarg/kg105 by John Kessenich · 5 years ago
  21. 3831706 Update spirv-tools and spirv-headers known good. by Greg Fischer · 5 years ago
  22. 9f2236e Build: shut up warning to add unnecessary parens. by John Kessenich · 5 years ago
  23. a76d1c2 Fix bug in printing trailing comma when dumping AST for a structure. by Ashwin Lele · 5 years ago
  24. 74426f7 Merge pull request #1841 from jmacnak-nv/jmacnak-raytracing-descriptor-indexing-validation by John Kessenich · 5 years ago
  25. ea5715c Update known good SPIRV-Tools commit by Jason Macnak · 5 years ago
  26. e383c5f Merge pull request #1837 from KhronosGroup/fix-NV_compute_shader_derivatives by John Kessenich · 5 years ago
  27. c7c52d1 Merge pull request #1839 from sparmarNV/fix-NV_mesh_shader by John Kessenich · 5 years ago
  28. f2dcc87 Allow unsized view array dimension for non-block perviewNV attributes by Sahil Parmar · 5 years ago
  29. 50dc8c3 Merge pull request #1824 from KhronosGroup/fix-spec-expr-array-check by John Kessenich · 5 years ago
  30. 361931c Merge pull request #1836 from amdrexu/bugfix by John Kessenich · 5 years ago
  31. 33081e0 ESSL: Fix #1823: Conditions for when derivatives are in compute shader. by John Kessenich · 5 years ago
  32. bb7307b OpIsHelperInvocationEXT should declare relevant SPV extension and capability by Rex Xu · 5 years ago
  33. 1a6e853 GLSL: Fix #1833: Don't constant fold integer mix to a float. by John Kessenich · 5 years ago
  34. 25a508c Merge pull request #1835 from jmacnak-nv/jmacnak-sample-coverage-capability by John Kessenich · 5 years ago
  35. 854439c Merge pull request #1834 from zoddicus/addRTTIFlag by John Kessenich · 5 years ago
  36. dbd4c3c spirv: Generate missing SampleMaskOverrideCoverageNV capability op by Jason Macnak · 5 years ago
  37. bbf172b Explicitly remove RTTI in the top-level build config by Ryan Harrison · 5 years ago
  38. 71892a5 Merge pull request #1833 from AaronHaganAMD/master by John Kessenich · 5 years ago
  39. 91fb009 Add support for SPV_KHR_shader_clock by amhagan · 5 years ago
  40. c538b5d Merge pull request #1832 from jeffbolznv/issue1828 by John Kessenich · 5 years ago
  41. c1ad396 Avoid generating 8/16-bit constants when 8/16-bit arithmetic extensions aren't enabled by Jeff Bolz · 5 years ago
  42. f970253 Merge pull request #1827 from alan-baker/update-spirv-tools by John Kessenich · 5 years ago
  43. 8aa9a7b Merge pull request #1825 from amdrexu/bugfix by John Kessenich · 5 years ago
  44. 87dd98f Test updates by Alan Baker · 5 years ago
  45. 5a391cc Update SPIRV-Tools revision by Alan Baker · 5 years ago
  46. e085d83 Change implementation of gl_SIMDGroupSizeAMD by Rex Xu · 5 years ago
  47. 96524f9 SPV: Fix #1783: Don't do bounds checking for spec-const-expression size by John Kessenich · 5 years ago
  48. 4b4b41a HLSL: Fix #1815: Don't constant fold spec-constant array indexing. by John Kessenich · 5 years ago
  49. 22683b4 Merge pull request #1819 from jeffbolznv/demote by John Kessenich · 5 years ago
  50. 6a50a78 update spirv-headers to pick up demote_to_helper_invocation by Jeff Bolz · 5 years ago
  51. e5c394b Standalone: Fix #1814: Check that linkage was specified for reflection. by John Kessenich · 5 years ago
  52. 974a586 Merge pull request #1817 from jeffbolznv/demote by John Kessenich · 5 years ago
  53. 73f0108 Build: Tweak PR #1808 to avoid an implicit conversion warning. by John Kessenich · 5 years ago
  54. ba6170b Implement GL_EXT_demote_to_helper_invocation by Jeff Bolz · 5 years ago
  55. 4162de4 Merge pull request #1811 from ShabbyX/fix by John Kessenich · 5 years ago
  56. 1e06361 Merge pull request #1812 from ShabbyX/master by John Kessenich · 5 years ago
  57. 5313449 Handle SPIR-V type mismatch when constructing a composite by Jeff Bolz · 5 years ago
  58. f4edb8f Remove __DATE__ and __TIME__ usage by Shahbaz Youssefi · 5 years ago
  59. 6cca0e9 Remove extraneous semicolons by Shahbaz Youssefi · 5 years ago
  60. 4e6b9ea Merge pull request #1808 from jeffbolznv/promote_types by John Kessenich · 5 years ago
  61. 4b5c498 Add a bunch of missing cases to promoteConstantUnion. Use macros to expand all the cases more simply. by Jeff Bolz · 5 years ago
  62. 46cf146 Merge pull request #1807 from digit-google/fuchsia-fixes by John Kessenich · 5 years ago
  63. 8912336 Add test for constant type conversion by Jeff Bolz · 5 years ago
  64. 1f5799c BUILD.gn: Fix file for use with Fuchsia platform build. by David 'Digit' Turner · 5 years ago
  65. f9d08a2 Merge pull request #1804 from KhronosGroup/fix-930-subgroup--mask-ops by John Kessenich · 5 years ago
  66. 8e96e24 Bump revision. by John Kessenich · 5 years ago
  67. 9c14f77 AST/SPV: Fix #930: translate uvec4 <-> uint64 for SubgroupGeMask et. al. by John Kessenich · 5 years ago
  68. 11805e4 Bump revision. by John Kessenich · 5 years ago
  69. a9b00ac Merge pull request #1806 from KhronosGroup/nan-clamp by John Kessenich · 5 years ago
  70. 5d73a3c Merge pull request #1698 from jeffbolznv/private_storage_variables by John Kessenich · 5 years ago
  71. 605afc7 SPV: Add a switch for favoring non-NaN operands in min, max, and clamp. by John Kessenich · 5 years ago
  72. d579c0a Bump revision. by John Kessenich · 5 years ago
  73. 9db7278 Merge pull request #1803 from Igalia/siglesias/fix-gl_SubGroupSizeARB-tese-geom by John Kessenich · 5 years ago
  74. 2cfde2b Delete duplicated gl_SubGroupSizeARB builtin treatment by Samuel Iglesias Gonsálvez · 5 years ago
  75. def9662 Merge pull request #1796 from Igalia/siglesias/fix-gl_SubGroupSizeARB-tese-geom by John Kessenich · 5 years ago
  76. 69596ba Merge pull request #1799 from jeffbolznv/volatile_semantics by John Kessenich · 5 years ago
  77. dbe6b06 Add missing GL_ARB_shader_ballot builtins to Geometry and Tessellation shaders by Samuel Iglesias Gonsálvez · 5 years ago
  78. 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
  79. 96ee92f Merge pull request #1797 from alan-baker/update-tools by John Kessenich · 5 years ago
  80. e86cc18 Update test expectations for new SPIRV-Tools by Alan Baker · 5 years ago
  81. 4d8df4f Update known good SPIRV-Tools by Alan Baker · 5 years ago
  82. 9866ad9 Merge pull request #1787 from dgkoch/add_sm_builtins by John Kessenich · 5 years ago
  83. 2cb2f19 Add support for GL_NV_shader_sm_builtins by Daniel Koch · 5 years ago
  84. 92b5c9e GLSL: Revert f6873f7 to fix #1764. by John Kessenich · 5 years ago
  85. 60e774b Merge pull request #1794 from jeffbolznv/pre_legalization by John Kessenich · 5 years ago
  86. f575f4c Merge pull request #1793 from greg-lunarg/kg104 by John Kessenich · 5 years ago
  87. fd556e3 Use spvValidatorOptionsSetBeforeHlslLegalization for pre-legalized HLSL by Jeff Bolz · 5 years ago
  88. 21eebe7 Uppdate spirv-tools known-good by Greg Fischer · 5 years ago
  89. fc01737 code format refine by Canon lee · 5 years ago
  90. a137d2b Add interface symbol and uniform symbol location auto mapping for OpenGL shader. by Roy · 5 years ago
  91. faebe10 Merge pull request #3 from KhronosGroup/master by Roy.li · 5 years ago
  92. d3692c7 Merge pull request #1791 from dj2/unused by John Kessenich · 5 years ago
  93. 3555043 Remove unused parameter by Dan Sinclair · 5 years ago
  94. 2f4a8df Merge pull request #1788 from jeffbolznv/ifdef_fix by John Kessenich · 5 years ago
  95. 71e5b13 Add missing NV_EXTENSIONS ifdef by Jeff Bolz · 5 years ago
  96. 9fe9527 Merge pull request #1786 from jeffbolznv/fsi by John Kessenich · 5 years ago
  97. c6f0ce8 Support GL_ARB_fragment_shader_interlock by Jeff Bolz · 5 years ago
  98. a549bb8 Merge pull request #1769 from tanderson-google/RemoveInvalidGnSource by John Kessenich · 5 years ago
  99. 27a3e4c Merge pull request #1782 from dgkoch/fix_1735 by John Kessenich · 5 years ago
  100. 593a4e0 Fix subgroup support for ray tracing by Daniel Koch · 5 years ago