summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.h
diff options
context:
space:
mode:
authorwm4 <wm4@mplayer2.org>2011-10-23 22:51:00 +0200
committerUoti Urpala <uau@mplayer2.org>2011-10-24 07:31:09 +0300
commit64f44ad316e963046c47d8eff5aead5a733974c8 (patch)
tree958f8c407d61108f66ce7967f2c83865e78539fd /libvo/gl_common.h
parentc66dd9e1ca15069bf180f6e156f5740163c87e5d (diff)
downloadmpv-64f44ad316e963046c47d8eff5aead5a733974c8.tar.bz2
mpv-64f44ad316e963046c47d8eff5aead5a733974c8.tar.xz
vo_gl: remove mesa-buffer suboption
This option enabled using Mesa specific functions, which have never been widely supported, and were removed from Mesa in 2010. http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb2a66fd0c095fe03be5aaf88c8d48f5867425d3
Diffstat (limited to 'libvo/gl_common.h')
-rw-r--r--libvo/gl_common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index 38e766f7b5..6b39927783 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -546,9 +546,6 @@ struct GL {
void (GLAPIENTRY *TexImage3D)(GLenum, GLint, GLenum, GLsizei, GLsizei,
GLsizei, GLint, GLenum, GLenum,
const GLvoid *);
- void * (GLAPIENTRY * AllocateMemoryMESA)(void *, int, size_t, float, float,
- float);
- void (GLAPIENTRY *FreeMemoryMESA)(void *, int, void *);
};
#endif /* MPLAYER_GL_COMMON_H */