summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-05 22:16:45 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-05 22:16:45 +0000
commitb6e113841c96daf383c5a9dfa8b406a1d5ab11f0 (patch)
tree7b95a2eb94fe9b396e4083c48400549a35cb3ea6 /libvo/gl_common.h
parent72200eda4e17dd232c6708c8a482deb8b83c9d6b (diff)
downloadmpv-b6e113841c96daf383c5a9dfa8b406a1d5ab11f0.tar.bz2
mpv-b6e113841c96daf383c5a9dfa8b406a1d5ab11f0.tar.xz
Add experimental support for glXAllocateMemoryMESA
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28101 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/gl_common.h')
-rw-r--r--libvo/gl_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index 22e06eb60f..31a21a5ff0 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -384,5 +384,7 @@ extern void (APIENTRY *ProgramEnvParameter4f)(GLenum, GLuint, GLfloat, GLfloat,
extern int (APIENTRY *SwapInterval)(int);
extern void (APIENTRY *TexImage3D)(GLenum, GLint, GLenum, GLsizei, GLsizei,
GLsizei, GLint, GLenum, GLenum, const GLvoid *);
+extern void* (APIENTRY *AllocateMemoryMESA)(void *, int, size_t, float, float, float);
+extern void (APIENTRY *FreeMemoryMESA)(void *, int, void *);
#endif /* MPLAYER_GL_COMMON_H */