X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fvmware-guest.html;h=b19a7da15883f77662e48f7e76b55b92bcaf884f;hb=17b27725fe5dd61ed461a45fb320464b45f045d8;hp=b5f136f3343ca325ce1dbdbbe6b3a05f8245afe2;hpb=d83336ce3ee5670e728a218ebd438cd72c7dd661;p=mesa.git diff --git a/docs/vmware-guest.html b/docs/vmware-guest.html index b5f136f3343..b19a7da1588 100644 --- a/docs/vmware-guest.html +++ b/docs/vmware-guest.html @@ -18,7 +18,7 @@

This page describes how to build, install and use the -VMware guest GL driver +VMware guest GL driver (aka the SVGA or SVGA3D driver) for Linux using the latest source code. This driver gives a Linux virtual machine access to the host's GPU for hardware-accelerated 3D. @@ -27,18 +27,44 @@ MacOS are all supported.

-End users shouldn't have to go through all these steps once the driver is -included in newer Linux distributions. -Fedora 18 and Ubuntu 12.10 include the VMware guest GL driver, for example. +With the August 2015 Workstation 12 / Fusion 8 releases, OpenGL 3.3 +is supported in the guest. +This requires: +

+

+ +

+Otherwise, OpenGL 2.1 is supported. +

+ +

+OpenGL 3.3 support can be disabled by setting the environment variable +SVGA_VGPU10=0. +You will then have OpenGL 2.1 support. +This may be useful to work around application bugs (such as incorrect use +of the OpenGL 3.x core profile). +

+ +

+Most modern Linux distros include the SVGA3D driver so end users shouldn't +be concerned with this information. +But if your distro lacks the driver or you want to update to the latest code +these instructions explain what to do.

For more information about the X components see these wiki pages at x.org:

@@ -53,6 +79,13 @@ The components involved in this include:
  • Mesa/gallium OpenGL driver: "svga" +

    +All of these components reside in the guest Linux virtual machine. +On the host, all you're doing is running VMware +Workstation or +Fusion. +

    +

    Prerequisites

    @@ -115,10 +148,33 @@ To get the latest code from git:

    Building the Code