OSDN Git Service

broadcom/xml: Add the vc5 Base Vertex/Base Instance packet.
authorEric Anholt <eric@anholt.net>
Wed, 27 Sep 2017 22:05:14 +0000 (15:05 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 10 Oct 2017 18:42:05 +0000 (11:42 -0700)
This lets us do index_bias and ARB_base_instance.

src/broadcom/cle/v3d_packet_v33.xml

index 93ada10..82709c3 100644 (file)
     <field name="mode" size="8" start="0" type="Primitive"/>
   </packet>
 
+  <packet code="43" name="Base Vertex Base Instance" cl="B">
+    <field name="Base Instance" size="32" start="32" type="uint"/>
+
+    <field name="Base Vertex" size="32" start="0" type="uint"/>
+  </packet>
+
   <packet code="56" name="Primitive List Format">
     <field name="data type" size="1" start="6" type="uint">
       <value name="List Indexed" value="0"/>