projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea53a5b
)
comments
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 8 Aug 2002 16:54:43 +0000
(16:54 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 8 Aug 2002 16:54:43 +0000
(16:54 +0000)
src/mesa/tnl/t_vb_normals.c
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_vb_normals.c
b/src/mesa/tnl/t_vb_normals.c
index 541aa885df6e35d15d9bb15c3ca8254d0540f809..ac09792138a76f8947f64bac38ba2631cb61e7d0 100644
(file)
--- a/
src/mesa/tnl/t_vb_normals.c
+++ b/
src/mesa/tnl/t_vb_normals.c
@@
-1,4
+1,4
@@
-/* $Id: t_vb_normals.c,v 1.1
4 2002/04/08 15:37:1
3 brianp Exp $ */
+/* $Id: t_vb_normals.c,v 1.1
5 2002/08/08 16:54:4
3 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-73,9
+73,9
@@
static GLboolean run_normal_stage( GLcontext *ctx,
store->NormalTransform( ctx->ModelviewMatrixStack.Top,
ctx->_ModelViewInvScale,
- VB->NormalPtr,
+ VB->NormalPtr,
/* input normals */
lengths,
- &store->normal );
+ &store->normal );
/* resulting normals */
}
VB->NormalPtr = &store->normal;