1. 26 Jun, 2017 1 commit
  2. 23 Jun, 2017 2 commits
    • Merge pull request #947 from LoopDawg/clip-cull-distance · 4fbb8cb4
      John Kessenich authored
      HLSL: handle clip/cull distance array semantic matching
    • WIP: HLSL: handle clip/cull distance array semantic matching · c44b95fd
      LoopDawg authored
      In HLSL, there are three (TODO: ??) dimensions of clip and cull
      distance values:
      
        * The semantic's value N, ala SV_ClipDistanceN.
        * The array demension, if the value is an array.
        * The vector element, if the value is a vector or array of vectors.
      
      In SPIR-V, clip and cull distance are arrays of scalar floats, always.
      
      This PR currently ignores the semantic N axis, and handles the other
      two axes by sequentially copying each vector element of each array member
      into sequential floats in the output array.
      
      Fixes: #946
  3. 21 Jun, 2017 1 commit
  4. 20 Jun, 2017 5 commits
  5. 19 Jun, 2017 3 commits
  6. 15 Jun, 2017 3 commits
  7. 14 Jun, 2017 8 commits
  8. 12 Jun, 2017 1 commit
  9. 10 Jun, 2017 1 commit
  10. 09 Jun, 2017 2 commits
  11. 08 Jun, 2017 7 commits
  12. 07 Jun, 2017 6 commits