haykuro / sapphire-port-dream

Automatically exported from http://code.google.com/p/sapphire-port-dream
0 stars 0 forks source link

OpenGL ES driver doesn't support OpenGL ES 1.1 #275

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The OpenGL ES driver included in 5.0.2G doesn't support OpenGL ES 1.1
(which is supported by standard G1 firmwares). Apps that attempt to use 1.1
functions like glBindBuffer produce errors on logcat:
E/GLLogger(  241): called unimplemented OpenGL ES API

I tried copying these files from a regular T-Mobile G1 firmware (TMI RC9):
/system/lib/libGLES_CM.so
/system/lib/libhgl.so (replacing the existing one)

That appeared to work, but I only tested two 3D apps.

Original issue reported on code.google.com by jjc1...@gmail.com on 25 Apr 2009 at 7:36

GoogleCodeExporter commented 8 years ago
This is fixed in ADP1.5Hr3. Thanks.

Original comment by jjc1...@gmail.com on 30 Apr 2009 at 4:30