summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_parse.h
diff options
context:
space:
mode:
authorMichal Krol <michal@vmware.com>2009-11-24 09:01:48 +0100
committerMichal Krol <michal@vmware.com>2009-11-24 09:05:28 +0100
commit5ee0d9f632383339088cc33005b7794b0915d4e0 (patch)
tree6fd3cb856ce76a8a567c166f3f40b3708f6805bb /src/gallium/auxiliary/tgsi/tgsi_parse.h
parent57221c54387a43e268a80ee6b578d57e03efcc5e (diff)
downloadexternal_mesa3d-5ee0d9f632383339088cc33005b7794b0915d4e0.zip
external_mesa3d-5ee0d9f632383339088cc33005b7794b0915d4e0.tar.gz
external_mesa3d-5ee0d9f632383339088cc33005b7794b0915d4e0.tar.bz2
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.h2
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 76f1676..cb4772a 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 */