openGL / openGl es?

Do GPUs that support openGL es by default support plain openGL? I am asking for the Mali 400 mp2 (on the other https://www.olimex.com/Products/OLinuXino/A33/A33-OLinuXino/open-source-hardware) and the Mali t628 mp6 (on the http://www.hardkernel.com/main/products/prdt_info.php?g_code=G143452239825 )which both say that they support openGL embedded systems. My program uses plain openGL with glut, will it still run fast? I have been running it on the Pi 3, but gl drivers are not working and the video core IV is weak.

Thankyou
Last edited on
OpenGL ES is OpenGL for embedded systems so they are different. Your program that uses plain OpenGL will not likely run because OpenGL ES is a simplified version of OpenGL with less features.
Is there any way to get drivers to incorporate standard opengl? Will I have to learn opengl es now?
Topic archived. No new replies allowed.