Re: [Mesa-dev] [PATCH] radv: do not reset query pool during creation

2019-05-21 Thread Bas Nieuwenhuizen
r-b On Tue, May 21, 2019 at 1:36 PM Samuel Pitoiset wrote: > > From the Vulkan spec 1.1.108: >"After query pool creation, each query must be reset before > it is used." > > So, the driver doesn't need to do this at creation time. > > Signed-off-by: Samuel Pitoiset > --- >

[Mesa-dev] [PATCH] radv: do not reset query pool during creation

2019-05-21 Thread Samuel Pitoiset
From the Vulkan spec 1.1.108: "After query pool creation, each query must be reset before it is used." So, the driver doesn't need to do this at creation time. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_query.c | 3 --- 1 file changed, 3 deletions(-) diff --git