openGL / openGl es?

Oct 15, 2016 at 10:57am
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 Oct 15, 2016 at 10:58am
Oct 15, 2016 at 12:57pm
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.
Oct 15, 2016 at 2:33pm
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.