vc4: Add support for laying out MSAA resources.
authorEric Anholt <eric@anholt.net>
Tue, 23 Jun 2015 00:41:08 +0000 (17:41 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 4 Dec 2015 17:24:36 +0000 (09:24 -0800)
commit3c3b1184eb57951c8a40258c9214a1aece1602e6
tree2e8b3893b61cf0d8501bc5a32cdbcfc2ea7c0935
parent74c4b3b80cc4246fd1eb503d97edb3d293eef5de
vc4: Add support for laying out MSAA resources.

For MSAA, we store full resolution tile buffer contents, which have their
own tiling format.  Since they're full resolution buffers, we have to
align their size to full tiles.
src/gallium/drivers/vc4/vc4_resource.c