summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2018-09-10 11:29:12 -0600
committerBrian Paul <brianp@vmware.com>2018-09-10 13:07:30 -0600
commit5162735957555137d6620f92bcf3a9d5f54c5cd0 (patch)
tree7e3ed240ab9d241fdb823a7eef5e61e61d006738 /docs
parent7baf45dfc7a1de864fcb11553d1d99b21482101a (diff)
docs: document new features/extensions in driver for WS 15 / Fusion 11
Reviewed-by: Charmaine Lee <charmainel@vmware.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/vmware-guest.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/vmware-guest.html b/docs/vmware-guest.html
index b19a7da1588..dce4fc27598 100644
--- a/docs/vmware-guest.html
+++ b/docs/vmware-guest.html
@@ -44,6 +44,23 @@ Otherwise, OpenGL 2.1 is supported.
</p>
<p>
+With the Fall 2018 Workstation 15 / Fusion 11 releases, additional
+features are supported in the driver:
+<ul>
+<li>Multisample antialiasing (2x, 4x)
+<li>GL_ARB/AMD_draw_buffers_blend
+<li>GL_ARB_sample_shading
+<li>GL_ARB_texture_cube_map_array
+<li>GL_ARB_texture_gather
+<li>GL_ARB_texture_query_lod
+<li>GL_EXT/OES_draw_buffers_indexed
+</ul>
+<p>
+This requires version 2.15.0 or later of the vmwgfx kernel module and
+the VM must be configured for hardware version 16 or later.
+</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.