lavapipe: Fix vkWaitForFences for initially-signalled fences
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