broadcom/vc5: Fix Rendering Mode Common Config's color store bitmask.
This controls the RTs that get stored by the default resolved store, the same way that the extended resolved store packet has a RT bitmask.
This commit is contained in:
@@ -415,7 +415,7 @@
|
||||
</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="Disable Render Target Stores" size="8" start="56" type="uint"/>
|
||||
<field name="Enable Z Store" size="1" start="55" type="bool"/>
|
||||
<field name="Enable Stencil Store" size="1" start="54" type="bool"/>
|
||||
|
||||
|
Reference in New Issue
Block a user