radv: add the draw count buffer to the list of buffers
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Fri, 13 Oct 2017 16:20:21 +0000 (18:20 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Sat, 14 Oct 2017 10:05:19 +0000 (12:05 +0200)
commit3e5f27faf3b0702c66f932b3e6ba6301c371e2d1
tree38cc47d78ad7121188b29ecf345d3d2624a3c94e
parent1cec500c69b7fff50466b17282e83b3c8490c1fa
radv: add the draw count buffer to the list of buffers

My guess is that the GPU is going to report VM faults if
vkCmdDrawIndirectCountAMD() (and friends) are used.

Cc: mesa-stable@lists.freedesktop.org
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
src/amd/vulkan/radv_cmd_buffer.c