From ced61fd53e0293043f803689d796780032426152 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Thu, 16 Mar 2017 14:17:59 -0700 Subject: [PATCH] anv: Turn on inherited queries It all just works since it's just a hardware register so we might as well turn it on. Reviewed-by: Lionel Landwerlin --- 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 f593759a662..74aad45e420 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -496,7 +496,7 @@ void anv_GetPhysicalDeviceFeatures( .shaderInt16 = false, .shaderResourceMinLod = false, .variableMultisampleRate = false, - .inheritedQueries = false, + .inheritedQueries = true, }; /* We can't do image stores in vec4 shaders */ -- 2.11.0