diff options
author | Rafael Antognolli <[email protected]> | 2017-05-02 10:01:15 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2017-05-03 16:41:14 -0700 |
commit | a66743ce8d3f919d737a51b677a5988728131c43 (patch) | |
tree | dcc6ea0770433cc6cfaf669657df808039a6b6bb /src/intel | |
parent | 7d5cc5b9549852f2cacf1259905a98bb72a3a017 (diff) |
genxml: Update 3DSTATE_LINE_STIPPLE xml on gen6.
From the PRM, Line Stipple Inverse Repeat Count is on dw2, bits 31:16,
format U1.13.
Signed-off-by: Rafael Antognolli <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel')
-rw-r--r-- | src/intel/genxml/gen6.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/genxml/gen6.xml b/src/intel/genxml/gen6.xml index cdcead3498e..5aa19a587db 100644 --- a/src/intel/genxml/gen6.xml +++ b/src/intel/genxml/gen6.xml @@ -1068,7 +1068,7 @@ <field name="Current Repeat Counter" start="53" end="61" type="uint"/> <field name="Current Stipple Index" start="48" end="51" type="uint"/> <field name="Line Stipple Pattern" start="32" end="47" type="uint"/> - <field name="Line Stipple Inverse Repeat Count" start="79" end="95" type="u1.16"/> + <field name="Line Stipple Inverse Repeat Count" start="80" end="95" type="u1.13"/> <field name="Line Stipple Repeat Count" start="64" end="72" type="uint"/> </instruction> |