summaryrefslogtreecommitdiffstats
path: root/src/egl/main/egldisplay.h
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2015-05-14 18:50:22 +0000
committerEmil Velikov <[email protected]>2015-05-14 21:05:16 +0000
commit0c4eef6a2cad72571efb15a5fdca2726f0540d07 (patch)
treeb4248cae4940d1fc41e5063ae7d1a358e46a108a /src/egl/main/egldisplay.h
parent448e01b2918c76dfff8abfbd56a606fdff8c356c (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 <[email protected]> Reviewed-by: Adam Jackson <[email protected]>
Diffstat (limited to 'src/egl/main/egldisplay.h')
-rw-r--r--src/egl/main/egldisplay.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/egl/main/egldisplay.h b/src/egl/main/egldisplay.h
index 6862e2f51b7..bb394ec2962 100644
--- a/src/egl/main/egldisplay.h
+++ b/src/egl/main/egldisplay.h
@@ -90,7 +90,6 @@ struct _egl_resource
*/
struct _egl_extensions
{
- EGLBoolean MESA_copy_context;
EGLBoolean MESA_drm_display;
EGLBoolean MESA_drm_image;
EGLBoolean MESA_configless_context;