diff options
author | Keith Whitwell <[email protected]> | 2009-10-27 00:29:21 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-10-27 00:29:21 +0000 |
commit | 7ba2fe40fa092551f1c493d754c80ca93564d32b (patch) | |
tree | 5e541fb8e41fefba6b692bf6e59f9b53eecabe78 /src/gallium/drivers/i965/brw_wm.h | |
parent | 5a304995e09d8dbfd40a2dfab32eacb7e85798e3 (diff) |
i965g: still working on compilation
Diffstat (limited to 'src/gallium/drivers/i965/brw_wm.h')
-rw-r--r-- | src/gallium/drivers/i965/brw_wm.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/gallium/drivers/i965/brw_wm.h b/src/gallium/drivers/i965/brw_wm.h index 5bc2a49c1f4..084430cf282 100644 --- a/src/gallium/drivers/i965/brw_wm.h +++ b/src/gallium/drivers/i965/brw_wm.h @@ -34,6 +34,7 @@ #define BRW_WM_H #include "tgsi/tgsi_ureg.h" +#include "tgsi/tgsi_ureg_parse.h" #include "brw_context.h" #include "brw_eu.h" @@ -163,14 +164,6 @@ struct brw_wm_instruction { #define BRW_WM_MAX_SUBROUTINE 16 -struct ureg_instruction { - unsigned opcode:8; - unsigned tex_target:3; - struct ureg_dst dst; - struct ureg_src src[3]; -}; - - /* New opcodes to track internal operations required for WM unit. * These are added early so that the registers used can be tracked, * freed and reused like those of other instructions. |