1. 06 Feb, 2018 8 commits
  2. 05 Feb, 2018 6 commits
  3. 03 Feb, 2018 4 commits
  4. 02 Feb, 2018 2 commits
  5. 01 Feb, 2018 7 commits
  6. 31 Jan, 2018 6 commits
  7. 30 Jan, 2018 6 commits
  8. 29 Jan, 2018 1 commit
    • Vulkan: Add a perf test for the Pipeline cache. · 5dd4ad89
      Jamie Madill authored
      This micro-benchmark can be used to measure the performance impact
      of changing the Pipeline cache. For instance, we can check if changing
      the size of the hash key affects performance significantly.
      
      Also updates the build files so angle_perftests can see vulkan.h, and
      makes the Vulkan headers an explicit source set.
      
      This test currently shows that a lot of time is spent in PMurmurHash,
      with some time also spent in memcmp.
      
      Bug: angleproject:2163
      Change-Id: Ie8bb3e31d58590f373d28cbbb59f7e372b80cc29
      Reviewed-on: https://chromium-review.googlesource.com/884882
      Commit-Queue: Jamie Madill <jmadill@chromium.org>
      Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>