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>