1. 30 Mar, 2020 2 commits
  2. 28 Mar, 2020 7 commits
  3. 27 Mar, 2020 11 commits
  4. 26 Mar, 2020 7 commits
  5. 25 Mar, 2020 6 commits
  6. 24 Mar, 2020 6 commits
  7. 23 Mar, 2020 1 commit
    • Vulkan: No-op redundant FB state changes. · 6fead375
      Jamie Madill authored
      This uses a trick by comparing the prior to the updated FB description
      to filter out rendundant changes. Will allow the front-end syncState to
      sometimes noisily report state changes when there aren't any in the
      back-end. Ideally we wouldn't generate any updates when there aren't
      real changes. However because Manhattan often transitons between a few
      zero states it gets a bit difficult to determine in the front-end.
      
      Also adds a no-op for redundant samples changes in the front-end.
      
      Fixes a regression in the number of RenderPasses in Manhattan from work
      to support rendering feedback loops.
      
      Bug: angleproject:4490
      Change-Id: Ibf83d584107a4561da7ad47a2d3fb543e63e31f1
      Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2112935Reviewed-by: 's avatarCourtney Goeltzenleuchter <courtneygo@google.com>
      Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com>
      Commit-Queue: Jamie Madill <jmadill@chromium.org>