Skip to content

lavapipe: Fix vkWaitForFences for initially-signalled fences

Pavel Asyutchenko requested to merge svenny/mesa:svenny/fix-lvp-waitfences into main

Fences with VK_FENCE_CREATE_SIGNALED_BIT are created with signalled = true and timeline = 0, waiting on them without submitting first returned VK_TIMEOUT instead of VK_SUCCESS, making this creation bit kinda useless.

Edited by Pavel Asyutchenko

Merge request reports