mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
genxml: add missing field values for 3DSTATE_SF
Fill out "Vertex Sub Pixel Precision Select" possible values. CC: 18.3 19.0 <mesa-stable@lists.freedesktop.org> Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
f324784104
commit
3b423eeb2d
6 changed files with 24 additions and 6 deletions
|
|
@ -2043,7 +2043,10 @@
|
|||
<value name="AALINEDISTANCE_TRUE" value="1"/>
|
||||
</field>
|
||||
<field name="Smooth Point Enable" start="109" end="109" type="bool"/>
|
||||
<field name="Vertex Sub Pixel Precision Select" start="108" end="108" type="uint"/>
|
||||
<field name="Vertex Sub Pixel Precision Select" start="108" end="108" type="uint">
|
||||
<value name="8 Bit" value="0"/>
|
||||
<value name="4 Bit" value="1"/>
|
||||
</field>
|
||||
<field name="Point Width Source" start="107" end="107" type="uint">
|
||||
<value name="Vertex" value="0"/>
|
||||
<value name="State" value="1"/>
|
||||
|
|
|
|||
|
|
@ -2063,7 +2063,10 @@
|
|||
<value name="AALINEDISTANCE_TRUE" value="1"/>
|
||||
</field>
|
||||
<field name="Smooth Point Enable" start="109" end="109" type="bool"/>
|
||||
<field name="Vertex Sub Pixel Precision Select" start="108" end="108" type="uint"/>
|
||||
<field name="Vertex Sub Pixel Precision Select" start="108" end="108" type="uint">
|
||||
<value name="8 Bit" value="0"/>
|
||||
<value name="4 Bit" value="1"/>
|
||||
</field>
|
||||
<field name="Point Width Source" start="107" end="107" type="uint">
|
||||
<value name="Vertex" value="0"/>
|
||||
<value name="State" value="1"/>
|
||||
|
|
|
|||
|
|
@ -1399,7 +1399,10 @@
|
|||
<field name="AA Line Distance Mode" start="110" end="110" type="uint">
|
||||
<value name="AALINEDISTANCE_TRUE" value="1"/>
|
||||
</field>
|
||||
<field name="Vertex Sub Pixel Precision Select" start="108" end="108" type="uint"/>
|
||||
<field name="Vertex Sub Pixel Precision Select" start="108" end="108" type="uint">
|
||||
<value name="8 Bit" value="0"/>
|
||||
<value name="4 Bit" value="1"/>
|
||||
</field>
|
||||
<field name="Point Width Source" start="107" end="107" type="uint">
|
||||
<value name="Vertex" value="0"/>
|
||||
<value name="State" value="1"/>
|
||||
|
|
|
|||
|
|
@ -1713,7 +1713,10 @@
|
|||
<field name="AA Line Distance Mode" start="110" end="110" type="uint">
|
||||
<value name="AALINEDISTANCE_TRUE" value="1"/>
|
||||
</field>
|
||||
<field name="Vertex Sub Pixel Precision Select" start="108" end="108" type="uint"/>
|
||||
<field name="Vertex Sub Pixel Precision Select" start="108" end="108" type="uint">
|
||||
<value name="8 Bit" value="0"/>
|
||||
<value name="4 Bit" value="1"/>
|
||||
</field>
|
||||
<field name="Point Width Source" start="107" end="107" type="uint">
|
||||
<value name="Vertex" value="0"/>
|
||||
<value name="State" value="1"/>
|
||||
|
|
|
|||
|
|
@ -1816,7 +1816,10 @@
|
|||
<value name="AALINEDISTANCE_TRUE" value="1"/>
|
||||
</field>
|
||||
<field name="Smooth Point Enable" start="109" end="109" type="bool"/>
|
||||
<field name="Vertex Sub Pixel Precision Select" start="108" end="108" type="uint"/>
|
||||
<field name="Vertex Sub Pixel Precision Select" start="108" end="108" type="uint">
|
||||
<value name="8 Bit" value="0"/>
|
||||
<value name="4 Bit" value="1"/>
|
||||
</field>
|
||||
<field name="Point Width Source" start="107" end="107" type="uint">
|
||||
<value name="Vertex" value="0"/>
|
||||
<value name="State" value="1"/>
|
||||
|
|
|
|||
|
|
@ -1995,7 +1995,10 @@
|
|||
<value name="AALINEDISTANCE_TRUE" value="1"/>
|
||||
</field>
|
||||
<field name="Smooth Point Enable" start="109" end="109" type="bool"/>
|
||||
<field name="Vertex Sub Pixel Precision Select" start="108" end="108" type="uint"/>
|
||||
<field name="Vertex Sub Pixel Precision Select" start="108" end="108" type="uint">
|
||||
<value name="8 Bit" value="0"/>
|
||||
<value name="4 Bit" value="1"/>
|
||||
</field>
|
||||
<field name="Point Width Source" start="107" end="107" type="uint">
|
||||
<value name="Vertex" value="0"/>
|
||||
<value name="State" value="1"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue