vkd3d: Leave the command queue op mutex locked after a partial flush.
commitb2600c83382130e834062afd9907ee6e286d23fe
authorConor McCarthy <cmccarthy@codeweavers.com>
Fri, 14 Apr 2023 08:42:39 +0000 (14 10:42 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 3 May 2023 20:09:17 +0000 (3 22:09 +0200)
treeffa48a08c0cd01156f81c34bab334259de8fe4c4
parent423eb0a15f60a1f7341b815cc0f73e39fa55ba84
vkd3d: Leave the command queue op mutex locked after a partial flush.

All return paths in d3d12_command_queue_flush_ops_locked() must
leave the op mutex locked.

(cherry-picked from upstream commit e27ceddfb4a89470d5d35ab4391d0a5cf4453ef1)
libs/vkd3d/libs/vkd3d/command.c