diff options
author | Jason Ekstrand <[email protected]> | 2016-05-31 22:15:38 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-06-03 19:29:28 -0700 |
commit | fdc3c5dd05dc072fe9b4975091308d02e6df6037 (patch) | |
tree | 7ac597d1ec1a850124019eb26617287d3aa9fc69 /src/intel/genxml/gen75.xml | |
parent | 1f7b54ed299bea95f774e7d8baa181c11118b3fe (diff) |
genxml/gen6,7,75: s/BackFace/Backface
This is more consistent with gen8+
Signed-off-by: Jason Ekstrand <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Cc: "12.0" <[email protected]>
Diffstat (limited to 'src/intel/genxml/gen75.xml')
-rw-r--r-- | src/intel/genxml/gen75.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/intel/genxml/gen75.xml b/src/intel/genxml/gen75.xml index 709904f16f3..ac1b6e416ac 100644 --- a/src/intel/genxml/gen75.xml +++ b/src/intel/genxml/gen75.xml @@ -209,7 +209,7 @@ <struct name="COLOR_CALC_STATE" length="6"> <field name="Stencil Reference Value" start="24" end="31" type="uint"/> - <field name="BackFace Stencil Reference Value" start="16" end="23" type="uint"/> + <field name="Backface Stencil Reference Value" start="16" end="23" type="uint"/> <field name="Round Disable Function Disable" start="15" end="15" type="bool"/> <field name="Alpha Test Format" start="0" end="0" type="uint"> <value name="ALPHATEST_UNORM8" value="0"/> @@ -249,7 +249,7 @@ <field name="Stencil Pass Depth Pass Op" start="19" end="21" type="uint"/> <field name="Stencil Buffer Write Enable" start="18" end="18" type="bool"/> <field name="Double Sided Stencil Enable" start="15" end="15" type="bool"/> - <field name="BackFace Stencil Test Function" start="12" end="14" type="uint"> + <field name="Backface Stencil Test Function" start="12" end="14" type="uint"> <value name="COMPAREFUNCTION_ALWAYS" value="0"/> <value name="COMPAREFUNCTION_NEVER" value="1"/> <value name="COMPAREFUNCTION_LESS" value="2"/> |