Skip to content
  1. Sep 12, 2021
  2. Sep 11, 2021
  3. Sep 10, 2021
  4. Sep 08, 2021
  5. Sep 07, 2021
  6. Sep 06, 2021
  7. Sep 05, 2021
  8. Sep 04, 2021
  9. Sep 03, 2021
  10. Sep 02, 2021
    • 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
Loading