Re: [Mesa-dev] [PATCH] radv: flush pending query reset caches before copying results

2019-06-03 Thread Bas Nieuwenhuizen
r-b On Fri, May 24, 2019 at 10:06 AM Samuel Pitoiset wrote: > > From the Vulkan spec 1.1.108: >"vkCmdCopyQueryPoolResults is guaranteed to see the effect of > previous uses of vkCmdResetQueryPool in the same queue, without any > additional synchronization." > > Signed-off-by: Samuel P

[Mesa-dev] [PATCH] radv: flush pending query reset caches before copying results

2019-05-24 Thread Samuel Pitoiset
From the Vulkan spec 1.1.108: "vkCmdCopyQueryPoolResults is guaranteed to see the effect of previous uses of vkCmdResetQueryPool in the same queue, without any additional synchronization." Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_query.c | 40 +++-