This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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 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:

Emulator.jpg
Parents Reply Children