diff options
author | Rafael Antognolli <[email protected]> | 2017-06-06 09:23:28 -0700 |
---|---|---|
committer | Rafael Antognolli <[email protected]> | 2017-06-16 15:01:16 -0700 |
commit | 1b42cd52a253f9f51ae2655e59f54ff3d35342e8 (patch) | |
tree | 79dfedda075d26c9fc46230d0dc64b4070a1b983 /src/intel/genxml/gen4.xml | |
parent | bd40c71132d7d4d44f91d05fb716c70b8a3d88a6 (diff) |
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 <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/intel/genxml/gen4.xml')
-rw-r--r-- | src/intel/genxml/gen4.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/intel/genxml/gen4.xml b/src/intel/genxml/gen4.xml index 72be95bee2d..d37c85affda 100644 --- a/src/intel/genxml/gen4.xml +++ b/src/intel/genxml/gen4.xml @@ -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> |