summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMark Janes <[email protected]>2018-05-03 14:28:22 -0700
committerMark Janes <[email protected]>2018-05-03 15:26:59 -0700
commit7cf284f18e6774c810ed6db17b98e597bf96f8a5 (patch)
treeb386528d97d78eea7c3667f713b4043ef4fb93a3 /src
parent7b9c15628aae8729118b648f5f473e6ac926b99b (diff)
Revert "anv/device: expose shaderInt16 support in gen8+"
This reverts commit 0ba0ac815e078185c1f408ec7078fd1efac1a634. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106393 Reviewed-by: Scott D Phillips <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/intel/vulkan/anv_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c
index fd516fb8466..0563eae5c18 100644
--- a/src/intel/vulkan/anv_device.c
+++ b/src/intel/vulkan/anv_device.c
@@ -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,