genxml: Make "Reorder Mode" fields consistent.

Both GS and SOL have these fields.  Some were ReorderEnable = true,
some were ReorderMode = REORDER_TRAILING, and some were just TRAILING.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com>
This commit is contained in:
Kenneth Graunke
2016-09-07 13:46:57 -07:00
parent 872ffb2221
commit da299b7df3
3 changed files with 8 additions and 6 deletions
+4 -1
View File
@@ -1157,7 +1157,10 @@
<field name="GS Invocations Increment Value" start="165" end="169" type="uint"/>
<field name="Include Primitive ID" start="164" end="164" type="bool"/>
<field name="Hint" start="163" end="163" type="uint"/>
<field name="Reorder Enable" start="162" end="162" type="bool"/>
<field name="Reorder Mode" start="162" end="162" type="uint">
<value name="LEADING" value="0"/>
<value name="TRAILING" value="1"/>
</field>
<field name="Discard Adjacency" start="161" end="161" type="bool"/>
<field name="Function Enable" start="160" end="160" type="bool"/>
<field name="Semaphore Handle" start="192" end="203" type="offset"/>