1. 12 Sep, 2021 2 commits
  2. 11 Sep, 2021 14 commits
  3. 10 Sep, 2021 1 commit
  4. 08 Sep, 2021 5 commits
  5. 07 Sep, 2021 6 commits
  6. 06 Sep, 2021 5 commits
  7. 05 Sep, 2021 2 commits
  8. 04 Sep, 2021 2 commits
  9. 03 Sep, 2021 2 commits
  10. 02 Sep, 2021 1 commit
    • ameerj's avatar
      renderer_vulkan: Wait on present semaphore at queue submit · 7d854fbd
      ameerj authored
      The present semaphore is being signalled by the call to acquire the
      swapchain image. This semaphore is meant to be waited on when rendering
      to the swapchain image. Currently it is waited on when presenting, but
      moving its usage to be waited on in the command buffer submission allows
      for proper usage of this semaphore.
      
      Fixes the device lost when launching titles on the Intel Linux Mesa driver.
      7d854fbd