diff options
author | Christian König <[email protected]> | 2010-12-20 22:09:09 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2010-12-20 22:09:09 +0100 |
commit | ac5b174706da61c93cd083a4a913c2caa1d74298 (patch) | |
tree | 56b4029b9cd2bbf5c9cb9865ca16f3324c27f2ea /src/gallium/drivers/r600/r600_asm.h | |
parent | 7b0cc9bd386f62f58c39e66ce29f1423cfccdfb7 (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 94ba902fb5b..013df54b32e 100644 --- a/src/gallium/drivers/r600/r600_asm.h +++ b/src/gallium/drivers/r600/r600_asm.h @@ -143,6 +143,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 |