summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglapi.c
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-05-14 18:50:22 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2015-05-14 21:05:16 +0000
commit0c4eef6a2cad72571efb15a5fdca2726f0540d07 (patch)
treeb4248cae4940d1fc41e5063ae7d1a358e46a108a /src/egl/main/eglapi.c
parent448e01b2918c76dfff8abfbd56a606fdff8c356c (diff)
downloadexternal_mesa3d-0c4eef6a2cad72571efb15a5fdca2726f0540d07.zip
external_mesa3d-0c4eef6a2cad72571efb15a5fdca2726f0540d07.tar.gz
external_mesa3d-0c4eef6a2cad72571efb15a5fdca2726f0540d07.tar.bz2
egl: remove remaining EGL_MESA_copy_context skeleton
With earlier commit (7a58262e58d egl: Remove skeleton implementation of EGL_MESA_screen_surface) we've removed the skeleton implementation of eglCopyContextMESA(). Just like EGL_MESA_screen_surface this extension was never implemented in mesa. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'src/egl/main/eglapi.c')
-rw-r--r--src/egl/main/eglapi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/egl/main/eglapi.c b/src/egl/main/eglapi.c
index dbfad63..fbb14f1 100644
--- a/src/egl/main/eglapi.c
+++ b/src/egl/main/eglapi.c
@@ -341,7 +341,6 @@ _eglCreateExtensionsString(_EGLDisplay *dpy)
char *exts = dpy->ExtensionsString;
- _EGL_CHECK_EXTENSION(MESA_copy_context);
_EGL_CHECK_EXTENSION(MESA_drm_display);
_EGL_CHECK_EXTENSION(MESA_drm_image);
_EGL_CHECK_EXTENSION(MESA_configless_context);