vc4: Fix another space allocation mistake.
authorEric Anholt <eric@anholt.net>
Thu, 9 Apr 2015 20:05:00 +0000 (13:05 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 13 Apr 2015 17:39:02 +0000 (10:39 -0700)
commitcb88d2cfcb1f4444d1ec351277e8b662cda81a5e
treebb2f3c82aa30348871762d8a93f738167d2e9752
parent8eb9304ee74b7f4a3ef9f8ac9cb04f3031a61ded
vc4: Fix another space allocation mistake.

We're over-allocating our BCL in vc4_draw.c, so this never mattered.
However, new RCL-only blit support might end up here without having set up
any BCL contents.
src/gallium/drivers/vc4/vc4_context.c