Skip to content
Snippets Groups Projects
  1. Jun 19, 2018
  2. Jun 15, 2018
  3. Jun 14, 2018
  4. Jun 12, 2018
  5. Jun 08, 2018
  6. Jun 07, 2018
  7. Jun 05, 2018
  8. Jun 04, 2018
  9. Jun 03, 2018
  10. Jun 02, 2018
  11. Jun 01, 2018
  12. May 31, 2018
  13. May 28, 2018
  14. May 27, 2018
  15. May 25, 2018
  16. May 24, 2018
    • John Kessenich's avatar
      Merge pull request #1388 from greg-lunarg/kg19 · 8e4b496d
      John Kessenich authored
      Update spirv-tools known-good
      8e4b496d
    • GregF's avatar
      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.
      d2b55801
  17. May 21, 2018
    • Arseny Kapoulkine's avatar
      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.
      b239d22f
  18. May 19, 2018
  19. May 17, 2018
  20. May 16, 2018
Loading