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

OpenGl

Does Mali have  support for Opengl ? (libGL.so*)? if it does how do I compile or have it ?

Parents
  • Hello shant19,

    ARM Mali GPU's such as the one found in your device support the Khronos Open GL ES standard.

    i.e. Open GL ES 1.1, 2.0 and for our Midgard range of GPU's 3.0 and above. They do not support the "desktop" counterparts (Open GL).

    As such, the libraries on the device would be called libGLES*.so not libGL.so.

    I hope this helps answer your question.

    Feel free to contact us again regarding any further questions you may have.

    Kind Regards,

    Michael McGeagh

Reply
  • Hello shant19,

    ARM Mali GPU's such as the one found in your device support the Khronos Open GL ES standard.

    i.e. Open GL ES 1.1, 2.0 and for our Midgard range of GPU's 3.0 and above. They do not support the "desktop" counterparts (Open GL).

    As such, the libraries on the device would be called libGLES*.so not libGL.so.

    I hope this helps answer your question.

    Feel free to contact us again regarding any further questions you may have.

    Kind Regards,

    Michael McGeagh

Children