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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user