summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_asm.h
diff options
context:
space:
mode:
authorChristian König <deathsimple@vodafone.de>2010-12-16 16:42:14 +0100
committerChristian König <deathsimple@vodafone.de>2011-01-12 19:44:49 +0100
commitc60cb25bfb15fc83e78d9f2c74646dcc5ad07792 (patch)
tree137a78573ff7a73928c4709064ade84d52534765 /src/gallium/drivers/r600/r600_asm.h
parent7728bef29097c8406d35c6dd969544382abdf935 (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.h1
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 a5504ad39f..4763ce03ec 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 {