From c60cb25bfb15fc83e78d9f2c74646dcc5ad07792 Mon Sep 17 00:00:00 2001 From: Christian König Date: Thu, 16 Dec 2010 16:42:14 +0100 Subject: r600g: implement output modifiers and use them to further optimize LRP --- src/gallium/drivers/r600/r600_asm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/r600/r600_asm.h') 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 { -- cgit v1.2.3