vc4: Move register allocation to a separate file.
authorEric Anholt <eric@anholt.net>
Mon, 15 Sep 2014 18:45:56 +0000 (11:45 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 16 Sep 2014 22:14:52 +0000 (15:14 -0700)
commitad02ba42f0931abfdb79af29678267bd063e92f3
treea695e8e678f5eb9e80d98dced7f2f00ce8d65118
parentb84c02f9cdcc23ecff7f21df28a827f71be9e5fd
vc4: Move register allocation to a separate file.

I'm going to be rewriting it all, and having it mixed up with the
QIR-to-QPU opcode translation was messy.
src/gallium/drivers/vc4/Makefile.sources
src/gallium/drivers/vc4/vc4_context.h
src/gallium/drivers/vc4/vc4_qpu_emit.c
src/gallium/drivers/vc4/vc4_register_allocate.c [new file with mode: 0644]