Re: [Mesa-dev] [PATCH] egl: remove remaining EGL_MESA_copy_context skeleton

2015-05-14 Thread Adam Jackson
On Thu, 2015-05-14 at 18:50 +, Emil Velikov wrote: > 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 impleme

[Mesa-dev] [PATCH] egl: remove remaining EGL_MESA_copy_context skeleton

2015-05-14 Thread Emil Velikov
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. Cc: Adam Jackson Signed-off-by: Emil Velikov --- in