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
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