• segmentation fault with binary shader
    Hi Team, I am trying to use the binary shader. However I am getting segmentation fault. Any pointers to fix it would be helpful. #version 320 es in vec4 position; out vec2 color; void main (void...
  • 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...
  • Camera feed not showing on Mali-based chips
    Hi, We are developing Augmented Reality applications using Godot engine and we have integrated ARCore. We can successfully deploy an application on Android, and on devices based on Mali GPU (G71 etc...
  • 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...
  • 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...