Hi All,
I am trying to use hardware acceleration with JB 4.3 source with HWACCEL=1
is the problem from my so far debugging. It's actually using
gralloc.default.so which has no "
perform" function
implemented and hence falling back to SW renderer which is the cause for the slow rendering
when hardware acceleration enabled as far as I understand.
So, any idea why is it missing or where can I get the source of it for building myself or how do I
overcome if it's not implemented yet.
All I need to have is hardware acceleration for my android_x86 JB 4.3 running on qemu on ubuntu 12.10.
Any hints is immensely appreciated.
Cheers,
Raghavan
PS: When I searched for the above missing "perform" issue, I found another thread wherein it was for
some real hardware platform and with disabling GPU authentication, the issue was solved by picking
up the respective HAL module for the specific board. But, since mine is not on a real x86 machine
but on emulated one(qemu), I am not sure and hence the above post!