1. 78221d6 Update CHANGES for release 11.12.0 by Jeremy Hayes · 1 year, 9 months ago
  2. 182ab46 Update test expected files with new magic number by Graeme Leese · 4 years ago
  3. 3641ff7 Bump code gen version, due to removal of OpEntryPoint operands. by John Kessenich · 4 years, 1 month ago
  4. b0ada80 HLSL: Fix #1974: ignore input primitives on non-entry-point functions. by John Kessenich · 4 years, 6 months ago
  5. 31c3370 Bump up the generator version, which is exposed in SPV test results. by John Kessenich · 4 years, 8 months ago
  6. ed777b0 Modify testing to only record validation pass/fail by Alan Baker · 6 years ago
  7. 97068d8 Merge pull request #1465 from otakuto/remove-execute-permissions by John Kessenich · 6 years ago
  8. cc14f2d SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. by John Kessenich · 6 years ago
  9. d03da06 Remove execute permissions by otakuto · 6 years ago
  10. d6c9755 Change the major revision number for next commit. by John Kessenich · 6 years ago
  11. ac37079 Revert the commits that change OpArrayLength type and bumped the version number. by John Kessenich · 6 years ago
  12. 0216f24 SPV: Bump up the generator number. by John Kessenich · 6 years ago
  13. 71b5da6 SPV: Bump up generator number, because previous commit changes code gen slightly. by John Kessenich · 6 years ago
  14. 2b5ea9f SPV Version: Emit the requested SPIR-V version, not the header version. by John Kessenich · 6 years ago
  15. 6c1c276 SPV: Bump SPIR-V header to the unified1 version (version 1.2). by John Kessenich · 6 years ago
  16. c72e593 SPV: Bump the generator number to account for barrier changes. by John Kessenich · 7 years ago
  17. 07ed11f SPV: GeneratorVersion: bump version number because of atomic decrement change. by John Kessenich · 7 years ago
  18. 5e5b12e HLSL: add geometry stage support for clip/cull distance by LoopDawg · 7 years ago
  19. e2cda3c HLSL: handle clip and cull distance input builtin type conversion by LoopDawg · 7 years ago
  20. e29ff3c HLSL: Flatten structs for all non-arrayed I/O interfaces. by John Kessenich · 7 years ago
  21. e516d43 HLSL: Move debug naming to a simpler, more consistent, scheme. by John Kessenich · 7 years ago
  22. 2b4f77f HLSL: Correct use of isPerVertexBuiltIn() to be isClipOrCullDistance(). by John Kessenich · 7 years ago
  23. d319fb4 HLSL: Test change: Geometry shaders can't return values from main. by John Kessenich · 7 years ago
  24. 307b650 HLSL: handle multiple clip/cull semantic IDs by LoopDawg · 7 years ago
  25. c44b95f WIP: HLSL: handle clip/cull distance array semantic matching by LoopDawg · 7 years ago
  26. 6fa1764 HLSL: Emit the OpSource HLSL instruction for HLSL, using new headers. by John Kessenich · 7 years ago
  27. 08e0c08 HLSL: fix GS implementation for EP wrapping by steve-lunarg · 7 years ago
  28. 71c100d GLSL output: Removed fixed-size buffer; fixes #769. by John Kessenich · 7 years ago
  29. 6e1d50a HLSL: Accept SV_Cull/ClipDistanceN, by refactoring the way semantics are mapped. by John Kessenich · 7 years ago