Which version of Android are you working on?
libhgl.so is the the old name in 1.x.

In 2.x it is changed to libGLES...
and uses egl.cfg as the config file.
Since you have them,
I think you are working on 2.x.
So don't worry about libhgl.so.

Besides these opengl libs, you still
a gralloc library to init your framebuffer properly.
It locates in /system/lib/hw/gralloc.<target>.so
If you don't have it, you need to write one.

On 12月2日, 下午12時54分, Nilly <ni...@oriolesoftware.com> wrote:
> Hi All,
>
> I am working to get hardware opengles up on my freescale board imx51.
>
> I have
> libEGL_imx51.so
> libGLESv1_CM_imx51.so
> libGLESv2_imx51.so
>
> and my egl.cfg is
> 0 1 imx51
> 0 0 android
>
> So will all this libraries suffice to run opengles in hardware mode?
> B'cos I have read every where that we need separate libhgl.so to get
> opengles run in hardware.

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to