Re: [Mesa-dev] [PATCH] radv: tidy up GetQueryPoolResults for occlusion queries

2019-05-26 Thread Bas Nieuwenhuizen
r-b On Wed, May 22, 2019 at 5:43 PM Samuel Pitoiset wrote: > > Just move the block that checks the availability bit into the > switch like other query types. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_query.c | 12 +--- > 1 file changed, 5 insertions(+), 7

[Mesa-dev] [PATCH] radv: tidy up GetQueryPoolResults for occlusion queries

2019-05-22 Thread Samuel Pitoiset
Just move the block that checks the availability bit into the switch like other query types. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_query.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/amd/vulkan/radv_query.c b/src/amd/vulkan/radv_query.c