llvmpipe: fix surface memory allocation bug
authorBrian Paul <brianp@vmware.com>
Mon, 19 Apr 2010 17:17:11 +0000 (11:17 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 19 Apr 2010 17:18:51 +0000 (11:18 -0600)
commit05bf77a2dac75bd58e4d4b03e18ab3ff1458ffaf
tree3287e7e3a2682f6094992d582e1ada0558a8f5d4
parent64644ec3b21884d4a974fa29087fa98c4ed9e112
llvmpipe: fix surface memory allocation bug

We weren't always allocating the right amount of memory for image tiles
for some formats (those < 32bpp).

Fixes fd.o bug 27712.
src/gallium/drivers/llvmpipe/lp_texture.c