llvmpipe: use align_malloc for all structs containing ALIGN16 members
authorKeith Whitwell <keithw@vmware.com>
Tue, 18 Aug 2009 19:25:37 +0000 (20:25 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Sat, 29 Aug 2009 08:21:34 +0000 (09:21 +0100)
commita22f87c99462fd83dc398f4c06fc6d9997e15dba
tree27cfb130bbbdd4a5dca7536b50b2f0de46c2802a
parent49d83fdc4599256da9a33ed943009038859c34c5
llvmpipe: use align_malloc for all structs containing ALIGN16 members

Unless the struct is allocated aligned, aligning the members isn't very
helpful.
src/gallium/drivers/llvmpipe/lp_context.c
src/gallium/drivers/llvmpipe/lp_quad_fs.c
src/gallium/drivers/llvmpipe/lp_setup.c
src/gallium/drivers/llvmpipe/lp_tile_cache.c