Re: [Mesa-dev] [PATCH] radv: do not add the query pool BO to the list in vkCmdEndQuery()

2017-11-21 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Wed, Nov 15, 2017 at 10:55 AM, Samuel Pitoiset wrote: > As per the spec, the query identified by queryPool and query > must currently be active. Applications have to call vkCmdBeginQuery() > before, and thus the query pool BO will already be in the list. > > Sig

[Mesa-dev] [PATCH] radv: do not add the query pool BO to the list in vkCmdEndQuery()

2017-11-15 Thread Samuel Pitoiset
As per the spec, the query identified by queryPool and query must currently be active. Applications have to call vkCmdBeginQuery() before, and thus the query pool BO will already be in the list. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_query.c | 4 +++- 1 file changed, 3 insertions