radv: Signal fence correctly after sparse binding.
authorBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Sat, 27 Jan 2018 13:51:12 +0000 (14:51 +0100)
committerBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Mon, 29 Jan 2018 16:22:58 +0000 (17:22 +0100)
commit0347a83bbfd8d993742e125335c6ae46a6aa5a15
tree9ba76a2a219fb81b74baedf872b5c0fc2f295d72
parent0d044f7d619c56c67d8235312363d93e2362248f
radv: Signal fence correctly after sparse binding.

It did not signal syncobjs in the fence, and also signalled too early
if there was work on the queue already, as we have to wait till that
work is done.

Fixes: d27aaae4d2 "radv: Add external fence support."
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
src/amd/vulkan/radv_device.c