summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBas Nieuwenhuizen <[email protected]>2019-07-08 23:50:09 +0200
committerDave Airlie <[email protected]>2019-07-09 12:04:29 +1000
commitf7f08b2d81044d7e333f2018643143db4f37d79d (patch)
tree3ba0d7967b7960aee3fef1b70cd0d1277ff3b5bf /src
parent795adbbadd43a94ae6f732f0e177c8291cce62aa (diff)
radv/gfx10: Enable tess.
Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/amd/vulkan/radv_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c
index 35bf0102b43..bfd72caa693 100644
--- a/src/amd/vulkan/radv_device.c
+++ b/src/amd/vulkan/radv_device.c
@@ -763,7 +763,7 @@ void radv_GetPhysicalDeviceFeatures(
.imageCubeArray = true,
.independentBlend = true,
.geometryShader = pdevice->rad_info.chip_class < GFX10,
- .tessellationShader = pdevice->rad_info.chip_class < GFX10,
+ .tessellationShader = true,
.sampleRateShading = true,
.dualSrcBlend = true,
.logicOp = true,