mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
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:
parent
f16295a198
commit
c4cd0e8ecd
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ void anv_GetPhysicalDeviceFeatures(
|
|||
.independentBlend = true,
|
||||
.geometryShader = true,
|
||||
.tessellationShader = false,
|
||||
.sampleRateShading = pdevice->info->gen >= 8,
|
||||
.sampleRateShading = true,
|
||||
.dualSrcBlend = true,
|
||||
.logicOp = true,
|
||||
.multiDrawIndirect = false,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue