-- v7: vkd3d: Do not keep the CS queue locked while processing it. vkd3d: Always enqueue wait operations, even when they can be executed right away. vkd3d: Always enqueue signal operations, even when they can be executed right away. vkd3d: Always enqueue execute operations, even when they can be executed right away. vkd3d: Hold the queue mutex when adding the queue to a blocked list.