anv/device: Enable sample shading on gen7+
Passes all 30 min_sample_shading tests in vulkan cts. Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
@@ -375,7 +375,7 @@ void anv_GetPhysicalDeviceFeatures(
|
|||||||
.independentBlend = true,
|
.independentBlend = true,
|
||||||
.geometryShader = true,
|
.geometryShader = true,
|
||||||
.tessellationShader = false,
|
.tessellationShader = false,
|
||||||
.sampleRateShading = pdevice->info->gen >= 8,
|
.sampleRateShading = true,
|
||||||
.dualSrcBlend = true,
|
.dualSrcBlend = true,
|
||||||
.logicOp = true,
|
.logicOp = true,
|
||||||
.multiDrawIndirect = false,
|
.multiDrawIndirect = false,
|
||||||
|
Reference in New Issue
Block a user