Revert "anv/device: expose shaderInt16 support in gen8+"
This reverts commit 0ba0ac815e
.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106393
Reviewed-by: Scott D Phillips <scott.d.phillips@intel.com>
This commit is contained in:
@@ -759,7 +759,7 @@ void anv_GetPhysicalDeviceFeatures(
|
|||||||
pdevice->info.has_64bit_types,
|
pdevice->info.has_64bit_types,
|
||||||
.shaderInt64 = pdevice->info.gen >= 8 &&
|
.shaderInt64 = pdevice->info.gen >= 8 &&
|
||||||
pdevice->info.has_64bit_types,
|
pdevice->info.has_64bit_types,
|
||||||
.shaderInt16 = pdevice->info.gen >= 8,
|
.shaderInt16 = false,
|
||||||
.shaderResourceMinLod = false,
|
.shaderResourceMinLod = false,
|
||||||
.variableMultisampleRate = true,
|
.variableMultisampleRate = true,
|
||||||
.inheritedQueries = true,
|
.inheritedQueries = true,
|
||||||
|
Reference in New Issue
Block a user