mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
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:
parent
a2e7b2e653
commit
f124f4a394
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue