projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d42d5fd
)
revert a956184f70733bd22e2bbee515386da12302963f
author
Matthieu Castet
<castet.matthieu@free.fr>
Sun, 16 Sep 2007 14:15:13 +0000
(16:15 +0200)
committer
Matthieu Castet
<castet.matthieu@free.fr>
Sun, 16 Sep 2007 14:15:13 +0000
(16:15 +0200)
src/mesa/tnl/t_vertex.c
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_vertex.c
b/src/mesa/tnl/t_vertex.c
index da32be9a179ec1b1eedc924dafecff882e4543f1..a6728c318fe3171be817885335216c0fc87a8d5b 100644
(file)
--- a/
src/mesa/tnl/t_vertex.c
+++ b/
src/mesa/tnl/t_vertex.c
@@
-294,7
+294,7
@@
GLuint _tnl_install_attrs( GLcontext *ctx, const struct tnl_attr_map *map,
GLuint i, j;
assert(nr < _TNL_ATTRIB_MAX);
-/* assert(nr == 0 || map[0].attrib == VERT_ATTRIB_POS);*/
+ assert(nr == 0 || map[0].attrib == VERT_ATTRIB_POS);
vtx->new_inputs = ~0;
vtx->need_viewport = GL_FALSE;