1. 02 Apr, 2020 1 commit
    • Vulkan: Enable CPU only buffers for PBOs · 745e0712
      Mohan Maiya authored
      Add support for a CPU only buffer for PBOs that serve as
      the destination for all host operations like MapBuffer*.
      This removes the latency caused by waiting for the in-flight
      GPU commands to be complete before handing over the buffer
      to the app.
      
      This change removes a ~6ms wait/sleep on the first call to
      MapBuffer* in each frame of Manhattan
      
      Bug: angleproject:4339
      Tests: angle_end2end_tests --gtest_filter=BufferDataTest*Vulkan
      Change-Id: I52016b160af8a670cc30f01c05e48f699521310f
      Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2116874
      Commit-Queue: Mohan Maiya <m.maiya@samsung.com>
      Reviewed-by: 's avatarTobin Ehlis <tobine@google.com>
  2. 01 Apr, 2020 14 commits
  3. 31 Mar, 2020 10 commits
  4. 30 Mar, 2020 9 commits
  5. 28 Mar, 2020 6 commits