r300/program_pair: Dynamically allocate instructions temporarily
authorNicolai Hähnle <nhaehnle@gmail.com>
Wed, 15 Jul 2009 20:25:28 +0000 (22:25 +0200)
committerNicolai Hähnle <nhaehnle@gmail.com>
Mon, 27 Jul 2009 18:32:02 +0000 (20:32 +0200)
commit78f88d8b8799f013e4ab3abc87666b25071ed917
treedd083a8461576cc167b66e6545fe7cd85cb50844
parente5bed439be4fd7c3a349aedc4bff7eec4e4d363e
r300/program_pair: Dynamically allocate instructions temporarily

In preparation of using TGSI, where we cannot easily predict the number
of instructions.

Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
src/mesa/drivers/dri/r300/Makefile
src/mesa/drivers/dri/r300/compiler/memory_pool.c [new file with mode: 0644]
src/mesa/drivers/dri/r300/compiler/memory_pool.h [new file with mode: 0644]
src/mesa/drivers/dri/r300/compiler/radeon_program_pair.c