i965: First cut at register allocation using graph coloring.
authorEric Anholt <eric@anholt.net>
Wed, 29 Sep 2010 19:08:11 +0000 (12:08 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 29 Sep 2010 23:40:31 +0000 (16:40 -0700)
commite1261d3c493ff48348483a0084f3017c7e663dc0
tree4314191e191bd940fe971929ff71e498415149f6
parent9ff90b7230cceb362c7e0fe1c3d5029b8cbfe6bd
i965: First cut at register allocation using graph coloring.

The interference is totally bogus (maximal), so this is equivalent to
our trivial register assignment before.  As in, passes the same set of
piglit tests.
src/mesa/drivers/dri/i965/brw_fs.cpp