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

Author: Eric Anholt <[email protected]>
Date:   Wed Jun 27 16:40:36 2018 -0700

v3d: Add missing "tri trip or fan" flag in Primitive List Format.

---

 src/broadcom/cle/v3d_packet_v33.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/broadcom/cle/v3d_packet_v33.xml 
b/src/broadcom/cle/v3d_packet_v33.xml
index 3eb8d8b728..2ac11f3828 100644
--- a/src/broadcom/cle/v3d_packet_v33.xml
+++ b/src/broadcom/cle/v3d_packet_v33.xml
@@ -514,6 +514,7 @@
   </packet>
 
   <packet code="56" name="Primitive List Format">
+    <field name="tri strip or fan" size="1" start="7" type="bool"/>
     <field name="data type" size="1" start="6" type="uint">
       <value name="List Indexed" value="0"/>
       <value name="List 32-bit X/Y" value="1"/>

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to