Re: [Mesa-dev] [RFC PATCH] anv: implement pipeline statistics queries

2016-11-23 Thread Ilia Mirkin
On Wed, Nov 23, 2016 at 1:52 PM, Ilia Mirkin wrote: > The strategy is to just keep n anv_query_pool_slot entries per query > instead of one. The available bit is only valid in the last one. > > Signed-off-by: Ilia Mirkin > --- > > This was lightly tested with this patch to the vulkan loader cube.

[Mesa-dev] [RFC PATCH] anv: implement pipeline statistics queries

2016-11-23 Thread Ilia Mirkin
The strategy is to just keep n anv_query_pool_slot entries per query instead of one. The available bit is only valid in the last one. Signed-off-by: Ilia Mirkin --- This was lightly tested with this patch to the vulkan loader cube.c: http://pastie.org/private/fe92867hwhxu7fzjw9pvzq Flipping it