1. 19 Nov, 2018 3 commits
  2. 18 Nov, 2018 2 commits
  3. 16 Nov, 2018 8 commits
  4. 15 Nov, 2018 7 commits
  5. 14 Nov, 2018 5 commits
  6. 13 Nov, 2018 4 commits
  7. 12 Nov, 2018 7 commits
  8. 09 Nov, 2018 3 commits
  9. 08 Nov, 2018 1 commit
    • Vulkan: add clear test for emulated stencil or depth formats · d856ca48
      Shahbaz Youssefi authored
      S8_UINT and D24_UNORM_X8_UINT are the only formats currently that are
      single-aspect and are possibly emulated with a packed depth-stencil
      format if it's not supported.  A flag to FeaturesVk has been added as a
      way to force this behavior for the sake of testing.
      
      This test is added to ensure the correct clear algorithm is used for
      this case.  Additionally, this case is detected and the other aspect is
      forcefully cleared to 0 whenever the original aspect is cleared.
      
      Bug: angleproject:2815
      Change-Id: Ief3039d66bbf46468213b9e3224f7cc7541c3a2e
      Reviewed-on: https://chromium-review.googlesource.com/c/1312453
      Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
      Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>