vmware-svga/lib
José Fonseca eea7ddcd0d Remove -Werror option.
Although it makes impossible to ignore errors, it also makes impossible
to use older code with newer compiler versions, which tend to rant more
with age.

Reviewed-by: Kurt Daverman <krd@vmware.com>
2012-08-24 17:35:55 +01:00
..
metalkit Fix gcc-4.7 warnings (promoted to errors by -Werror). 2012-08-24 17:35:45 +01:00
refdriver Update headers & examples. 2011-09-19 13:21:29 +00:00
util Update headers & examples. 2011-09-19 13:21:29 +00:00
vmware Update headers & examples. 2011-09-19 13:21:29 +00:00
Makefile.rules Remove -Werror option. 2012-08-24 17:35:55 +01:00
README Initial revision 2009-04-13 07:05:42 +00:00

README

Library Code
------------

metalkit -
   Open source (MIT-licensed) library code for writing programs
   that run on the IA32 architecture on the "bare metal", without
   an operating system.

refdriver -
   Source code for the VMware SVGA reference driver.

util -
   Utility code used by the accompanying examples. Includes higher
   level APIs built on top of the reference driver, as well as
   miscellaneous code such as text rendering and matrix math.

vmware -
   VMware-provided header files, including the headers which define
   registers and FIFO commands used by the VMware SVGA device.

win32 -
   A Win32 port of the VMWare SVGA reference driver. This driver runs
   in userspace, using the kernel mode interface provided by VMware's
   proprietary kernel-mode graphics driver for Windows XP.