1. 11 Mar, 2017 2 commits
  2. 10 Mar, 2017 4 commits
  3. 09 Mar, 2017 8 commits
  4. 08 Mar, 2017 3 commits
  5. 07 Mar, 2017 2 commits
  6. 06 Mar, 2017 2 commits
    • WIP: HLSL: Fix ordering defect if global SB decl after fn param · 40efe5ce
      steve-lunarg authored
      This change propagates the storage qualifier from the buffer object to its contained
      array type so that isStructBufferType() realizes it is one.  That propagation was
      happening before only for global variable declarations, so compilation defects would
      result if the use of a function parameter happened before a global declaration.
      
      This fixes that case, whether or not there ever is a global declaration, and
      regardless of the relative order.
      
      This changes the hlsl.structbuffer.fn.frag test to exercise the alternate order.
      
      There are no differences to generated SPIR-V for the cases which successfully compiled before.
  7. 04 Mar, 2017 3 commits
  8. 03 Mar, 2017 3 commits
  9. 02 Mar, 2017 1 commit
  10. 01 Mar, 2017 8 commits
  11. 28 Feb, 2017 4 commits