ra: First cut at a graph-coloring register allocator for mesa.
authorEric Anholt <eric@anholt.net>
Mon, 27 Sep 2010 19:34:33 +0000 (12:34 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 29 Sep 2010 23:40:31 +0000 (16:40 -0700)
commit9ff90b7230cceb362c7e0fe1c3d5029b8cbfe6bd
tree1e31d6b297502aab9e23fef4c96d329061bbc618
parent21148e1c0a3cf9cf25ded006a3d5ce2b12803ea9
ra: First cut at a graph-coloring register allocator for mesa.

Notably missing is choice of registers to spill.
src/mesa/program/register_allocate.c [new file with mode: 0644]
src/mesa/program/register_allocate.h [new file with mode: 0644]
src/mesa/sources.mak