1. 0a93cfb Update to newest SPIRV-Tools. It checks the Vulkan rule that all resources must have a set and binding decoration, which many tests fail. So add code to set a default value of zero. Also disable PCH for Ninja builds. by Jeff Bolz · 6 years ago
  2. d03da06 Remove execute permissions by otakuto · 6 years ago
  3. d6c9755 Change the major revision number for next commit. by John Kessenich · 6 years ago
  4. ac37079 Revert the commits that change OpArrayLength type and bumped the version number. by John Kessenich · 7 years ago
  5. b2ae1d0 Revert "Merge pull request #1274 from greg-lunarg/legal2" by John Kessenich · 7 years ago
  6. 663b90d Build: Fix build issues with previous commit. by John Kessenich · 7 years ago
  7. 0216f24 SPV: Bump up the generator number. by John Kessenich · 7 years ago
  8. 71b5da6 SPV: Bump up generator number, because previous commit changes code gen slightly. by John Kessenich · 7 years ago
  9. 2b5ea9f SPV Version: Emit the requested SPIR-V version, not the header version. by John Kessenich · 7 years ago
  10. 6c1c276 SPV: Bump SPIR-V header to the unified1 version (version 1.2). by John Kessenich · 7 years ago
  11. c72e593 SPV: Bump the generator number to account for barrier changes. by John Kessenich · 7 years ago
  12. dc005fb HLSL: Stop flattening non-IO structs containing opaques. by John Kessenich · 7 years ago
  13. ffc31cd Tests: Trigger more texture tests, and hopefully see build failure go away. by John Kessenich · 7 years ago
  14. 07ed11f SPV: GeneratorVersion: bump version number because of atomic decrement change. by John Kessenich · 7 years ago
  15. a608587 HLSL: Fix crash when flattening both side of assignement simultaneously. by Unknown · 7 years ago
  16. bed4e4f HLSL: Pass opaques by local copy, instead of by interface original. by John Kessenich · 7 years ago
  17. 15fa7ef HLSL: Remove workarounds for assigning to opaques. by John Kessenich · 7 years ago
  18. 03e63fa HLSL: Add fall-back for opaque initializers to just generate long-term expected code. by John Kessenich · 7 years ago
  19. e516d43 HLSL: Move debug naming to a simpler, more consistent, scheme. by John Kessenich · 7 years ago
  20. 0e6e2ff Fix #980: flatten opaque initializers to use aliases. by John Kessenich · 7 years ago