diff options
author | Michal Krol <[email protected]> | 2009-11-24 09:01:48 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-11-24 09:05:28 +0100 |
commit | 5ee0d9f632383339088cc33005b7794b0915d4e0 (patch) | |
tree | 6fd3cb856ce76a8a567c166f3f40b3708f6805bb /src/gallium/auxiliary/tgsi/tgsi_parse.h | |
parent | 57221c54387a43e268a80ee6b578d57e03efcc5e (diff) |
tgsi: Account for gallium shader token representation changes.
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_parse.h')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_parse.h b/src/gallium/auxiliary/tgsi/tgsi_parse.h index 76f1676d85d..cb4772ade8d 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_parse.h +++ b/src/gallium/auxiliary/tgsi/tgsi_parse.h @@ -80,9 +80,9 @@ struct tgsi_full_immediate struct tgsi_full_instruction { struct tgsi_instruction Instruction; + struct tgsi_instruction_predicate InstructionPredicate; struct tgsi_instruction_ext_label InstructionExtLabel; struct tgsi_instruction_ext_texture InstructionExtTexture; - struct tgsi_instruction_ext_predicate InstructionExtPredicate; struct tgsi_full_dst_register FullDstRegisters[TGSI_FULL_MAX_DST_REGISTERS]; struct tgsi_full_src_register FullSrcRegisters[TGSI_FULL_MAX_SRC_REGISTERS]; uint Flags; /**< user-defined usage */ |