broadcom/vc5: Fix incorrect padding of TF outputs.
authorEric Anholt <eric@anholt.net>
Tue, 21 Nov 2017 23:20:31 +0000 (15:20 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 22 Nov 2017 18:56:31 +0000 (10:56 -0800)
commit1214c2ea2a200e9d2ff814a7b106d2314a03f048
tree19dd25ad78d41bda8cc4fa2a71b4bbaafc496dd3
parentb18840ac6e0b6cb4d8a7b7b6a5c504561e3a8696
broadcom/vc5: Fix incorrect padding of TF outputs.

After the first output, we were padding by an extra size of the previous
output.  Fixes piglit ext_transform_feedback-output-type mat4x3[2] and
friends.
src/gallium/drivers/vc5/vc5_program.c