summaryrefslogtreecommitdiff
path: root/src/mesa/main/program.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/program.h')
-rw-r--r--src/mesa/main/program.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mesa/main/program.h b/src/mesa/main/program.h
index 2445fcc9a4..70982c5340 100644
--- a/src/mesa/main/program.h
+++ b/src/mesa/main/program.h
@@ -208,4 +208,18 @@ extern GLboolean
_mesa_IsProgram(GLuint id);
+
+/*
+ * 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 */