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

2017-03-16 Thread Iago Toral
On Wed, 2017-03-15 at 17:03 -0700, Jason Ekstrand wrote: > From: Ilia Mirkin > > In the end, pipeline statistics queries look a lot like occlusion > queries only with between 1 and 11 begin/end pairs being generated > instead of just the one. > --- >  src/intel/vulkan/anv_device.c  |   2 +- >  sr

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

2017-03-15 Thread Jason Ekstrand
From: Ilia Mirkin In the end, pipeline statistics queries look a lot like occlusion queries only with between 1 and 11 begin/end pairs being generated instead of just the one. --- src/intel/vulkan/anv_device.c | 2 +- src/intel/vulkan/anv_private.h | 3 + src/intel/vulkan/genX_query.c | 23