projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9f4ee8
)
comments
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 1 Apr 2003 16:39:25 +0000
(16:39 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 1 Apr 2003 16:39:25 +0000
(16:39 +0000)
src/mesa/tnl/t_imm_dlist.c
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_imm_dlist.c
b/src/mesa/tnl/t_imm_dlist.c
index d21527fdb3c2c5762fba703c71f06c4cd29519ad..5d7cd47499e010bef2c7718c8801f284a3af168a 100644
(file)
--- a/
src/mesa/tnl/t_imm_dlist.c
+++ b/
src/mesa/tnl/t_imm_dlist.c
@@
-1,5
+1,3
@@
-/* $Id: t_imm_dlist.c,v 1.49 2003/03/31 23:06:50 brianp Exp $ */
-
/*
* Mesa 3-D graphics library
* Version: 5.1
@@
-634,6
+632,7
@@
loopback_compiled_cassette( GLcontext *ctx, struct immediate *IM )
}
}
+ /* XXX Maybe we should jump through _glapi->Dispatch all the time?? */
if (flags[i] & VERT_BIT_NORMAL)
glNormal3fv(IM->Attrib[VERT_ATTRIB_NORMAL][i]);