projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
190d348
)
Committing in .
author
Jouk Jansen
<joukj@hrem.stm.tudelft.nl>
Fri, 7 Sep 2001 06:55:59 +0000
(06:55 +0000)
committer
Jouk Jansen
<joukj@hrem.stm.tudelft.nl>
Fri, 7 Sep 2001 06:55:59 +0000
(06:55 +0000)
Modified Files:
Mesa/src/tnl/t_imm_alloc.c
added initialization for Normals
----------------------------------------------------------------------
src/mesa/tnl/t_imm_alloc.c
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_imm_alloc.c
b/src/mesa/tnl/t_imm_alloc.c
index 5cf0d1ea14221a816ee48afde828ac59a1d4264e..302d739c7f37b2c350db2f19b0df27a8e3fb5d0e 100644
(file)
--- a/
src/mesa/tnl/t_imm_alloc.c
+++ b/
src/mesa/tnl/t_imm_alloc.c
@@
-1,4
+1,4
@@
-/* $Id: t_imm_alloc.c,v 1.
9 2001/06/28 17:34:14 keithw
Exp $ */
+/* $Id: t_imm_alloc.c,v 1.
10 2001/09/07 06:55:59 joukj
Exp $ */
/*
* Mesa 3-D graphics library
@@
-77,6
+77,7
@@
static struct immediate *real_alloc_immediate( GLcontext *ctx )
*/
MEMSET(IM->Flag, 0, sizeof(IM->Flag));
+ MEMSET(IM->Normal, 0.0 , sizeof(IM->Normal));
return IM;
}