Hi, Elvis
Do you use the TI OMAP hardware 3D acceleration on Android ?
If yes, Could you show me the detail of how to port OpenGL-ES to
Android ?
Thank you.
On 4月26日, 下午11時35分, Elvis Dowson <[email protected]> wrote:
> Hi,
> I've solved this issue. This is because the gl wrappers weren't
> being correctly generated. The following changes are for android-
> sdk-1.5-pre.
>
> Step 01 Edit the frameworks/base/opengl/libs/Android.mk file, line 37
>
> - GLES_CM/gl.cpp.arm \
> + GLES_CM/gl.cpp \
>
> Step 02. Edit the Edit the frameworks/base/opengl/libs/GLES_CM/gl.cpp
> file, line 72
>
> Comment out the section from line 72 to line 94, to remove the section
> that checks for USE_FAST_TLS_KEY. So, basically remove this
> conditional check from the code, to make it work for TI OMAP 35xx.
>
> Best regards,
>
> Elvis
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---