radv/gfx10: Enable tess.

Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Bas Nieuwenhuizen 2019-07-08 23:50:09 +02:00 committed by Dave Airlie
parent 795adbbadd
commit f7f08b2d81

View file

@ -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,