• 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....
  • 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. ...
  • MALI-400 : eglCreateImageKHR, EGL_GL_TEXTURE_2D_KHR and updating textures with the CPU
    Hello everybody, I'm currently struggling with the said system.Is there somewhere a *full* sample code for Linux that does create an EGLImage for a texture and demonstrates how to update it with the CPU...
  • FATAL - Exception thrown in GLES31Api::glGetString -> FATAL: No api instance available for type GLES31Api in glGetString
    Hello ARM buddies! First, thanks for Mali OpenGL ES Emulator 2.0. It's very light! This four lines: const unsigned char* extStr = glGetString(GL_EXTENSIONS); const unsigned char* renderStr  = glGetString...