summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2002-10-23 10:23:55 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2002-10-23 10:23:55 +0000
commit9d6b0365654bfd5a7116cbdae7e6ca29209c13bd (patch)
treeb76c33f379a1cad195b34bc4f9e0397ee628a7ea
parent6051284108d147415544dd6d633a398afd16ce84 (diff)
Fix projtex interp bug
-rw-r--r--src/mesa/drivers/common/t_dd_vbtmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/common/t_dd_vbtmp.h b/src/mesa/drivers/common/t_dd_vbtmp.h
index 04d66dd652..4f63bafae2 100644
--- a/src/mesa/drivers/common/t_dd_vbtmp.h
+++ b/src/mesa/drivers/common/t_dd_vbtmp.h
@@ -1,4 +1,4 @@
-/* $Id: t_dd_vbtmp.h,v 1.14.2.5 2002/08/21 17:46:08 alanh Exp $ */
+/* $Id: t_dd_vbtmp.h,v 1.14.2.6 2002/10/23 10:23:55 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -708,7 +708,7 @@ static void TAG(interp)( GLcontext *ctx,
}
}
else if (DO_PTEX) {
- dst->pv.q0 = 0.0; /* must be a valid float on radeon */
+ dst->pv.q1 = 0.0; /* must be a valid float on radeon */
}
if (DO_TEX2) {
if (DO_PTEX) {