mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
Remove debug
This commit is contained in:
parent
964e5325bd
commit
0200947f5e
1 changed files with 0 additions and 2 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue