mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
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:
parent
e675f57d4f
commit
ced61fd53e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue