anv: Enable independentBlend on gen7

We can totally do it, we were just only setting up one BLEND_STATE and, now
that the code is unified with gen8, we should be handling it correctly.

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Cc: "12.0" <mesa-stable@lists.freedesktop.org>
This commit is contained in:
Jason Ekstrand 2016-07-14 18:01:29 -07:00
parent a2e7b2e653
commit f124f4a394
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ void anv_GetPhysicalDeviceFeatures(
.robustBufferAccess = true,
.fullDrawIndexUint32 = true,
.imageCubeArray = false,
.independentBlend = pdevice->info->gen >= 8,
.independentBlend = true,
.geometryShader = true,
.tessellationShader = false,
.sampleRateShading = false,