1. 182ab46 Update test expected files with new magic number by Graeme Leese · 4 years, 4 months ago
  2. 3641ff7 Bump code gen version, due to removal of OpEntryPoint operands. by John Kessenich · 4 years, 4 months ago
  3. 31c3370 Bump up the generator version, which is exposed in SPV test results. by John Kessenich · 5 years ago
  4. d6c9755 Change the major revision number for next commit. by John Kessenich · 6 years ago
  5. ac37079 Revert the commits that change OpArrayLength type and bumped the version number. by John Kessenich · 7 years ago
  6. 0216f24 SPV: Bump up the generator number. by John Kessenich · 7 years ago
  7. 71b5da6 SPV: Bump up generator number, because previous commit changes code gen slightly. by John Kessenich · 7 years ago
  8. 2b5ea9f SPV Version: Emit the requested SPIR-V version, not the header version. by John Kessenich · 7 years ago
  9. 6c1c276 SPV: Bump SPIR-V header to the unified1 version (version 1.2). by John Kessenich · 7 years ago
  10. c72e593 SPV: Bump the generator number to account for barrier changes. by John Kessenich · 7 years ago
  11. 07ed11f SPV: GeneratorVersion: bump version number because of atomic decrement change. by John Kessenich · 7 years ago
  12. 6fa1764 HLSL: Emit the OpSource HLSL instruction for HLSL, using new headers. by John Kessenich · 7 years ago
  13. 71c100d GLSL output: Removed fixed-size buffer; fixes #769. by John Kessenich · 8 years ago
  14. 02467d8 HLSL: Wrap the entry-point; need to write 'in' args, and support 'inout' args. by John Kessenich · 8 years ago
  15. d3f1122 Whole stack: Fix stale types in the AST linker object nodes, fixing #557. by John Kessenich · 8 years ago
  16. 4e55988 HLSL Tests: Tests for previous commit, to make it easier to see what's changing. by John Kessenich · 8 years ago
  17. 7dc630f HLSL: Flatten a return struct from an entry point and assign locations after flattening. by John Kessenich · 8 years ago
  18. deb4940 HLSL: Register all entry-point in/out as part of the interface. by John Kessenich · 8 years ago
  19. 1a4b775 HLSL: Correct line numbers for function definitions. by John Kessenich · 8 years ago
  20. 830b0cc HLSL: Start location numbering with the entry-point return value. by John Kessenich · 8 years ago
  21. 510d83b HLSL: Create test results for the previous commits. by John Kessenich · 8 years ago
  22. 6a70eb7 HLSL: Emulate write-to-output on return-from-entry-point, for return value. by John Kessenich · 8 years ago
  23. 2c646b7 Updating tests, sadly every single HLSL test needs updating becuase of the language identifier by Dan Baker · 8 years ago
  24. 61da5e4 HLSL: Put intrinsics in symbol table for all stages by steve-lunarg · 8 years ago
  25. b0a63f5 HLSL: Correctly identify which variables are global storage class. by John Kessenich · 8 years ago
  26. e903ab5 HLSL: Change intrinsics tests to not use overloaded entry points by LoopDawg · 8 years ago
  27. 1b7fd0f Add asdouble, fma, & mad intrinsics and change profile to allow doubles when parsing prototypes by LoopDawg · 8 years ago
  28. 6e72fdd Add HLSL memory barrier intrinsics, fix dst, add lit & EvaluateAttributeSnapped by LoopDawg · 8 years ago
  29. 5aa59e2 HLSL: Map parameter qualifiers from generic to function-specific and entry-point specific. by John Kessenich · 8 years ago
  30. 5891070 Implement atomic ops, bit conversions, fix fwidth stage mask, fix saturate dest modifier. by LoopDawg · 8 years ago
  31. 71351de HLSL: Add all int/float/bool/uint matrix types, void for functions, and a few others. by John Kessenich · 8 years ago
  32. 643fcb5 Add negative intrinsics tests by LoopDawg · 8 years ago