OpenGL, iMX53 and HW acceleration

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

OpenGL, iMX53 and HW acceleration

Jump to solution
1,585 Views
Maddis
Contributor IV

Hi,

This is bit old but I'm trying to get OpenGL (Mesa3D) to work in iMX53 with HW acceleration.

I've already got it working with SW 'acceleration', but that's not really any good so HW acceleration is needed. It's been few years when I've last time worked with iMX53 so I'm bit rusty. I did quick googling, but couldn't really find for example what driver I should use and how to compile/configure Mesa3D so that it would use that drive. And if I'm even using the proper library for OpenGL.

I did find this page and were able to enable GLES1 and GLES2, but of course since the actual driver is missing they didn't work.

http://www.mesa3d.org/opengles.html

I'm using Linux kernel version 2.6.35 since that seems to be 'latest' have working accelerated graphics. (Anyone knowing newer kernel version that have working accelerated graphics are more than welcome to point me one).

Labels (3)
0 Kudos
1 Solution
1,053 Views
igorpadykov
NXP Employee
NXP Employee

one can look at Chapter 16 Graphics Processing Unit (GPU)

attached Linux Manual.

View solution in original post

0 Kudos
3 Replies
1,053 Views
igorpadykov
NXP Employee
NXP Employee

Hi mc

for OpenGL working in iMX53 with HW acceleration one can check

AN4274 High-End 3D Graphics with OpenGL ES 2.0

http://cache.freescale.com/files/32bit/doc/app_note/AN4274.pdf

Board Support Packages (8)

Linux 2.6.35 Source Code Files and documentation 11.09. Supports

MCIMX53-START and MCIMX53-START-R (REV 2011.09)

http://www.freescale.com/products/arm-processors/i.mx-applications-processors-based-on-arm-cores/i.m...

Updates and Patches (2)

Patch based on L2.6.35_11_09_ER_SOURCE, to provide: GPU driver update, Uboot update for plugin mode support on Ripley QSB, VPU firmware update and other fixes (REV 2011.09)

https://community.freescale.com/message/311702#311702

https://www.mail-archive.com/meta-freescale@yoctoproject.org/msg16283.html//www.mail-archive.com/meta-freescale@yoctoproject.org/msg16283.html

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos
1,053 Views
Maddis
Contributor IV

Hi,

Thanks for the answer. So it also confirmed that what I've been fearing that the imx53 driver is no longer supported by Freescale.

I had already downloaded those Source code files. I just couldn't find any opengl(es) stuff there. Are they under different name or where they are there? I think the opengl - library should be called mesa?

I was looking for help more specifically for compiling the opengl for imx53 or even more specifically the configure option to get the accelerated driver in use.

0 Kudos
1,054 Views
igorpadykov
NXP Employee
NXP Employee

one can look at Chapter 16 Graphics Processing Unit (GPU)

attached Linux Manual.

0 Kudos