summaryrefslogtreecommitdiff
path: root/src/mesa/main
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-10-23 10:55:24 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-10-23 10:55:24 -0600
commitc9d495c6f064aacd1e072033b9c17a83b8c37fa1 (patch)
tree4c3e164299b74391cac37b2b45397e2604635681 /src/mesa/main
parent2a8e9bb00f8cf830783cbc20a2a57f31b19491ea (diff)
properly init dst reg's CondMask/Swizzle fields
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/texenvprogram.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/texenvprogram.c b/src/mesa/main/texenvprogram.c
index 935eb44a32..38be039084 100644
--- a/src/mesa/main/texenvprogram.c
+++ b/src/mesa/main/texenvprogram.c
@@ -461,8 +461,8 @@ static void emit_dst( struct prog_dst_register *dst,
dst->File = ureg.file;
dst->Index = ureg.idx;
dst->WriteMask = mask;
- dst->CondMask = 0;
- dst->CondSwizzle = 0;
+ dst->CondMask = COND_TR; /* always pass cond test */
+ dst->CondSwizzle = SWIZZLE_NOOP;
}
static struct prog_instruction *