broadcom/vc5: Fix tile load/store of MSAA surfaces on 4.x.
authorEric Anholt <eric@anholt.net>
Tue, 24 Apr 2018 20:22:41 +0000 (13:22 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 25 Apr 2018 16:21:54 +0000 (09:21 -0700)
commit5710532e9e5b44e40c5ed65b2dcffe66f6803d01
tree3d027b42a9e6f0b826eb1686c8136d8de424f048
parent413c5ca3727898fdb4fa1d2849d0c2defdd77b48
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.
src/broadcom/cle/v3d_packet_v41.xml
src/broadcom/cle/v3d_packet_v42.xml
src/gallium/drivers/vc5/vc5_rcl.c