mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
genxml: Rename "DS Function Enable" to "Function Enable".
This makes Gen7/7.5 match Gen8-9. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
parent
72ffe8318d
commit
000b563a1b
2 changed files with 2 additions and 2 deletions
|
|
@ -1100,7 +1100,7 @@
|
|||
<field name="Statistics Enable" start="170" end="170" type="bool"/>
|
||||
<field name="Compute W Coordinate Enable" start="162" end="162" type="bool"/>
|
||||
<field name="DS Cache Disable" start="161" end="161" type="bool"/>
|
||||
<field name="DS Function Enable" start="160" end="160" type="bool"/>
|
||||
<field name="Function Enable" start="160" end="160" type="bool"/>
|
||||
</instruction>
|
||||
|
||||
<instruction name="3DSTATE_GS" bias="2" length="7">
|
||||
|
|
|
|||
|
|
@ -1228,7 +1228,7 @@
|
|||
<field name="Statistics Enable" start="170" end="170" type="bool"/>
|
||||
<field name="Compute W Coordinate Enable" start="162" end="162" type="bool"/>
|
||||
<field name="DS Cache Disable" start="161" end="161" type="bool"/>
|
||||
<field name="DS Function Enable" start="160" end="160" type="bool"/>
|
||||
<field name="Function Enable" start="160" end="160" type="bool"/>
|
||||
</instruction>
|
||||
|
||||
<instruction name="3DSTATE_GATHER_CONSTANT_DS" bias="2">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue