panfrost: Don't set a default for blend count

Unnecessary.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15797>
This commit is contained in:
Alyssa Rosenzweig
2022-03-30 12:39:49 -04:00
committed by Marge Bot
parent 7d1d7cdf57
commit 9a521433ae
+1 -1
View File
@@ -1377,7 +1377,7 @@
<field name="Minimum Z" start="6:0" size="32" type="float"/>
<field name="Maximum Z" start="7:0" size="32" type="float"/>
<field name="Depth/stencil" start="10:0" size="64" type="address"/>
<field name="Blend count" start="12:0" size="4" type="uint" default="2"/>
<field name="Blend count" start="12:0" size="4" type="uint"/>
<field name="Blend" start="12:4" size="60" type="address" modifier="shr(4)"/>
<field name="Occlusion" size="64" start="14:0" type="address"/>
<field name="Shader" start="16:0" size="512" type="Shader Environment"/>