[Mesa-users] Mesa sample application for OpenGL ES

Brian Paul brianp at vmware.com
Tue Sep 13 07:03:42 PDT 2011


On 09/13/2011 06:13 AM, Jignesh Trivedi - ERS, HCL Tech wrote:
> Hi,
>
> I am working on Open GL ES 2.0 application development on i.MX 51 EVK
> from Freescale. The target (i.MX 51 EVK) has ubuntu Linux platform.
>
> Now I am planning to use Mesa for Open GL ES 2.0 application
> development and I performed the following steps as per the website
> instruction:
>
> 1. Downloaded “Mesa-7.4.4” (MesaLib-7.4.4.zip, MesaDemos-7.4.4.zip and
> MesaGLUT-7.4.4.zip)
>
> 2. Unpacked above .zip files.
>
> 3. Prerequisites for DRI and hardware acceleration
>
> 4. Build Mesa and the DRI hardware drivers by running “make linux-dri”
>
> 5. Once compilation has finished, I am able to see set of library
> files under top-level lib directory.
>
> ffb_dri.so
>
> i810_dri.so
>
> i830_dri.so
>
> i915_dri.so
>
> mach64_dri.so
>
> mga_dri.so
>
> r128_dri.so
>
> r200_dri.so
>
> r300_dri.so
>
> radeon_dri.so
>
> s3v_dri.so
>
> savage_dri.so
>
> sis_dri.so
>
> tdfx_dri.so
>
> trident_dri.so
>
> unichrome_dri.so
>
> Now I need some of the sample application for the development of
> OpenGL ES 2.0 application. Can you please do needful for the same?

1. That's a pretty old version of Mesa.  I'd suggest grabbing 7.11 
which has better ES support.

2. The Mesa demos tree has OpenGL ES demos.  There's no recent tarball 
of the demos so it's best to get them from git:
http://cgit.freedesktop.org/mesa/demos/
See the "Clone" instructions at the bottom of the page.

-Brian




More information about the mesa-users mailing list