diff options
author | Eric Anholt <[email protected]> | 2018-04-24 13:22:41 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2018-04-25 09:21:54 -0700 |
commit | 5710532e9e5b44e40c5ed65b2dcffe66f6803d01 (patch) | |
tree | 3d027b42a9e6f0b826eb1686c8136d8de424f048 /src/broadcom/cle | |
parent | 413c5ca3727898fdb4fa1d2849d0c2defdd77b48 (diff) |
broadcom/vc5: Fix tile load/store of MSAA surfaces on 4.x.
For single-sample we have to always program SAMPLE_0, but for multisample
we want to store all the samples.
Diffstat (limited to 'src/broadcom/cle')
-rw-r--r-- | src/broadcom/cle/v3d_packet_v41.xml | 4 | ||||
-rw-r--r-- | src/broadcom/cle/v3d_packet_v42.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/broadcom/cle/v3d_packet_v41.xml b/src/broadcom/cle/v3d_packet_v41.xml index 32934d71cda..5f6d643195a 100644 --- a/src/broadcom/cle/v3d_packet_v41.xml +++ b/src/broadcom/cle/v3d_packet_v41.xml @@ -277,7 +277,7 @@ <field name="Clear buffer being stored" size="1" start="18" type="bool"/> <field name="Output Image Format" size="6" start="12" type="Output Image Format"/> - <field name="Decimate" size="2" start="10" type="Decimate Mode"/> + <field name="Decimate mode" size="2" start="10" type="Decimate Mode"/> <field name="A dithered" size="1" start="9" type="bool"/> <field name="BGR dithered" size="1" start="8" type="bool"/> @@ -311,7 +311,7 @@ <field name="Input Image Format" size="6" start="12" type="Output Image Format"/> - <field name="Decimate" size="2" start="10" type="Decimate Mode"/> + <field name="Decimate mode" size="2" start="10" type="Decimate Mode"/> <field name="Flip Y" size="1" start="7" type="bool"/> diff --git a/src/broadcom/cle/v3d_packet_v42.xml b/src/broadcom/cle/v3d_packet_v42.xml index db128b54518..f180e5eec5e 100644 --- a/src/broadcom/cle/v3d_packet_v42.xml +++ b/src/broadcom/cle/v3d_packet_v42.xml @@ -278,7 +278,7 @@ <field name="Clear buffer being stored" size="1" start="18" type="bool"/> <field name="Output Image Format" size="6" start="12" type="Output Image Format"/> - <field name="Decimate" size="2" start="10" type="Decimate Mode"/> + <field name="Decimate mode" size="2" start="10" type="Decimate Mode"/> <field name="A dithered" size="1" start="9" type="bool"/> <field name="BGR dithered" size="1" start="8" type="bool"/> @@ -312,7 +312,7 @@ <field name="Input Image Format" size="6" start="12" type="Output Image Format"/> - <field name="Decimate" size="2" start="10" type="Decimate Mode"/> + <field name="Decimate mode" size="2" start="10" type="Decimate Mode"/> <field name="Flip Y" size="1" start="7" type="bool"/> |