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:
Mark Janes 2018-05-03 14:28:22 -07:00
parent 7b9c15628a
commit 7cf284f18e
1 changed files with 1 additions and 1 deletions

View File

@ -759,7 +759,7 @@ void anv_GetPhysicalDeviceFeatures(
pdevice->info.has_64bit_types,
.shaderInt64 = pdevice->info.gen >= 8 &&
pdevice->info.has_64bit_types,
.shaderInt16 = pdevice->info.gen >= 8,
.shaderInt16 = false,
.shaderResourceMinLod = false,
.variableMultisampleRate = true,
.inheritedQueries = true,