1. 20 Nov, 2018 3 commits
  2. 19 Nov, 2018 3 commits
  3. 18 Nov, 2018 2 commits
  4. 16 Nov, 2018 8 commits
  5. 15 Nov, 2018 7 commits
  6. 14 Nov, 2018 5 commits
  7. 13 Nov, 2018 4 commits
  8. 12 Nov, 2018 7 commits
  9. 09 Nov, 2018 1 commit
    • Vulkan: add depth-only or stencil-only tests · 50bf0429
      Shahbaz Youssefi authored
      These tests make sure that a depth- or stencil-only format that is
      emulated with a depth/stencil one does not affect clear/draw in such a
      way that it would expose the hidden aspect.
      
      By nature of the emulation, it's not trivial to read back the hidden
      aspect.  This test simply makes sure the hidden aspect doesn't affect
      rendering, but is not a definitive test of correctness.
      
      Bug: angleproject:2815
      Change-Id: I158937faa019487f6fa08154406c152753a1934b
      Reviewed-on: https://chromium-review.googlesource.com/c/1314188
      Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
      Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org>