mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-16 23:30:35 +01:00
Fix projtex interp bug
This commit is contained in:
parent
8e6926f7c3
commit
47fe2fc105
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: t_dd_vbtmp.h,v 1.21 2002/10/08 23:57:50 brianp Exp $ */
|
||||
/* $Id: t_dd_vbtmp.h,v 1.22 2002/10/23 10:24:27 keithw Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -710,7 +710,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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue