mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
radv/gfx10: Enable tess.
Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
795adbbadd
commit
f7f08b2d81
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue