1. 352e668 Add flags for local size values ( compute shader ) by Chow · 5 years ago
  2. 664ad41 Fix #1879: Check for valid variable before checking for unsized arrays. by John Kessenich · 5 years ago
  3. 92f5afd Placeholder fix for part of #1870. by John Kessenich · 5 years ago
  4. 14e13e7 Merge pull request #1876 from jeffbolznv/imma by John Kessenich · 5 years ago
  5. df1d4cc ESSL/SPV: Fix #1856: Allow ESSL shaders to compile to OpenGL SPIR-V. by John Kessenich · 5 years ago
  6. 1f1e536 Dereference any array type before expanding root-level SSBO members by baldurk · 5 years ago
  7. 387657e GL_NV_integer_cooperative_matrix support by Jeff Bolz · 5 years ago
  8. 9a5689f GLSL: Inherit memory qualifiers, both declaratively and in execution. by John Kessenich · 5 years ago
  9. 369ffa9 web: Fix accidental additon of refract() prototypes and update README. by John Kessenich · 5 years ago
  10. deec193 Web: Turn off includes, independent preprocessing path, fine tune all. by John Kessenich · 5 years ago
  11. b9197c8 Web: Make switched methods all be non-virtual, more web-dependent code, by John Kessenich · 5 years ago
  12. fb4f233 Web: Use isEsProfile() instead of run-time testing; remove more atomics by John Kessenich · 5 years ago
  13. 155d351 Web: Remove unused stage functionality, SPIR-V logger, and hex_utils by John Kessenich · 5 years ago
  14. 7015bd6 Web: Remove/rationalize a set of *_EXTENSIONS, using GLSLANG_WEB. by John Kessenich · 5 years ago
  15. e66dace Web: First pass of tabling the built-in function declarations. by John Kessenich · 5 years ago
  16. 23d2775 Web: Selectively remove a few key features, using #ifndef GLSLANG_WEB by John Kessenich · 5 years ago
  17. bfc21ff Web: Change a bunch of HLSL methods from dynamic to compile-time known. by John Kessenich · 5 years ago
  18. d4ed515 Web: Remove a few additional HLSL constructs with ENABLE_HLSL. by John Kessenich · 5 years ago
  19. 1376106 Web: Add sanity check test suite for smaller-footprint builds. by John Kessenich · 5 years ago
  20. 7fc8683 Merge pull request #1813 from jeffbolznv/compositeconstruct by John Kessenich · 5 years ago
  21. 642b6ad Merge pull request #1844 from alelenv/ast_print_fix by John Kessenich · 5 years ago
  22. c1e61d6 Fix bugs in missing Builtin decoration for some NV builtins for tessellation by Ashwin Lele · 5 years ago
  23. a76d1c2 Fix bug in printing trailing comma when dumping AST for a structure. by Ashwin Lele · 5 years ago
  24. e383c5f Merge pull request #1837 from KhronosGroup/fix-NV_compute_shader_derivatives by John Kessenich · 5 years ago
  25. f2dcc87 Allow unsized view array dimension for non-block perviewNV attributes by Sahil Parmar · 5 years ago
  26. 50dc8c3 Merge pull request #1824 from KhronosGroup/fix-spec-expr-array-check by John Kessenich · 5 years ago
  27. 33081e0 ESSL: Fix #1823: Conditions for when derivatives are in compute shader. by John Kessenich · 5 years ago
  28. 1a6e853 GLSL: Fix #1833: Don't constant fold integer mix to a float. by John Kessenich · 5 years ago
  29. dbd4c3c spirv: Generate missing SampleMaskOverrideCoverageNV capability op by Jason Macnak · 5 years ago
  30. c1ad396 Avoid generating 8/16-bit constants when 8/16-bit arithmetic extensions aren't enabled by Jeff Bolz · 5 years ago
  31. 87dd98f Test updates by Alan Baker · 5 years ago
  32. 96524f9 SPV: Fix #1783: Don't do bounds checking for spec-const-expression size by John Kessenich · 5 years ago
  33. 4b4b41a HLSL: Fix #1815: Don't constant fold spec-constant array indexing. by John Kessenich · 5 years ago
  34. 6a50a78 update spirv-headers to pick up demote_to_helper_invocation by Jeff Bolz · 5 years ago
  35. ba6170b Implement GL_EXT_demote_to_helper_invocation by Jeff Bolz · 5 years ago
  36. 5313449 Handle SPIR-V type mismatch when constructing a composite by Jeff Bolz · 5 years ago
  37. 4b5c498 Add a bunch of missing cases to promoteConstantUnion. Use macros to expand all the cases more simply. by Jeff Bolz · 5 years ago
  38. 8912336 Add test for constant type conversion by Jeff Bolz · 5 years ago
  39. 9c14f77 AST/SPV: Fix #930: translate uvec4 <-> uint64 for SubgroupGeMask et. al. by John Kessenich · 5 years ago
  40. a9b00ac Merge pull request #1806 from KhronosGroup/nan-clamp by John Kessenich · 5 years ago
  41. 5d73a3c Merge pull request #1698 from jeffbolznv/private_storage_variables by John Kessenich · 5 years ago
  42. 605afc7 SPV: Add a switch for favoring non-NaN operands in min, max, and clamp. by John Kessenich · 5 years ago
  43. 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
  44. e86cc18 Update test expectations for new SPIRV-Tools by Alan Baker · 5 years ago
  45. 2cb2f19 Add support for GL_NV_shader_sm_builtins by Daniel Koch · 5 years ago
  46. 92b5c9e GLSL: Revert f6873f7 to fix #1764. by John Kessenich · 5 years ago
  47. fd556e3 Use spvValidatorOptionsSetBeforeHlslLegalization for pre-legalized HLSL by Jeff Bolz · 5 years ago
  48. c6f0ce8 Support GL_ARB_fragment_shader_interlock by Jeff Bolz · 5 years ago
  49. 593a4e0 Fix subgroup support for ray tracing by Daniel Koch · 5 years ago
  50. c3e60ad Add AST tests for ray tracing shaders by Daniel Koch · 5 years ago
  51. 3418cb4 Add AST tests for mesh and task shaders by Daniel Koch · 5 years ago
  52. 51760c8 Add more subgroup testing by Daniel Koch · 5 years ago
  53. 8adc2f5 Allow runtime-sized arrays of acceleration structures by Jeff Bolz · 5 years ago
  54. 40b1a9e Fix include guard for GL_EXT_multiview by Daniel Koch · 5 years ago
  55. 9bb17cd Return consistent names from CapabilityString by Daniel Koch · 5 years ago
  56. 8b920c7 Update SPIRV-Tools, SPIRV-Headers by David Neto · 5 years ago
  57. b64952e SPV 1.4: Move to 1.4 validation, removing all 1.4 validation failures. by John Kessenich · 5 years ago
  58. f43c739 SPV 1.4: Emit SignExtend and ZeroExtend for integer image reads/writes. by John Kessenich · 5 years ago
  59. 61a5ce1 SPV 1.4: Lookup tables: Use variable initializer and NonWritable... by John Kessenich · 6 years ago
  60. fbb6bdf SPV 1.4: Add support for OpCopyLogical, careful of Boolean differences. by John Kessenich · 6 years ago
  61. 1f4d046 SPV 1.4: Implement the 5 new loop controls. by John Kessenich · 6 years ago
  62. 0c1e71a SPV 1.4: Use OpSelect for trivial typed non-scalar/vector expressions. by John Kessenich · 6 years ago
  63. cfea59d SPV 1.4: Add testing infrastructure for SPV 1.4 tests. by John Kessenich · 6 years ago
  64. 88220d5 For nonuniformEXT constructor, make a copy of the node to decorate by Jeff Bolz · 5 years ago
  65. e291f7a Merge pull request #1739 from jeffbolznv/buffer_reference2 by John Kessenich · 5 years ago
  66. c0640da Merge pull request #1758 from jeffbolznv/convertonly by John Kessenich · 5 years ago
  67. 5cb2fa2 Fix #1759: Check for specialization constants when literals required. by John Kessenich · 5 years ago
  68. 758c933 Add support for GL_EXT_buffer_reference2 by Jeff Bolz · 5 years ago
  69. faac86e If a shader's only use of float16 is for FConvert, add the Float16 capability. by Jeff Bolz · 5 years ago
  70. f6873f7 GLSL: Add error check for an argument dropping the 'restrict' qualifier by John Kessenich · 5 years ago
  71. 08d61df Fix #1720: Give an error for parameter mismatched image format. by John Kessenich · 5 years ago
  72. 137e071 Merge pull request #1740 from ewerness-nv/callableincoming by John Kessenich · 5 years ago
  73. 83170e3 Enable GL_KHR_shader_subgroup properly by Daniel Koch · 5 years ago
  74. 659060b Callables shouldn't have incoming ray flags by Eric Werness · 5 years ago
  75. e442a03 GLSL: Fix tessellation control shader bounding box support. (#1730) by Laurie · 5 years ago
  76. 80c36be Merge pull request #1728 from alelenv/shaderrecord_fix by John Kessenich · 5 years ago
  77. 938ab9a Update SPIRV-Tools and Headers by Ryan Harrison · 5 years ago
  78. 3fd1232 Improved fix for buffer reference constants by Jeff Bolz · 5 years ago
  79. 38cbad1 Fix interactions between 'volatile' and the Vulkan memory model by Jeff Bolz · 5 years ago
  80. afa5671 Error out writes to shaderRecordNV buffer blocks. by Ashwin Lele · 5 years ago
  81. be63fac Handle buffer references vs 'const' by Jeff Bolz · 6 years ago
  82. 4605e2e Implement GL_NV_cooperative_matrix by Jeff Bolz · 5 years ago
  83. a84079d PP: Fix #1605: Paste tokens for ## through number->letter transitions. by John Kessenich · 5 years ago
  84. 141bc5a Fix type recursion with EOpIndexIndirect dereferences by baldurk · 6 years ago
  85. 2b2316d Add Float16/Int8/Int16 capabilities for private variables and function parameters by Jeff Bolz · 6 years ago
  86. 9f538c7 Merge pull request #1696 from baldurk/fix-nonblock-array-size by John Kessenich · 6 years ago
  87. 6fee944 PP: Fix #1694: Rationalize errors on partially expanded macro argument. by John Kessenich · 6 years ago
  88. 9466850 Update gtest to explicitly size gl_PrimitiveIndicesNV[] by Sahil Parmar · 6 years ago
  89. ab027be Fix resizing of gl_PrimitiveIndicesNV[] to max_primitives*geomSize by Sahil Parmar · 6 years ago
  90. 879562b Fix treatment of array input/output variables in reflection by baldurk · 6 years ago
  91. 1905069 Add option to unwrap I/O block aggregates in reflection by baldurk · 6 years ago
  92. 9840f11 PP: Fix #1694: Handle badly formed argument substitution. by John Kessenich · 6 years ago
  93. d83344f Merge pull request #1684 from baldurk/reflection-interface-improve by John Kessenich · 6 years ago
  94. 3958927 Add missing support for gl_MeshViewCountNV/gl_MeshViewIndicesNV in task shaders by Sahil Parmar · 6 years ago
  95. aeeaf08 Update expected test results by Alan Baker · 6 years ago
  96. a972e73 Add option to reflect all block members, inactive or active. by baldurk · 6 years ago
  97. 657acc0 Add option to reflect buffer blocks & variables separately to uniforms by baldurk · 6 years ago
  98. 4a2aa82 Reflect array stride, top-level array stride, and block member count by baldurk · 6 years ago
  99. 0af5e3e Reflect pipeline outputs as well as inputs, optionally from other stages by baldurk · 6 years ago
  100. edf8212 Add an option to report array variables with trailing [0] suffix by baldurk · 6 years ago