summaryrefslogtreecommitdiffstats
path: root/src/intel/genxml/gen7.xml
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2016-09-07 13:46:57 -0700
committerKenneth Graunke <[email protected]>2017-05-03 16:41:07 -0700
commitda299b7df3682bb7528caee07a56b03bc943a4c3 (patch)
treeb62d28962b6a88d244f9c3b99f2c71eca66a744f /src/intel/genxml/gen7.xml
parent872ffb22219825dfc898116c1f100dd11a59e7ba (diff)
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 <[email protected]> Reviewed-by: Rafael Antognolli <[email protected]>
Diffstat (limited to 'src/intel/genxml/gen7.xml')
-rw-r--r--src/intel/genxml/gen7.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/intel/genxml/gen7.xml b/src/intel/genxml/gen7.xml
index b63add0e1a0..e6b61b75852 100644
--- a/src/intel/genxml/gen7.xml
+++ b/src/intel/genxml/gen7.xml
@@ -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"/>