1. 08 Jan, 2021 1 commit
    • ReinUsesLisp's avatar
      vk_fence_manager: Use timeline semaphores instead of spin waits · 154a7653
      ReinUsesLisp authored
      With timeline semaphores we can avoid creating objects. Instead of
      creating an event, grab the current tick from the scheduler and flush
      the current command buffer. When the fence has to be queried/waited, we
      can do so against the master semaphore instead of spinning on an event.
      
      If Vulkan supported NVN like events or fences, we could signal from the
      command buffer and wait for that without splitting things in two
      separate command buffers.
      154a7653
  2. 07 Jan, 2021 8 commits
  3. 06 Jan, 2021 4 commits
  4. 05 Jan, 2021 4 commits
  5. 04 Jan, 2021 9 commits
  6. 03 Jan, 2021 8 commits
  7. 02 Jan, 2021 6 commits