On Thu, 8 Dec 2011 17:07:57 -0800, Kenneth Graunke
wrote:
> + if (inst->header_present) {
> + /* Set up an implied move from g0 to the MRF. */
> + src = retype(brw_vec8_grf(0, 0), BRW_REGISTER_TYPE_UW);
> + }
It doesn't seem like UW could be the right answer here -- I would think
This is the part that takes the vec4_instruction IR and turns it into
actual Gen ISA.
Signed-off-by: Kenneth Graunke
---
src/mesa/drivers/dri/i965/brw_vec4.h|4 ++
src/mesa/drivers/dri/i965/brw_vec4_emit.cpp | 79 +++
2 files changed, 83 insertions(+), 0 del