Ubuntu 16.04 Orange Pi one OpenGL
Ubuntu 16.04 Orange Pi one OpenGL
Hi to all here i want to share my experience with making good orange pi one image.
Big problem with orange pi (one , PC , etc ..) they do not come with working OpenGL.
Mali400 blob have OpenGLES v2 support.
So many application suffer with bad performance because of this.
One way to have some real OpenGL is to install RobClark wrapper.
This is driver who is trying to translate OpenGL to OpenGLES and we can make some useful benefits from this lib.
compile instruction:
git clone https://github.com/ptitSeb/glshim
cd glshim
cmake .
make
cp lib/libGL.so.1 cp /usr/lib/arm-linux-gnueabihf/mesa/libGL.so.1
cp lib/libGL.so.1 cp /usr/lib/arm-linux-gnueabihf/mesa/libGL.so
Coping this will replace the software GL mesa library with the wrapper!
Big problem with orange pi (one , PC , etc ..) they do not come with working OpenGL.
Mali400 blob have OpenGLES v2 support.
So many application suffer with bad performance because of this.
One way to have some real OpenGL is to install RobClark wrapper.
This is driver who is trying to translate OpenGL to OpenGLES and we can make some useful benefits from this lib.
compile instruction:
git clone https://github.com/ptitSeb/glshim
cd glshim
cmake .
make
cp lib/libGL.so.1 cp /usr/lib/arm-linux-gnueabihf/mesa/libGL.so.1
cp lib/libGL.so.1 cp /usr/lib/arm-linux-gnueabihf/mesa/libGL.so
Coping this will replace the software GL mesa library with the wrapper!