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 engines, using pure Java, outside handheld devices, with all tooling provided by Eclipse and GLES emulators.
So far, I’m able to run some GLES20 and GLES30 applications, using a very basic Activity class implementation.
Now, I'm looking for Mali's GL ES 11 libGLES_CM, for both x86 and x64, but seems it's being not included on latests releases of Mali emulator.
I need it to implement GLES11 pipeline on my emulator.
Can you help me where to find out the most recent Mali's libGLES_CM ?
For those interested in this project, it’s hosted at GitHub: https://github.com/AlessandroBorges/madri-gles
Still under development.
Running GLES 20: