pvr: enable independentBlend feature

Signed-off-by: Simon Perretta <simon.perretta@imgtec.com>
Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37512>
This commit is contained in:
Simon Perretta 2025-03-06 10:47:54 +00:00 committed by Marge Bot
parent 41a759bcbe
commit ca6580aa71

View file

@ -230,7 +230,7 @@ static void pvr_physical_device_get_supported_features(
.robustBufferAccess = true,
.fullDrawIndexUint32 = false,
.imageCubeArray = false,
.independentBlend = false,
.independentBlend = true,
.geometryShader = false,
.tessellationShader = false,
.sampleRateShading = true,