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
  • Why can't you use OpenGL ES?

    OpenGL ES is the standard API in use on nearly all Android and Linux based embedded devices, and OpenGL ES 3.0 (which the Mali-T760 in the RK3118 supports) supports nearly all of the features of desktop OpenGL.

    It's not 100% API compatible, especially if you are using the non-core legacy profile features in OpenGL, but in general these are "legacy" for a reason (the core profile equivalents are more efficient).

    HTH,
    Pete

Reply
  • Why can't you use OpenGL ES?

    OpenGL ES is the standard API in use on nearly all Android and Linux based embedded devices, and OpenGL ES 3.0 (which the Mali-T760 in the RK3118 supports) supports nearly all of the features of desktop OpenGL.

    It's not 100% API compatible, especially if you are using the non-core legacy profile features in OpenGL, but in general these are "legacy" for a reason (the core profile equivalents are more efficient).

    HTH,
    Pete

Children