genxml: Rename SF_STATE field to match gen6+.
Rename "Use Point Width State" to "Point Width Source". It accepts the same values and has the same meaning as gen6+, so lets keep them with the same name to simplify the code. Signed-off-by: Rafael Antognolli <rafael.antognolli@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
@@ -686,9 +686,9 @@
|
||||
<value name="8 Sub-Pixel Precision Bits" value="0"/>
|
||||
<value name="4 Sub-Pixel Precision Bits" value="1"/>
|
||||
</field>
|
||||
<field name="Use Point Width State" start="235" end="235" type="uint">
|
||||
<value name="Use Point Width on Vertex" value="0"/>
|
||||
<value name="Use Point Width from State" value="1"/>
|
||||
<field name="Point Width Source" start="235" end="235" type="uint">
|
||||
<value name="Vertex" value="0"/>
|
||||
<value name="State" value="1"/>
|
||||
</field>
|
||||
<field name="Point Width" start="224" end="234" type="u8.3"/>
|
||||
</struct>
|
||||
|
||||
@@ -700,9 +700,9 @@
|
||||
<value name="8 Sub-Pixel Precision Bits" value="0"/>
|
||||
<value name="4 Sub-Pixel Precision Bits" value="1"/>
|
||||
</field>
|
||||
<field name="Use Point Width State" start="235" end="235" type="uint">
|
||||
<value name="Use Point Width on Vertex" value="0"/>
|
||||
<value name="Use Point Width from State" value="1"/>
|
||||
<field name="Point Width Source" start="235" end="235" type="uint">
|
||||
<value name="Vertex" value="0"/>
|
||||
<value name="State" value="1"/>
|
||||
</field>
|
||||
<field name="Point Width" start="224" end="234" type="u8.3"/>
|
||||
</struct>
|
||||
|
||||
@@ -791,9 +791,9 @@
|
||||
<value name="8 Sub-Pixel Precision Bits" value="0"/>
|
||||
<value name="4 Sub-Pixel Precision Bits" value="1"/>
|
||||
</field>
|
||||
<field name="Use Point Width State" start="235" end="235" type="uint">
|
||||
<value name="Use Point Width on Vertex" value="0"/>
|
||||
<value name="Use Point Width from State" value="1"/>
|
||||
<field name="Point Width Source" start="235" end="235" type="uint">
|
||||
<value name="Vertex" value="0"/>
|
||||
<value name="State" value="1"/>
|
||||
</field>
|
||||
<field name="Point Width" start="224" end="234" type="u8.3"/>
|
||||
</struct>
|
||||
|
||||
Reference in New Issue
Block a user