diff options
author | Christian König <[email protected]> | 2010-12-20 22:09:09 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2011-01-13 23:01:35 +0100 |
commit | d7342f6a81a0d13acb6486a24bffa8e5987d5410 (patch) | |
tree | 9459d1024a1864d5fa00064430b8f4e587e8755d /src/gallium/drivers/r600/r600_asm.h | |
parent | eea1d8199b376f37027c14669e0bdf991a22872d (diff) |
r600g: merge alu groups
Diffstat (limited to 'src/gallium/drivers/r600/r600_asm.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_asm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_asm.h b/src/gallium/drivers/r600/r600_asm.h index 2a046d1e88d..570292e9fdc 100644 --- a/src/gallium/drivers/r600/r600_asm.h +++ b/src/gallium/drivers/r600/r600_asm.h @@ -144,6 +144,7 @@ struct r600_bc_cf { struct r600_bc_output output; struct r600_bc_alu *curr_bs_head; struct r600_bc_alu *prev_bs_head; + struct r600_bc_alu *prev2_bs_head; }; #define FC_NONE 0 |