mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 04:00:10 +01:00
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:
parent
41a759bcbe
commit
ca6580aa71
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue