How to get GL2 implemebntation on an ARM device (Linux)

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

How to get GL2 implemebntation on an ARM device (Linux)

mimou
I'm using a sabre lite board : ARM processor and Ubuntu.
How can I get a GL2 implementation ? For now I have a GLES2 profile. GL2 is available on my device according to glxinfo command.
What I have to install to launch a GL2 sample ?

Regards,
Mel
Reply | Threaded
Open this post in threaded view
|

Re: How to get GL2 implemebntation on an ARM device (Linux)

gouessej
Administrator
Hi

Try to call GLProfile.getMaxFixedFunc(false) instead of GLProfile.getDefault().

Edit.: GLProfile.getMaximum(false) should work too.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: How to get GL2 implemebntation on an ARM device (Linux)

Xerxes Rånby
In reply to this post by mimou
Hi, it would help if you can generate a test.log and test_dbg.log for your Sabre lite board and attach the two logs to this thread.

The iMX6 Sabre board(s) is to my knowledge the first ARM board with full OpenGL 2 support, but we have had no chance to test the profile selection on this board directly. We aim to return the most suitable hardware accleretated profile. On some ARM Ubuntu systems both Mesa software emulated GL2 drivers and Hardware accelerated GLES2 drivers are available, in this case we favour the hardware accelerated GLES2 driver.

Please help out:
wget http://jogamp.org/deployment/archive/master/gluegen_666-joal_432-jogl_981-jocl_788-signed/archive/jogamp-all-platforms.7z
7z x jogamp-all-platforms.7z
cd jogamp-all-platforms
sh ./etc/test_dbg.sh
sh ./etc/test.sh

I will use the test.log and test_dbg.log  logs to complete the compatibility matrix on the JogAmp wiki:
http://jogamp.org/wiki/index.php/OpenGL_ES_Driver_compatibility_matrix