• X11 eglCreateImageKHR implementation
    Hi, While working with gnome-shell (X11, cogl & mutter doing window compositing) we see a strange issue when eglCreateImageKHR() is used to get an OpenGLESv2 texture of an X11 window pixmap. We are working...
  • X11 eglCreateImageKHR implementation
    Hi, While working with gnome-shell (X11, cogl & mutter doing window compositing) we see a strange issue when eglCreateImageKHR() is used to get an OpenGLESv2 texture of an X11 window pixmap. We are working...
  • About argument specification of eglCreateImageKHR ()
    When using MALI-T 820, what should be specified for the fourth argument of eglCreateImageKHR(), EGLClientBuffer buffer? We have confirmed that eglCreateImageKHR() is supported as an OpenGL extension....
  • About argument specification of eglCreateImageKHR ()
    When using MALI-T 820, what should be specified for the fourth argument of eglCreateImageKHR(), EGLClientBuffer buffer? We have confirmed that eglCreateImageKHR() is supported as an OpenGL extension....
  • RGB888 format not working in eglCreateImageKHR
    I implemented an opengl-es application running on mali-400 gpu. I grab the 1280x960 RGB buffer from camera and render on GPU , I use zero copy operation using EGL_EXT_image_dma_buf_import extension. ...