From 3306473e351aa38b005132bfe9b8140df5c3d0a5 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 13 Aug 2015 13:50:13 -0700 Subject: docs: document VMware OpenGL 3.3 support Signed-off-by: Brian Paul --- docs/vmware-guest.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) 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 @@ -26,6 +26,31 @@ VMware Workstation running on Linux or Windows and VMware Fusion running on MacOS are all supported.

+

+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. @@ -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.

+

+If OpenGL 3.3 is not working (you only get OpenGL 2.1): +

+