1. 04 Jun, 2017 2 commits
  2. 03 Jun, 2017 4 commits
  3. 02 Jun, 2017 2 commits
  4. 01 Jun, 2017 7 commits
  5. 31 May, 2017 1 commit
  6. 29 May, 2017 2 commits
    • Merge pull request #856 from TiemoJung/texture_upgrade · 136b1e2d
      John Kessenich authored
      Pure Texture to Sampled Texture Transform
    • Pure Texture to Sampled Texture Transform · baf570ef
      t.jung authored
      Adds a transformation step to the post processing step.
      Two modes are available:
      1) keep
      - Keeps samplers, textures and sampled textures as is
      2) transform pure texture into sampled texture and remove pure samplers
      - removes all pure samplers
      - transforms all pure textures into its sampled counter part
      
      Change-Id: If54972e8052961db66c23f4b7e719d363cf6edbd
  7. 25 May, 2017 2 commits
  8. 24 May, 2017 2 commits
  9. 21 May, 2017 1 commit
  10. 20 May, 2017 8 commits
  11. 19 May, 2017 3 commits
  12. 18 May, 2017 2 commits
    • Remapper: handle embedded opcode in OpSpecConstantOp · 65c2eed6
      LoopDawg authored
      OpSpecConstantOp contains an embedded opcode which is given as a literal
      argument to the OpSpecConstantOp.  The subsequent arguments are as the
      embedded op would expect, which may be a mixture of IDs and literals.  This
      adds support for that to the remapper binary parser.  Upon seeing such an
      embedded op, the parser flips over to parsing the argument list as
      appropriate for that opcode.
      
      Fixes #882.
    • SPV: Give error on not assigning locations to I/O. · 71facdf4
      John Kessenich authored
      Also, provides an option to auto-assign locations.
      Existing tests use this option, to avoid the error message,
      however, it is not fully implemented yet.
  13. 17 May, 2017 4 commits