User:Kazinsal/VMWare SVGA: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
Content added Content deleted
(starting on the VMWare SVGA device because it's actually documented, this will be a breeze)
 
m (manually tagged as in progres)
 
Line 12: Line 12:


Unlike VirtualBox, which emulates enhancements to the Bochs Graphics Adapter, VMWare has its own unique virtual graphics device. Conveniently, the reference implementation of the driver for the VMWare SVGA II device is much more straightforward than that for VBoxVideo and the device has actual documentation (see the Notes page) for both the 2D and 3D graphics functionality.
Unlike VirtualBox, which emulates enhancements to the Bochs Graphics Adapter, VMWare has its own unique virtual graphics device. Conveniently, the reference implementation of the driver for the VMWare SVGA II device is much more straightforward than that for VBoxVideo and the device has actual documentation (see the Notes page) for both the 2D and 3D graphics functionality.

[[Category:In Progress]]

Latest revision as of 20:24, 11 December 2014

This page is under construction!

This page is a work in progress and may thus be incomplete. Its content may be changed in the near future.

This page has notes attached to it: User:Kazinsal/VMWare SVGA/Notes

Unlike VirtualBox, which emulates enhancements to the Bochs Graphics Adapter, VMWare has its own unique virtual graphics device. Conveniently, the reference implementation of the driver for the VMWare SVGA II device is much more straightforward than that for VBoxVideo and the device has actual documentation (see the Notes page) for both the 2D and 3D graphics functionality.