Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: Open GL for ARM platform

  1. #1
    Junior Member Newbie
    Join Date
    May 2009
    Posts
    2

    Open GL for ARM platform

    Hi,
    I am new to open gl. So i may ask you guys for some basic questions.. Kindly help me.

    1. I have linux for ARM processor. Does Open GL works only on x86 platform? Or Open gl is just a library and independent of hardware platfrom?

    2. How to download Open GL patch for ARM processor version?

    Thanks,
    Ethan.

  2. #2
    Junior Member Regular Contributor
    Join Date
    Mar 2007
    Location
    Latvia
    Posts
    225

    Re: Open GL for ARM platform

    OpenGL is just an API. Document that specifies functions and what should they do.
    Anyone is free to implement OpenGL API to whatever platform he wants.

  3. #3
    Member Regular Contributor
    Join Date
    Oct 2006
    Posts
    349

    Re: Open GL for ARM platform

    If your device has a 3d processor, search for OpenGL drivers in the website of its vendor.

    If there's no such thing, you'll have to use a software implementation of OpenGL (i.e. one that runs on the CPU instead of the 3d processor). Mesa3d is a potential choice.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •