Mesa (master): Revert "anv/device: expose shaderInt16 support in gen8+"

Mark Janes majanes at kemper.freedesktop.org
Thu May 3 22:27:13 UTC 2018


Module: Mesa
Branch: master
Commit: 7cf284f18e6774c810ed6db17b98e597bf96f8a5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7cf284f18e6774c810ed6db17b98e597bf96f8a5

Author: Mark Janes <mark.a.janes at intel.com>
Date:   Thu May  3 14:28:22 2018 -0700

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 <scott.d.phillips at intel.com>

---

 src/intel/vulkan/anv_device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c
index fd516fb846..0563eae5c1 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,




More information about the mesa-commit mailing list