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 <lionel.g.landwerlin@intel.com>
This commit is contained in:
Jason Ekstrand
2017-03-16 14:17:59 -07:00
parent e675f57d4f
commit ced61fd53e

View File

@@ -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 */