Assets
- VirtualGL-3.1.2.tar.gz is the official source tarball for this release. The automatically generated "Source code" assets are not supported.
- Refer to https://VirtualGL.org/Downloads/DigitalSignatures for information regarding the methods used to sign the files in this release and instructions for verifying the signatures.
- The binary packages were built with libjpeg-turbo 3.1.0.
Support
Code Quality: Stable
Current Support Category: Active
Documentation
User’s Guide for VirtualGL 3.1.2
Release Notes
Significant changes relative to 3.1.1:
-
Fixed a few minor conformance issues in the EGL/X11 interposer.
-
Fixed an issue in the EGL back end whereby
GLX_EXT_framebuffer_sRGB
was not added to the list of extensions returned byglXGetClientString(..., GLX_EXTENSIONS)
,glXQueryExtensionsString()
, orglXQueryServerString(..., GLX_EXTENSIONS)
unless the underlying EGL implementation supported v1.5 or later of the EGL API. -
If
VGL_SYNC
is enabled, the X11 Transport now reuses the 3D application's X display connection(s), which may prevent a 3D application running with VirtualGL from exceeding the X server's connection limit if the application opens an excessive number of OpenGL windows.