genxml: Rename "API Rendering Disable" to "Rendering Disable".

Gen7/7.5 call it "Rendering Disable" while Gen8/9 prefix it with "API".

Pick one for consistency, and so we can share code between generations.

Cc: "12.0" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
Kenneth Graunke 2016-07-18 16:00:20 -07:00
parent bfd9942cdc
commit 87660579f5
2 changed files with 2 additions and 2 deletions

View file

@ -2036,7 +2036,7 @@
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="30"/>
<field name="DWord Length" start="0" end="7" type="uint" default="3"/>
<field name="SO Function Enable" start="63" end="63" type="uint"/>
<field name="API Rendering Disable" start="62" end="62" type="uint"/>
<field name="Rendering Disable" start="62" end="62" type="uint"/>
<field name="Render Stream Select" start="59" end="60" type="uint"/>
<field name="Reorder Mode" start="58" end="58" type="uint">
<value name="LEADING" value="0"/>

View file

@ -2239,7 +2239,7 @@
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="30"/>
<field name="DWord Length" start="0" end="7" type="uint" default="3"/>
<field name="SO Function Enable" start="63" end="63" type="uint"/>
<field name="API Rendering Disable" start="62" end="62" type="uint"/>
<field name="Rendering Disable" start="62" end="62" type="uint"/>
<field name="Render Stream Select" start="59" end="60" type="uint"/>
<field name="Reorder Mode" start="58" end="58" type="uint">
<value name="LEADING" value="0"/>