Re: [Mesa-dev] [PATCH] radv: add the draw count buffer to the list of buffers

2017-10-13 Thread Bas Nieuwenhuizen
r-b On Fri, Oct 13, 2017 at 6:20 PM, Samuel Pitoiset wrote: > My guess is that the GPU is going to report VM faults if > vkCmdDrawIndirectCountAMD() (and friends) are used. > > Signed-off-by: Samuel Pitoiset > Cc: mesa-sta...@lists.freedesktop.org > --- > src/amd/vulkan/radv_cmd_buffer.c | 2 ++

[Mesa-dev] [PATCH] radv: add the draw count buffer to the list of buffers

2017-10-13 Thread Samuel Pitoiset
My guess is that the GPU is going to report VM faults if vkCmdDrawIndirectCountAMD() (and friends) are used. Signed-off-by: Samuel Pitoiset Cc: mesa-sta...@lists.freedesktop.org --- src/amd/vulkan/radv_cmd_buffer.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/amd/vulkan/radv_cmd_buf