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
  • Hi Shant19,

    Thanks for clarifying your use case - I wasn't sure if you were writing a new application or trying to use an existing one.

    For existing desktop applications you're likely to run into issues here - it can't work out of the box - as Michael mentioned our GPUs support OpenGL ES not OpenGL drivers. You may have some luck porting the application to use OpenGL ES instead - most OpenGL API calls have an equivalent in OpenGL ES - but is it likely to be more complicated than a trivial search and replace.

    Regards,
    Pete

Reply
  • Hi Shant19,

    Thanks for clarifying your use case - I wasn't sure if you were writing a new application or trying to use an existing one.

    For existing desktop applications you're likely to run into issues here - it can't work out of the box - as Michael mentioned our GPUs support OpenGL ES not OpenGL drivers. You may have some luck porting the application to use OpenGL ES instead - most OpenGL API calls have an equivalent in OpenGL ES - but is it likely to be more complicated than a trivial search and replace.

    Regards,
    Pete

Children