Skip to content
Snippets Groups Projects
  1. Jul 03, 2017
  2. Jun 30, 2017
  3. Jun 29, 2017
  4. Jun 27, 2017
  5. Jun 26, 2017
  6. Jun 23, 2017
    • John Kessenich's avatar
      Merge pull request #947 from LoopDawg/clip-cull-distance · 4fbb8cb4
      John Kessenich authored
      HLSL: handle clip/cull distance array semantic matching
      4fbb8cb4
    • LoopDawg's avatar
      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
      c44b95fd
  7. Jun 21, 2017
  8. Jun 20, 2017
  9. Jun 19, 2017
  10. Jun 15, 2017
  11. Jun 14, 2017
Loading