ra: Use the same context when realloc'ing arrays.
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 21 Jan 2011 23:39:57 +0000 (15:39 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 21 Jan 2011 23:39:57 +0000 (15:39 -0800)
commit819f92deaa810ce0d5c36f6ee16220ce55a7768c
treea1129e5e8e74232ee101f30912e8695aa6e32c24
parentb66be7518ad57368b31b5d70a2bb4c0fe66aa988
ra: Use the same context when realloc'ing arrays.

The original allocations use regs->regs as the context, so talloc will
happily ignore the context given here.  Change it to match to clarify
that it isn't changing.
src/mesa/program/register_allocate.c