mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
broadcom/xml: Remove vc5 base packet for tile bin/render mode config.
These existed so I could unpack just the sub-id field to switch on in the old manual CLIF dumper. The new codegen handles sub-id automatically, but only if these stub packets aren't there with an implicit sub-id=0.
This commit is contained in:
parent
afb31a9e87
commit
efa329ab4f
1 changed files with 0 additions and 10 deletions
|
|
@ -322,11 +322,6 @@
|
|||
<field name="Viewport Z Scale (Zc to Zs)" size="32" start="0" type="float"/>
|
||||
</packet>
|
||||
|
||||
<packet code="120" name="Tile Binning Mode Configuration">
|
||||
<field name="pad" size="63" start="1" type="uint" default="0"/>
|
||||
<field name="sub-id" size="1" start="0" type="uint" default="0"/>
|
||||
</packet>
|
||||
|
||||
<packet code="120" name="Tile Binning Mode Configuration (Part1)">
|
||||
<field name="Double-buffer in non-ms mode" size="1" start="63" type="bool"/>
|
||||
<field name="Multisample Mode (4x)" size="1" start="62" type="bool"/>
|
||||
|
|
@ -364,11 +359,6 @@
|
|||
<field name="sub-id" size="1" start="0" type="uint" default="1"/>
|
||||
</packet>
|
||||
|
||||
<packet code="121" name="Tile Rendering Mode Configuration" cl="R">
|
||||
<field name="pad" size="60" start="4" type="uint"/>
|
||||
<field name="sub-id" size="4" start="0" type="uint"/>
|
||||
</packet>
|
||||
|
||||
<packet code="121" name="Tile Rendering Mode Configuration (Common Configuration)" cl="R">
|
||||
<field name="Disable Render Target Stores" size="8" start="56" type="bool"/>
|
||||
<field name="Enable Z Store" size="1" start="55" type="bool"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue