summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.c
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.c
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.c')
-rw-r--r--libvo/gl_common.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libvo/gl_common.c b/libvo/gl_common.c
index b04136734e..310d31f7b3 100644
--- a/libvo/gl_common.c
+++ b/libvo/gl_common.c
@@ -414,10 +414,6 @@ static const extfunc_desc_t extfuncs[] = {
"wglSwapInterval", "wglSwapIntervalEXT")),
DEF_EXT_DESC(TexImage3D, NULL,
("glTexImage3D")),
- DEF_EXT_DESC(AllocateMemoryMESA, "GLX_MESA_allocate_memory",
- ("glXAllocateMemoryMESA")),
- DEF_EXT_DESC(FreeMemoryMESA, "GLX_MESA_allocate_memory",
- ("glXFreeMemoryMESA")),
{-1}
};