mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
v3d: Add missing "tri trip or fan" flag in Primitive List Format.
This commit is contained in:
parent
b341b39db3
commit
69efc1e025
1 changed files with 1 additions and 0 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue