r300/compiler: align memory allocations to 8-bytes
authorMatt Turner <mattst88@gmail.com>
Mon, 9 May 2011 04:17:05 +0000 (00:17 -0400)
committerMarek Olšák <maraeo@gmail.com>
Mon, 9 May 2011 18:01:58 +0000 (20:01 +0200)
commit86852236a396bd9932a6ab6e73def0c8ef2f23a5
tree1b3cb3a6c5e4cdbeda0818702e95628235cb474d
parent7297f2ac3c73039e28aef080dba2c228b78ca47e
r300/compiler: align memory allocations to 8-bytes

Eliminates unaligned accesses on strict architectures. Spotted by Jay
Estabrook.

Signed-off-by: Matt Turner <mattst88@gmail.com>
NOTE: This is a candidate for the 7.10 branch.
src/mesa/drivers/dri/r300/compiler/memory_pool.c