diff options
author | Brian <[email protected]> | 2007-02-09 15:40:00 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-02-09 15:40:00 -0700 |
commit | 942ee025908a95afc57990c57d6754ca1a626b04 (patch) | |
tree | 88fc36392410369cc872c84d804fa411428181e8 /src/mesa/shader/program.h | |
parent | 383ecc0374582900016c6411aff65d27829f876d (diff) |
move GL_MESA_program_debug funcs to prog_debug.c
Diffstat (limited to 'src/mesa/shader/program.h')
-rw-r--r-- | src/mesa/shader/program.h | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/src/mesa/shader/program.h b/src/mesa/shader/program.h index 73f52389289..52704856ab0 100644 --- a/src/mesa/shader/program.h +++ b/src/mesa/shader/program.h @@ -1,8 +1,8 @@ /* * Mesa 3-D graphics library - * Version: 6.5.2 + * Version: 6.5.3 * - * Copyright (C) 1999-2006 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2007 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -103,17 +103,4 @@ _mesa_GenPrograms(GLsizei n, GLuint *ids); -/* - * GL_MESA_program_debug - */ - -extern void -_mesa_ProgramCallbackMESA(GLenum target, GLprogramcallbackMESA callback, - GLvoid *data); - -extern void -_mesa_GetProgramRegisterfvMESA(GLenum target, GLsizei len, - const GLubyte *registerName, GLfloat *v); - - #endif /* PROGRAM_H */ |