vc4: Fix the shader record size for extended strides.
authorEric Anholt <eric@anholt.net>
Sun, 3 Aug 2014 03:44:39 +0000 (20:44 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 11 Aug 2014 21:45:31 +0000 (14:45 -0700)
commitaaff32ded0ef0e6b15af883831cc3ccb7b16efc4
tree659459622c44fa77c2a47e2ca99de431d07c2fdd
parent9f24e4e6ed1d5b6a6ea3358c51fe4fccfc860174
vc4: Fix the shader record size for extended strides.

It turns out they aren't packed when attributes are missing, according to
both docs and simulation.

v2: Drop unused variable.
src/gallium/drivers/vc4/vc4_simulator_validate.c