1. d6c9755 Change the major revision number for next commit. by John Kessenich · 6 years ago
  2. af7a948 Add bit width of types to disassembleInstruction by Jeff Bolz · 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. 71b5da6 SPV: Bump up generator number, because previous commit changes code gen slightly. by John Kessenich · 7 years ago
  6. 2b5ea9f SPV Version: Emit the requested SPIR-V version, not the header version. by John Kessenich · 7 years ago
  7. 6c1c276 SPV: Bump SPIR-V header to the unified1 version (version 1.2). by John Kessenich · 7 years ago
  8. c72e593 SPV: Bump the generator number to account for barrier changes. by John Kessenich · 7 years ago
  9. 07ed11f SPV: GeneratorVersion: bump version number because of atomic decrement change. by John Kessenich · 7 years ago
  10. e00e8f4 GLSL: replace general missing functionality with specific messages. by John Kessenich · 7 years ago
  11. e434ad9 Fix #809: smear scalar condition in OpSelect for selecting vector operands. by John Kessenich · 8 years ago
  12. 8e6c6ce SPV: Implement specialization constants for ?:. by John Kessenich · 8 years ago
  13. ad58d45 SPV: Emit names of specialization constants by Endre Oma · 8 years ago
  14. fb06e95 Don't print the "Linked stage" message unless the AST is being dumped. by John Kessenich · 8 years ago
  15. 64bcfdb Parser: Add 64-bit type conversion for specialization constant. by Rex Xu · 8 years ago
  16. d82c906 Vulkan: Finish semantics for what creates spec-const-semantics. by John Kessenich · 8 years ago
  17. 27e04a0 Fix spec const construtor for matrix and vector by qining · 9 years ago
  18. 189b203 Refine the code and address comments by qining · 9 years ago
  19. e24aa5e SpecOp bool->uint/int and uint<->int conversion by qining · 9 years ago
  20. 78a6b78 Front-end: Get the right set of nodes marked as spec-const. by John Kessenich · 9 years ago
  21. 75d1d80 add SpecConstantOpModeGuard to GlslangToSpvTraverser::visitSymbol() by qining · 9 years ago
  22. 4088766 Turn on SpecConstantOpMode based on node qualifier by qining · 9 years ago
  23. 4c91261 fix the wrong generated code when a non-constant array is declared with its size derived from spec constant operations by qining · 9 years ago
  24. 5c61d8e fix format; remove unnecessary parameters; rename some spec op mode guard class; remove support of float point comparison and composite type comparison; update the tests. by qining · 9 years ago
  25. 1354520 Spec Constant Operations by qining · 9 years ago