broadcom/vc5: Fix cpp of MSAA surfaces on 4.x.
authorEric Anholt <eric@anholt.net>
Tue, 24 Apr 2018 21:56:23 +0000 (14:56 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 25 Apr 2018 16:21:54 +0000 (09:21 -0700)
commit9f3f4284c0397615bfe50ba4e50aaffe5dc64e84
tree823243718e4e5422189281e8feb75e7ced31ca2b
parentac207acb97cdfa203c686806ba3a41269e1bf35d
broadcom/vc5: Fix cpp of MSAA surfaces on 4.x.

The internal-type-bpp path is for surfaces that get stored in the raw TLB
format.  For 4.x, we're storing MSAA as just 2x width/height at the
original format.
src/gallium/drivers/vc5/vc5_resource.c
src/gallium/drivers/vc5/vc5_state.c