diff options
author | Michal Krol <[email protected]> | 2008-08-13 19:28:10 +0200 |
---|---|---|
committer | Michal Krol <[email protected]> | 2008-08-13 19:28:10 +0200 |
commit | bfdb1d55d58d70044af9fcd6f8465179145581dd (patch) | |
tree | 41fd9a056499f9ff250baceb052b8fcf400d425a /src/gallium/auxiliary/tgsi/tgsi_build.h | |
parent | 4b929b32d03a58d80cacbd63c172dbd7221c8a8f (diff) |
tgsi: Fix typo.
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_build.h')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_build.h | 2 |
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 ed258302487..6ae7f324f85 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 ); |