projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b9c156
)
Revert "anv/device: expose shaderInt16 support in gen8+"
author
Mark Janes
<mark.a.janes@intel.com>
Thu, 3 May 2018 21:28:22 +0000
(14:28 -0700)
committer
Mark Janes
<mark.a.janes@intel.com>
Thu, 3 May 2018 22:26:59 +0000
(15:26 -0700)
This reverts commit
0ba0ac815e078185c1f408ec7078fd1efac1a634
.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106393
Reviewed-by: Scott D Phillips <scott.d.phillips@intel.com>
src/intel/vulkan/anv_device.c
patch
|
blob
|
history
diff --git
a/src/intel/vulkan/anv_device.c
b/src/intel/vulkan/anv_device.c
index fd516fb8466a58109c9f82118f2426bbe70a566b..0563eae5c18f31956033cbc451d6bdda59ca94f4 100644
(file)
--- 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,