1. d6c9755 Change the major revision number for next commit. by John Kessenich · 6 years ago
  2. 137a24d AST: Remove convertToBasicType() which was obfuscating the conversion design. by John Kessenich · 6 years ago
  3. ac37079 Revert the commits that change OpArrayLength type and bumped the version number. by John Kessenich · 7 years ago
  4. 0216f24 SPV: Bump up the generator number. by John Kessenich · 7 years ago
  5. d55fe86 HLSL: Fix #1257: layout float1, int1, etc., as scalars. by John Kessenich · 7 years ago
  6. 4bee531 HLSL: Fix #1249: Always execute both sides of ternary "?:". 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. 735d7e5 Address part A of #982: $Global will use std140 instead of HLSL offsets. by John Kessenich · 7 years ago
  13. 84cc15f HLSL: Fix #903: Don't short-circuit && or ||. by John Kessenich · 7 years ago
  14. 7cca140 HLSL: Turn on hlsl-offsets by default for HLSL-source shaders. by John Kessenich · 7 years ago
  15. 0c6f936 HLSL: Fix #96: Support do-while loop substatements with no curly braces. by John Kessenich · 7 years ago
  16. 6fa1764 HLSL: Emit the OpSource HLSL instruction for HLSL, using new headers. by John Kessenich · 7 years ago
  17. 7e997e2 HLSL: Implicit bool conversions for conditional expressions and related. by John Kessenich · 7 years ago