diff options
author | Jason Ekstrand <[email protected]> | 2017-03-16 12:31:42 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-03-17 12:12:50 -0700 |
commit | 2a616242cd58da93de457966483be7fd7bb2d729 (patch) | |
tree | 695ce9f7b1732fbe78357399df620cee71cb5bee /src/intel/genxml/gen9.xml | |
parent | 149d10d38a21135d98d0306ea93baeac2c690828 (diff) |
genxml: s/Clipper Statistics Enable/Statistics Enable/
It's in 3DSTATE_CLIP, so it doesn't really need the extra detail. This
matches what we do for VS, FS, etc.
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/intel/genxml/gen9.xml')
-rw-r--r-- | src/intel/genxml/gen9.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/genxml/gen9.xml b/src/intel/genxml/gen9.xml index 4983259fd95..e98559ac73f 100644 --- a/src/intel/genxml/gen9.xml +++ b/src/intel/genxml/gen9.xml @@ -1176,7 +1176,7 @@ <field name="Early Cull Enable" start="50" end="50" type="bool"/> <field name="Force User Clip Distance Clip Test Enable Bitmask" start="49" end="49" type="bool"/> <field name="Force Clip Mode" start="48" end="48" type="bool"/> - <field name="Clipper Statistics Enable" start="42" end="42" type="bool"/> + <field name="Statistics Enable" start="42" end="42" type="bool"/> <field name="User Clip Distance Cull Test Enable Bitmask" start="32" end="39" type="uint"/> <field name="Clip Enable" start="95" end="95" type="bool"/> <field name="API Mode" start="94" end="94" type="uint"> |