1. 10 Jan, 2018 2 commits
  2. 08 Jan, 2018 3 commits
  3. 05 Jan, 2018 2 commits
  4. 02 Jan, 2018 2 commits
  5. 30 Dec, 2017 1 commit
  6. 24 Dec, 2017 1 commit
  7. 21 Dec, 2017 6 commits
  8. 20 Dec, 2017 2 commits
  9. 17 Dec, 2017 1 commit
  10. 16 Dec, 2017 8 commits
  11. 15 Dec, 2017 6 commits
  12. 14 Dec, 2017 5 commits
  13. 12 Dec, 2017 1 commit
    • HLSL: for split output structs, propagate indirection to builtin. · 0cff5100
      LoopDawg authored
      Some stage (e.g, hull shaders) have arrayed builtin outputs (e.g, position).
      When copying from the internal structure to the split form, it is necessary
      to propagate that indirection to the actual arrayed outputs.  This was not
      happening.
      
      Addresses #1181