1. 19 Jun, 2018 1 commit
  2. 15 Jun, 2018 1 commit
  3. 14 Jun, 2018 1 commit
  4. 12 Jun, 2018 1 commit
  5. 08 Jun, 2018 2 commits
  6. 07 Jun, 2018 2 commits
  7. 05 Jun, 2018 2 commits
  8. 04 Jun, 2018 3 commits
  9. 03 Jun, 2018 1 commit
  10. 02 Jun, 2018 1 commit
  11. 01 Jun, 2018 1 commit
  12. 31 May, 2018 1 commit
  13. 28 May, 2018 2 commits
  14. 27 May, 2018 1 commit
  15. 25 May, 2018 7 commits
  16. 24 May, 2018 2 commits
    • Merge pull request #1388 from greg-lunarg/kg19 · 8e4b496d
      John Kessenich authored
      Update spirv-tools known-good
    • Update spirv-tools known-good · d2b55801
      GregF authored
      Includes:
      
      Fold divide and multiply by same value.
      Allow ADCE to remove more instructions.
      Remove dead Workgroup variables in ADCE.
      Fold fclamp feeding compare.
      Add pass to fold a load feeding an extract.
      Remove redundant stores.
      SROA: Only create symbols that are loaded.
      Get ADCE to handle OpCopyMemory
      Remove the limit on struct size in SROA.
  17. 21 May, 2018 1 commit
    • Fix TextureUpgradeAndSamplerRemovalTransform when used with qualifiers · b239d22f
      Arseny Kapoulkine authored
      The transform removes sampler arguments from functions and function
      calls; this causes function arguments to change their indices. When some
      function arguments have an output qualifier, this qualifier can get lost
      because of the removal which can lead to incorrect results (e.g. out
      qualifier not having effect).
      
      To fix this we iterate through both seq & qual arrays in lock-step and
      manually remove/replace entries as appropriate.
  18. 19 May, 2018 1 commit
  19. 17 May, 2018 6 commits
  20. 16 May, 2018 3 commits