summaryrefslogtreecommitdiffstats
path: root/ir_to_mesa.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2010-05-06 09:25:56 -0700
committerEric Anholt <[email protected]>2010-06-24 15:05:19 -0700
commitb07cc372c6360d0e59c84bb7586597f028c74b02 (patch)
treebdd16294efc06566056fa5b1a1fe7cfa9955cb9a /ir_to_mesa.h
parent12f654c63bc42d353e258cde989d9114cdde26c6 (diff)
ir_to_mesa: Handle swizzles on LHS of assignment (writemasks).
Diffstat (limited to 'ir_to_mesa.h')
-rw-r--r--ir_to_mesa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ir_to_mesa.h b/ir_to_mesa.h
index c8ceb4c1715..00328e5fab2 100644
--- a/ir_to_mesa.h
+++ b/ir_to_mesa.h
@@ -69,6 +69,8 @@ struct mbtree {
/** Pointer to the ir source this tree came from for debugging */
ir_instruction *ir;
+ ir_to_mesa_dst_reg dst_reg;
+
/**
* This is the representation of this tree node's results as a
* source register for its consumer.