hello,
has anyone tried to enable hw accleration via vmgl ?
http://www.cs.toronto.edu/~andreslc/vmgl
vmgl enables hw acceleration for virtual machines by bridging it to
host os's opengl. author claims it should work on qemu too although
it's not tested. vmgl is written such that, it will first run on guest
os, then a bridge will be set to host os, then 3d app on guest os will
be invoked. i guess in this case dalvik vm will be 3d app on guest
os.
this may work however as i'm not a c++ guy i cant set it up :/ here
are the steps which i thought should be done:
* compile vmgl for emulator
* install it to emulator
* set up networking so that emulator and host os can communicate
* test a connection from host to emulator and set GLSTUB variable
properly
* set some variable or change emulator's code a bit to fake dalvik vm
hw acceleration is present
* try a 3d app
* if all goes ok, modify startup scripts so vmgl initializes when
emulator boots
i'm not sure if this will work but i guess it worths a try. maybe
someone proficient with emulator and c++ may help
thanks in advance
r a f t