mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 13:50:09 +01:00
anv/device: expose shaderInt16 support in gen8+
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
002cb6f2b3
commit
0ba0ac815e
1 changed files with 1 additions and 1 deletions
|
|
@ -759,7 +759,7 @@ void anv_GetPhysicalDeviceFeatures(
|
|||
pdevice->info.has_64bit_types,
|
||||
.shaderInt64 = pdevice->info.gen >= 8 &&
|
||||
pdevice->info.has_64bit_types,
|
||||
.shaderInt16 = false,
|
||||
.shaderInt16 = pdevice->info.gen >= 8,
|
||||
.shaderResourceMinLod = false,
|
||||
.variableMultisampleRate = true,
|
||||
.inheritedQueries = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue