From: Jason Ekstrand Date: Thu, 16 Mar 2017 21:17:59 +0000 (-0700) Subject: anv: Turn on inherited queries X-Git-Tag: android-x86-7.1-r1~1310 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ced61fd53e0293043f803689d796780032426152;p=android-x86%2Fexternal-mesa.git 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 --- 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 */