i can't use eglCreateImageKHR with <target> EGL_NATIVE_PIXMAP_KHR to create a EGLImageKHR
this is my another discussion http://community.arm.com/thread/9056
it seems i need a new version user-side driver?
when can i get that new version?i don't have much time on my program,so it's important for me,please help
Hi fengyin,
A new driver version for the firefly board is available for download ARM® Mali™ Midgard GPU User-Space Binary Drivers - Mali Developer Center. Beware that the EGL_NATIVE_PIXMAP_KHR extension is currently available only on X11. As suggested by Guillaume, if you need to use fbdev than using https://www.khronos.org/registry/egl/extensions/EXT/EGL_EXT_image_dma_buf_import.txt is the best way to achieve similar results.
Cheers,
DDD