Mesa (master): genxml: Update 3DSTATE_LINE_STIPPLE xml on gen6.

Kenneth Graunke kwg at kemper.freedesktop.org
Wed May 3 23:42:51 UTC 2017


Module: Mesa
Branch: master
Commit: a66743ce8d3f919d737a51b677a5988728131c43
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a66743ce8d3f919d737a51b677a5988728131c43

Author: Rafael Antognolli <rafael.antognolli at intel.com>
Date:   Tue May  2 10:01:15 2017 -0700

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 <rafael.antognolli at intel.com>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/intel/genxml/gen6.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/intel/genxml/gen6.xml b/src/intel/genxml/gen6.xml
index cdcead3498..5aa19a587d 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>
 




More information about the mesa-commit mailing list