mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 20:08:56 +00:00
6e6620e089
When passing the EGL_NATIVE_PIXMAP_KHR target to eglCreateImage the EGL_KHR_image_pixmap extension explicitly states that EGL_NO_CONTEXT must also be passed so we are now careful to do this. Reviewed-by: Neil Roberts <neil@linux.intel.com>