How to get the source code of the opengl es 1.1 version

I am interested in the opengl , and want to run on the ARM(S3C2440) platform like android. But I can`t get the source code of the opengl es 1.1 , please help me .Thanks!!!

OpenGL ES drivers for accelerated hardware are usually proprietary to the GPU chip companies and are not made available in source code form. But, there are some OpenGL ES drivers available in source code which are generic and not accelerated, such as Mesa3D:

http://www.mesa3d.org/

To learn OpenGL ES, I highly recommend the PowerVR SDK which includes tutorials and everything you need, except for a C++ compiler and OpenGL drivers for your Nvidia or AMD card. This SDK works great on Windows with MSVC or Linux or OSX. Download the “PC Emulation” version at:

http://www.imgtec.com/powervr/insider/sdkdownloads/

Regards, Clay

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.