Re: [Mesa-dev] [PATCH v2 15/16] anv: Implement pipeline statistics queries

2017-03-17 Thread Lionel Landwerlin
Looks good to me : Reviewed-by: Lionel Landwerlin On 16/03/17 21:34, 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. Reviewed-By: Lionel Land

[Mesa-dev] [PATCH v2 15/16] anv: Implement pipeline statistics queries

2017-03-16 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. Reviewed-By: Lionel Landwerlin --- src/intel/vulkan/TODO | 1 - src/intel/vulkan/anv_device.c | 2 +- sr