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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user