i965/vs: Handle destinations in the MRF file.
authorEric Anholt <eric@anholt.net>
Tue, 6 Sep 2011 19:29:15 +0000 (12:29 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 20 Sep 2011 18:28:56 +0000 (11:28 -0700)
commit65d46c96c2540f8181293c318b412446a953faef
treed64ba9d9cf5e4f629d3384aa594aa227d5ffba09
parent160848d8ef96cf3a760c02cc576df7dbffc1f669
i965/vs: Handle destinations in the MRF file.

We've been referencing MRFs through the HW_REG file so far, but that
makes it harder to handle compute-to-MRF and similar optimizations.
src/mesa/drivers/dri/i965/brw_vec4_emit.cpp