1. 02 Jul, 2018 2 commits
  2. 27 Jun, 2018 2 commits
  3. 22 Jun, 2018 1 commit
  4. 21 Jun, 2018 3 commits
  5. 20 Jun, 2018 1 commit
  6. 19 Jun, 2018 3 commits
  7. 15 Jun, 2018 1 commit
  8. 14 Jun, 2018 1 commit
  9. 12 Jun, 2018 1 commit
  10. 08 Jun, 2018 2 commits
  11. 07 Jun, 2018 2 commits
  12. 05 Jun, 2018 2 commits
  13. 04 Jun, 2018 3 commits
  14. 03 Jun, 2018 1 commit
  15. 02 Jun, 2018 1 commit
  16. 01 Jun, 2018 1 commit
  17. 31 May, 2018 1 commit
  18. 28 May, 2018 2 commits
  19. 27 May, 2018 1 commit
  20. 25 May, 2018 7 commits
  21. 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.