Re: [Mesa-dev] [PATCH v2 16/16] anv: Turn on inherited queries

2017-03-17 Thread Lionel Landwerlin
Reviewed-by: Lionel Landwerlin On 16/03/17 21:34, Jason Ekstrand wrote: It all just works since it's just a hardware register so we might as well turn it on. --- src/intel/vulkan/anv_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/anv_device.c b/

[Mesa-dev] [PATCH v2 16/16] anv: Turn on inherited queries

2017-03-16 Thread Jason Ekstrand
It all just works since it's just a hardware register so we might as well turn it on. --- src/intel/vulkan/anv_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 8d4d243..f158d77 100644 --- a/src/intel/vu