diff options
author | Christian König <[email protected]> | 2010-12-16 16:42:14 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2011-01-12 19:44:49 +0100 |
commit | c60cb25bfb15fc83e78d9f2c74646dcc5ad07792 (patch) | |
tree | 137a78573ff7a73928c4709064ade84d52534765 /src/gallium/drivers/r600/r600_asm.h | |
parent | 7728bef29097c8406d35c6dd969544382abdf935 (diff) |
r600g: implement output modifiers and use them to further optimize LRP
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 a5504ad39f4..4763ce03ec4 100644 --- a/src/gallium/drivers/r600/r600_asm.h +++ b/src/gallium/drivers/r600/r600_asm.h @@ -62,6 +62,7 @@ struct r600_bc_alu { unsigned bank_swizzle_force; u32 value[4]; int hw_gpr[NUM_OF_CYCLES][NUM_OF_COMPONENTS]; + unsigned omod; }; struct r600_bc_tex { |