projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44367aa
)
Another typo
author
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 9 Jun 2005 19:03:18 +0000
(19:03 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 9 Jun 2005 19:03:18 +0000
(19:03 +0000)
src/mesa/tnl/t_vb_arbprogram.c
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_vb_arbprogram.c
b/src/mesa/tnl/t_vb_arbprogram.c
index 70e1048f1408139eefbf1061e33d567bd9a2056f..4288bd3bef919156f24c650726918f86a004cab7 100644
(file)
--- a/
src/mesa/tnl/t_vb_arbprogram.c
+++ b/
src/mesa/tnl/t_vb_arbprogram.c
@@
-105,7
+105,7
@@
static GLfloat RoughApproxPow2(GLfloat t)
fi.i = (fi.i << 23) + 0x3f800000;
return fi.f;
#else
- return (GLfloat) _mesa_pow(2.0,
floor_t0
);
+ return (GLfloat) _mesa_pow(2.0,
t
);
#endif
}