1. 31c3370 Bump up the generator version, which is exposed in SPV test results. by John Kessenich · 4 years, 11 months ago
  2. 8c3d5b4 SPIR-V: Aggressively prune unreachable merge, continue target by David Neto · 5 years ago
  3. f8d1d74 Web: Reclaim more space and make all work w/wo GLSLANG_WEB. by John Kessenich · 5 years ago
  4. e5eee8f Web: Add basic atomics for SSBOs. by John Kessenich · 5 years ago
  5. 3dd1ce5 Web: Add SSBOs and a few other missing compute features. by John Kessenich · 5 years ago
  6. 51ed01c Web: Add compute stage. by John Kessenich · 5 years ago
  7. 61c22e2 Web: Add separate texture/sampler, exclude *CubeArray*. by John Kessenich · 5 years ago
  8. 016ddee Only apply volatile semantics to atomics when using Vulkan Memory Model by Jeff Bolz · 5 years ago
  9. 3290d38 Use commandline options instead of ENV variables by Dan Sinclair · 5 years ago
  10. 3f072e1 Move TARGETDIR as well by Dan Sinclair · 5 years ago
  11. 1672014 Make runtests configurable. by Dan Sinclair · 5 years ago
  12. 765cee8 GLSL/SPV: Pre SPIR-V 1.5, subgroupQuadBroadcast index must be constant by John Kessenich · 5 years ago
  13. 101ca38 Merge pull request #1880 from georgeouzou/master by John Kessenich · 5 years ago
  14. ee8e9c1 Fix #1924: Promote SPV_EXT_physical_storage_buffer to KHR when required. by John Kessenich · 5 years ago
  15. 1ff0c18 Fix #1924: Emit SPV_EXT_physical_storage_buffer, not the KHR form. by John Kessenich · 5 years ago
  16. 8a97d38 HLSL: Fix #1912: add attribute syntax for nonreadable/nonwritable by John Kessenich · 5 years ago
  17. 2d9b0a3 HLSL: Fix #1912: add attribute syntax for overriding image formats. by John Kessenich · 5 years ago
  18. c2fafea GLSL/SPV: Fix #1900: Drop const on literal when doing an object copy. by John Kessenich · 5 years ago
  19. 90e402f SPV_KHR_physical_storage_buffer/SPV: Add GL_EXT_buffer_reference_uvec2 by John Kessenich · 5 years ago
  20. c5b669e Add GL_EXT_shader_subgroup_extended_types support by Jeff Bolz · 5 years ago
  21. 352e668 Add flags for local size values ( compute shader ) by Chow · 5 years ago
  22. 664ad41 Fix #1879: Check for valid variable before checking for unsized arrays. by John Kessenich · 5 years ago
  23. 92f5afd Placeholder fix for part of #1870. by John Kessenich · 5 years ago
  24. 14e13e7 Merge pull request #1876 from jeffbolznv/imma by John Kessenich · 5 years ago
  25. df1d4cc ESSL/SPV: Fix #1856: Allow ESSL shaders to compile to OpenGL SPIR-V. by John Kessenich · 5 years ago
  26. 1f1e536 Dereference any array type before expanding root-level SSBO members by baldurk · 5 years ago
  27. d2b24ae Add support for GL_ARB_explicit_uniform_location by georgeouzou · 5 years ago
  28. 387657e GL_NV_integer_cooperative_matrix support by Jeff Bolz · 5 years ago
  29. 9a5689f GLSL: Inherit memory qualifiers, both declaratively and in execution. by John Kessenich · 5 years ago
  30. 369ffa9 web: Fix accidental additon of refract() prototypes and update README. by John Kessenich · 5 years ago
  31. deec193 Web: Turn off includes, independent preprocessing path, fine tune all. by John Kessenich · 5 years ago
  32. b9197c8 Web: Make switched methods all be non-virtual, more web-dependent code, by John Kessenich · 5 years ago
  33. fb4f233 Web: Use isEsProfile() instead of run-time testing; remove more atomics by John Kessenich · 5 years ago
  34. 155d351 Web: Remove unused stage functionality, SPIR-V logger, and hex_utils by John Kessenich · 5 years ago
  35. 7015bd6 Web: Remove/rationalize a set of *_EXTENSIONS, using GLSLANG_WEB. by John Kessenich · 5 years ago
  36. e66dace Web: First pass of tabling the built-in function declarations. by John Kessenich · 5 years ago
  37. 23d2775 Web: Selectively remove a few key features, using #ifndef GLSLANG_WEB by John Kessenich · 5 years ago
  38. bfc21ff Web: Change a bunch of HLSL methods from dynamic to compile-time known. by John Kessenich · 5 years ago
  39. d4ed515 Web: Remove a few additional HLSL constructs with ENABLE_HLSL. by John Kessenich · 5 years ago
  40. 1376106 Web: Add sanity check test suite for smaller-footprint builds. by John Kessenich · 5 years ago
  41. 7fc8683 Merge pull request #1813 from jeffbolznv/compositeconstruct by John Kessenich · 5 years ago
  42. 642b6ad Merge pull request #1844 from alelenv/ast_print_fix by John Kessenich · 5 years ago
  43. c1e61d6 Fix bugs in missing Builtin decoration for some NV builtins for tessellation by Ashwin Lele · 5 years ago
  44. a76d1c2 Fix bug in printing trailing comma when dumping AST for a structure. by Ashwin Lele · 5 years ago
  45. e383c5f Merge pull request #1837 from KhronosGroup/fix-NV_compute_shader_derivatives by John Kessenich · 5 years ago
  46. f2dcc87 Allow unsized view array dimension for non-block perviewNV attributes by Sahil Parmar · 5 years ago
  47. 50dc8c3 Merge pull request #1824 from KhronosGroup/fix-spec-expr-array-check by John Kessenich · 5 years ago
  48. 33081e0 ESSL: Fix #1823: Conditions for when derivatives are in compute shader. by John Kessenich · 5 years ago
  49. 1a6e853 GLSL: Fix #1833: Don't constant fold integer mix to a float. by John Kessenich · 5 years ago
  50. dbd4c3c spirv: Generate missing SampleMaskOverrideCoverageNV capability op by Jason Macnak · 5 years ago
  51. c1ad396 Avoid generating 8/16-bit constants when 8/16-bit arithmetic extensions aren't enabled by Jeff Bolz · 5 years ago
  52. 87dd98f Test updates by Alan Baker · 5 years ago
  53. 96524f9 SPV: Fix #1783: Don't do bounds checking for spec-const-expression size by John Kessenich · 5 years ago
  54. 4b4b41a HLSL: Fix #1815: Don't constant fold spec-constant array indexing. by John Kessenich · 5 years ago
  55. 6a50a78 update spirv-headers to pick up demote_to_helper_invocation by Jeff Bolz · 5 years ago
  56. ba6170b Implement GL_EXT_demote_to_helper_invocation by Jeff Bolz · 5 years ago
  57. 5313449 Handle SPIR-V type mismatch when constructing a composite by Jeff Bolz · 5 years ago
  58. 4b5c498 Add a bunch of missing cases to promoteConstantUnion. Use macros to expand all the cases more simply. by Jeff Bolz · 5 years ago
  59. 8912336 Add test for constant type conversion by Jeff Bolz · 5 years ago
  60. 9c14f77 AST/SPV: Fix #930: translate uvec4 <-> uint64 for SubgroupGeMask et. al. by John Kessenich · 5 years ago
  61. a9b00ac Merge pull request #1806 from KhronosGroup/nan-clamp by John Kessenich · 5 years ago
  62. 5d73a3c Merge pull request #1698 from jeffbolznv/private_storage_variables by John Kessenich · 5 years ago
  63. 605afc7 SPV: Add a switch for favoring non-NaN operands in min, max, and clamp. by John Kessenich · 5 years ago
  64. 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
  65. e86cc18 Update test expectations for new SPIRV-Tools by Alan Baker · 5 years ago
  66. 2cb2f19 Add support for GL_NV_shader_sm_builtins by Daniel Koch · 5 years ago
  67. 92b5c9e GLSL: Revert f6873f7 to fix #1764. by John Kessenich · 5 years ago
  68. fd556e3 Use spvValidatorOptionsSetBeforeHlslLegalization for pre-legalized HLSL by Jeff Bolz · 5 years ago
  69. c6f0ce8 Support GL_ARB_fragment_shader_interlock by Jeff Bolz · 5 years ago
  70. 593a4e0 Fix subgroup support for ray tracing by Daniel Koch · 5 years ago
  71. c3e60ad Add AST tests for ray tracing shaders by Daniel Koch · 5 years ago
  72. 3418cb4 Add AST tests for mesh and task shaders by Daniel Koch · 5 years ago
  73. 51760c8 Add more subgroup testing by Daniel Koch · 5 years ago
  74. 8adc2f5 Allow runtime-sized arrays of acceleration structures by Jeff Bolz · 5 years ago
  75. 40b1a9e Fix include guard for GL_EXT_multiview by Daniel Koch · 5 years ago
  76. 9bb17cd Return consistent names from CapabilityString by Daniel Koch · 5 years ago
  77. 8b920c7 Update SPIRV-Tools, SPIRV-Headers by David Neto · 5 years ago
  78. b64952e SPV 1.4: Move to 1.4 validation, removing all 1.4 validation failures. by John Kessenich · 5 years ago
  79. f43c739 SPV 1.4: Emit SignExtend and ZeroExtend for integer image reads/writes. by John Kessenich · 5 years ago
  80. 61a5ce1 SPV 1.4: Lookup tables: Use variable initializer and NonWritable... by John Kessenich · 6 years ago
  81. fbb6bdf SPV 1.4: Add support for OpCopyLogical, careful of Boolean differences. by John Kessenich · 6 years ago
  82. 1f4d046 SPV 1.4: Implement the 5 new loop controls. by John Kessenich · 6 years ago
  83. 0c1e71a SPV 1.4: Use OpSelect for trivial typed non-scalar/vector expressions. by John Kessenich · 6 years ago
  84. cfea59d SPV 1.4: Add testing infrastructure for SPV 1.4 tests. by John Kessenich · 6 years ago
  85. 88220d5 For nonuniformEXT constructor, make a copy of the node to decorate by Jeff Bolz · 5 years ago
  86. e291f7a Merge pull request #1739 from jeffbolznv/buffer_reference2 by John Kessenich · 5 years ago
  87. c0640da Merge pull request #1758 from jeffbolznv/convertonly by John Kessenich · 5 years ago
  88. 5cb2fa2 Fix #1759: Check for specialization constants when literals required. by John Kessenich · 5 years ago
  89. 758c933 Add support for GL_EXT_buffer_reference2 by Jeff Bolz · 6 years ago
  90. faac86e If a shader's only use of float16 is for FConvert, add the Float16 capability. by Jeff Bolz · 5 years ago
  91. f6873f7 GLSL: Add error check for an argument dropping the 'restrict' qualifier by John Kessenich · 5 years ago
  92. 08d61df Fix #1720: Give an error for parameter mismatched image format. by John Kessenich · 5 years ago
  93. 137e071 Merge pull request #1740 from ewerness-nv/callableincoming by John Kessenich · 5 years ago
  94. 83170e3 Enable GL_KHR_shader_subgroup properly by Daniel Koch · 5 years ago
  95. 659060b Callables shouldn't have incoming ray flags by Eric Werness · 5 years ago
  96. e442a03 GLSL: Fix tessellation control shader bounding box support. (#1730) by Laurie · 6 years ago
  97. 80c36be Merge pull request #1728 from alelenv/shaderrecord_fix by John Kessenich · 6 years ago
  98. 938ab9a Update SPIRV-Tools and Headers by Ryan Harrison · 6 years ago
  99. 3fd1232 Improved fix for buffer reference constants by Jeff Bolz · 6 years ago
  100. 38cbad1 Fix interactions between 'volatile' and the Vulkan memory model by Jeff Bolz · 6 years ago