mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-19 01:20:33 +01:00
panfrost: Fix the Maximum anisotropy field in the XML
It needs a a minus(1) modifier. Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8149>
This commit is contained in:
parent
9c042b6976
commit
601dfd0093
1 changed files with 1 additions and 1 deletions
|
|
@ -714,7 +714,7 @@
|
|||
<field name="Compare Function" size="3" start="1:13" type="Func" default="Never"/>
|
||||
<field name="Maximum LOD" size="13" start="1:16" type="uint" default="0"/>
|
||||
<field name="LOD bias" size="16" start="2:0" type="int" default="0"/>
|
||||
<field name="Maximum anisotropy" size="5" start="2:16" type="uint"/>
|
||||
<field name="Maximum anisotropy" size="5" start="2:16" type="uint" default="1" modifier="minus(1)"/>
|
||||
<field name="LOD algorithm" size="2" start="2:24" type="LOD Algorithm" default="Isotropic"/>
|
||||
<field name="Border Color R" size="32" start="4:0" type="float" default="0.0"/>
|
||||
<field name="Border Color G" size="32" start="5:0" type="float" default="0.0"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue