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:
Rafael Antognolli
2017-06-06 09:23:28 -07:00
parent bd40c71132
commit 1b42cd52a2
3 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -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>
+3 -3
View File
@@ -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>
+3 -3
View File
@@ -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>