diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2015-05-14 18:50:22 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-05-14 21:05:16 +0000 |
commit | 0c4eef6a2cad72571efb15a5fdca2726f0540d07 (patch) | |
tree | b4248cae4940d1fc41e5063ae7d1a358e46a108a /include/EGL | |
parent | 448e01b2918c76dfff8abfbd56a606fdff8c356c (diff) |
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 'include/EGL')
-rw-r--r-- | include/EGL/eglmesaext.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/EGL/eglmesaext.h b/include/EGL/eglmesaext.h index 40a60ec35edf..87748cadbeea 100644 --- a/include/EGL/eglmesaext.h +++ b/include/EGL/eglmesaext.h @@ -34,17 +34,6 @@ extern "C" { #include <EGL/eglplatform.h> -#ifndef EGL_MESA_copy_context -#define EGL_MESA_copy_context 1 - -#ifdef EGL_EGLEXT_PROTOTYPES -EGLAPI EGLBoolean EGLAPIENTRY eglCopyContextMESA(EGLDisplay dpy, EGLContext source, EGLContext dest, EGLint mask); -#endif /* EGL_EGLEXT_PROTOTYPES */ - -typedef EGLBoolean (EGLAPIENTRYP PFNEGLCOPYCONTEXTMESA) (EGLDisplay dpy, EGLContext source, EGLContext dest, EGLint mask); - -#endif /* EGL_MESA_copy_context */ - #ifndef EGL_MESA_drm_display #define EGL_MESA_drm_display 1 |