Re: JOGL on ODROID-XU3 Lite
Posted by
Xerxes Rånby on
Jul 08, 2015; 1:59pm
URL: https://forum.jogamp.org/JOGL-on-ODROID-XU3-Lite-tp4034217p4034844.html
I have identified what caused the heap corruption during GLX initialization on ARM 32 and created a patch for gluegen that you can try.
https://jogamp.org/bugzilla/show_bug.cgi?id=1166#c10with the patch applied hardware acceleration is supported using OpenGL ES 1 & 2 using the mali driver and OpenGL 2 will be supported using software emulation using mesa3D, jogl will try use the most hardware accelerated driver available depending on the opengl profile your application requests.