summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-08-13 13:50:13 -0700
committerBrian Paul <brianp@vmware.com>2015-08-26 17:06:14 -0600
commit3306473e351aa38b005132bfe9b8140df5c3d0a5 (patch)
treeb8c4f7b4a91849456119fa96d2d9b97584cc12ab
parent3a57e14ba8847fd8addffb24b3cd46fb54013bbb (diff)
docs: document VMware OpenGL 3.3 supportvmware-gl3
Signed-off-by: Brian Paul <brianp@vmware.com>
-rw-r--r--docs/vmware-guest.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/vmware-guest.html b/docs/vmware-guest.html
index b5ea4e0beb..284c6c261d 100644
--- a/docs/vmware-guest.html
+++ b/docs/vmware-guest.html
@@ -27,6 +27,31 @@ MacOS are all supported.
</p>
<p>
+With the August 2015 Workstation 12 / Fusion 8 releases, OpenGL 3.3
+is supported in the guest.
+This requires:
+<ul>
+<li>The VM is configured for virtual hardware version 12.
+<li>The host OS, GPU and graphics driver supports DX11 (Windows) or
+ OpenGL 4.0 (Linux, Mac)
+<li>On Linux, the vmwgfx kernel module must be version 2.9.0 or later.
+<li>A recent version of Mesa with the updated svga gallium driver.
+</ul>
+</p>
+
+<p>
+Otherwise, OpenGL 2.1 is supported.
+</p>
+
+<p>
+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).
+</p>
+
+<p>
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
@@ -227,6 +252,16 @@ If you don't see this, try setting this environment variable:
then rerun glxinfo and examine the output for error messages.
</p>
+<p>
+If OpenGL 3.3 is not working (you only get OpenGL 2.1):
+</p>
+<ul>
+<li>Make sure the VM uses hardware version 12.
+<li>Make sure the vmwgfx kernel module is version 2.9.0 or later.
+<li>Check the vmware.log file for errors.
+<li>Run 'dmesg | grep vmwgfx' and look for "DX: yes".
+
+
</div>
</body>
</html>