1. 21 May, 2016 1 commit
    • SPV: Fix an issue of interpolation decoration. · bbceed7b
      Rex Xu authored
      GLSL interpolation qualifiers and auxiliary storage qualifiers are not
      mutually exclusive. So when they are translated to SPIR-V decorations, two
      independent utility methods should be employed to do this job.
  2. 20 May, 2016 11 commits
  3. 19 May, 2016 12 commits
  4. 18 May, 2016 1 commit
    • Fix missing location decoration for structures put directly on input/output interfaces · 2c864276
      scygan authored
      Spec for decorating the OpVariable:
      	"The remaining variables listed by OpEntryPoint with the Input or Output storage class form the user-defined variable interface. These variables must be identified with a Location decoration"
      
      Spec for decorating struct type:
      	"The layout of a structure type used as an Input or Output depends on whether it is also a Block (i.e. has a Block decoration).
      	If it is a not a Block, then the structure type must have a Location decoration"
  5. 17 May, 2016 8 commits
  6. 16 May, 2016 7 commits