• MALI: eglInitialize() fails
    Hello, the eglInitialize() function fails on the wayland odroid xu3 latest r12p0 driver. Here's how to reproduce the issue: * start weston (using the drm backend) => it will get assigned to socket...
  • eglGetError() = 12291 (0x00003003)
    Hi I am a beginner inOpenGL ES 2.0,and get a problem, After decompress Mali_OpenGL_ES_2.0_SDK_for_Linux_On_ARM_v1.2.0.9310_Linux.tar.gz and install Sourcery CodeBench Lite Edition for ARM ( arm-2013.05...
  • pixmap example for opengl es 2.0 on linux(x11 backend)
    Hi Community, Is there any simple sample example available in order to create Pixmap surface ? I am using Mali400 & LInux as OS. My backend/Windowing System is X11. I tried to look into ARM SDK...
  • 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 Display pointer check bug
    Hi, A normal way to integrate Mali on Linux/X11 is to first open a connection with the X server and get an X display pointer via XOpenDisplay() , and pass that to eglGetDisplay() to get the equivalent...