Consider yourself correctedkgarner said:Correct me if I am wrong
The main reason you lose hardware acceleration is that the virtualized machine doesn't actually have direct access to the hardware (mainly the GPU). When it writes to the virtual "video card" it is in fact addressing the VM software. The VM itself is generally told (by the VM software environment) that it is running on fairly generic hardware without acceleration, and uses plain-jane video drivers.
There might ultimately be ways around this with clever use of CoreImage and DirectX type technologies, but this has been an issue with this kind of software since the beginning.
B