summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/arbprogram.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/arbprogram.h')
-rw-r--r--src/mesa/main/arbprogram.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/mesa/main/arbprogram.h b/src/mesa/main/arbprogram.h
index 7f4dd87..bc5a662 100644
--- a/src/mesa/main/arbprogram.h
+++ b/src/mesa/main/arbprogram.h
@@ -125,5 +125,12 @@ extern void
_mesa_GetProgramStringARB(GLenum target, GLenum pname, GLvoid *string);
-#endif
+extern void
+_mesa_ProgramCallbackMESA(GLenum target, GLprogramcallbackMESA callback,
+ GLvoid *data);
+extern void
+_mesa_GetProgramRegisterfvMESA(GLenum target, GLsizei len,
+ const GLubyte *registerName, GLfloat *v);
+
+#endif