projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
964e532
)
Remove debug
author
Keith Whitwell
<keith@tungstengraphics.com>
Sat, 14 Feb 2004 15:49:55 +0000
(15:49 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Sat, 14 Feb 2004 15:49:55 +0000
(15:49 +0000)
src/mesa/main/program.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/program.c
b/src/mesa/main/program.c
index fe536566304a01b9846162b7a2fda1b6870377d2..2fc52d9bd4a863c405ad8f08e536c1b9edecc93c 100644
(file)
--- a/
src/mesa/main/program.c
+++ b/
src/mesa/main/program.c
@@
-149,7
+149,6
@@
static struct program * _mesa_init_program_struct( GLcontext *ctx,
prog->RefCount = 1;
}
- fprintf(stderr, "%s %x %x\n", __FUNCTION__, target, prog);
return prog;
}
@@
-189,7
+188,6
@@
struct program * _mesa_init_vertex_program( GLcontext *ctx,
struct program *
_mesa_new_program(GLcontext *ctx, GLenum target, GLuint id)
{
- fprintf(stderr, "%s\n", __FUNCTION__);
switch (target) {
case GL_VERTEX_PROGRAM_ARB: /* == GL_VERTEX_PROGRAM_NV */
return _mesa_init_vertex_program( ctx, CALLOC_STRUCT(vertex_program),