• GL_OES_EGL_image_external with GLES 3.0
    Hi, I have checked on the device, which has " GL_OES_EGL_image_external" extension. But when I run the f ragment shader, I got following compilation error. I/Debug(15234): OpenGL vendor: ARM I/Debug(15234...
  • GL_OES_EGL_image_external with GLSL 3.0 shader and GLES 3.0 context?
    Hello Mali driver devs, It appears the GLSL 3.0 compiler doesn't support GL_OES_EGL_image_external extension, required by Android 3.0+ for use with SurfaceTexture. Recompilation for #version 100 instead...
  • Latest MALI GLES 1.1 emulator (x86/x64)
    Hi ! I’m building an emulator for Android’s OpenGL API, it is, implementing the package android.opengl.* for Win/Linux, on Java, bridging it with JNI. Motivation is to have nice environment to test Android...
  • Issues with latest ARM GLES Emulator 1.4.1 on windows
    Our GLES program was working with GLES Emulator 1.4.0 on Windows 7. However, when we switched to 1.4.1, we found the image could not be rendered correctly. It is all black. The problem seems related with...
  • Query on glMapBufferOES and glShaderBinary/glProgramBinary support
    I am working on GLES program using ARM GLES3.0 Emulator ver 1.4. I could figure out that 1. glMapBufferOES fails with GL_ELEMENT_ARRAY_BUFFER as target parameter.(ref: http://community.arm.com/thread...