projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5882257
)
Remove debug
author
Keith Whitwell
<keith@tungstengraphics.com>
Mon, 5 Jan 2004 15:31:22 +0000
(15:31 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Mon, 5 Jan 2004 15:31:22 +0000
(15:31 +0000)
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 b10b3c4ce8c0779a654194a66ef971833bc03b1a..44e924aa1e96dfb4d2dab564059a79a62ace0dbc 100644
(file)
--- a/
src/mesa/tnl/t_vertex.c
+++ b/
src/mesa/tnl/t_vertex.c
@@
-981,9
+981,6
@@
GLuint _tnl_install_attrs( GLcontext *ctx, const struct tnl_attr_map *map,
vtx->attr[i].vertoffset = map[i].offset;
assert(map[i].offset + format_info[format].attrsize < unpacked_size);
}
-
- fprintf(stderr, "%d: offset %d, format: %s\n",
- i, vtx->attr[i].vertoffset, format_info[format].name);
}
if (unpacked_size)