summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_build.h
diff options
context:
space:
mode:
authorMichal Krol <michal@tungstengraphics.com>2008-08-13 19:28:10 +0200
committerMichal Krol <michal@tungstengraphics.com>2008-08-13 19:28:10 +0200
commitbfdb1d55d58d70044af9fcd6f8465179145581dd (patch)
tree41fd9a056499f9ff250baceb052b8fcf400d425a /src/gallium/auxiliary/tgsi/tgsi_build.h
parent4b929b32d03a58d80cacbd63c172dbd7221c8a8f (diff)
downloadexternal_mesa3d-bfdb1d55d58d70044af9fcd6f8465179145581dd.zip
external_mesa3d-bfdb1d55d58d70044af9fcd6f8465179145581dd.tar.gz
external_mesa3d-bfdb1d55d58d70044af9fcd6f8465179145581dd.tar.bz2
tgsi: Fix typo.
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_build.h')
-rw-r--r--src/gallium/auxiliary/tgsi/tgsi_build.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_build.h b/src/gallium/auxiliary/tgsi/tgsi_build.h
index ed25830..6ae7f32 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_build.h
+++ b/src/gallium/auxiliary/tgsi/tgsi_build.h
@@ -170,7 +170,7 @@ tgsi_build_instruction_ext_nv(
unsigned cond_swizzle_z,
unsigned cond_swizzle_w,
unsigned cond_dst_update,
- unsigned cond_flow_update,
+ unsigned cond_flow_enable,
struct tgsi_token *prev_token,
struct tgsi_instruction *instruction,
struct tgsi_header *header );