github VirtualGL/virtualgl 2.6.4

latest releases: 3.0, 3.0rc1, 3.0beta1...
4 years ago

Official binaries and source tarball are available at:
https://sourceforge.net/projects/virtualgl/files/2.6.4/

Significant changes relative to 2.6.3:

  1. VirtualGL now works properly with 3D applications that use the glDrawBuffers() function and render to the front buffer.

  2. VirtualGL can now be built using the GLX headers from Mesa 19.3.0 and later.

  3. VirtualGL now works properly with 3D applications that use dlopen() to load libGLX or libOpenGL rather than libGL.

  4. Extended the image transport plugin API to accommodate GPU-based post-processing and compression of rendered frames as well as alternative methods of framebuffer readback. See the descriptions of RRTransInit() and RRTransGetFrame() in server/rrtransport.h for more details.

  5. The shared memory segment created by the VirtualGL Faker for use by vglconfig (the application responsible for displaying the VirtualGL Configuration dialog) is now automatically removed on FreeBSD systems if the 3D application exits prematurely.

  6. Fixed an issue whereby the VirtualGL Faker incorrectly attempted to read back the current drawable rather than the specified GLX Pixmap when synchronizing the GLX Pixmap with its corresponding 2D Pixmap in the body of the interposed glXDestroyGLXPixmap() and glXDestroyPixmap() functions. This caused various errors if the current drawable had already been destroyed or if the current drawable and the specified GLX Pixmap were created with incompatible visuals/FB configs.

  7. Fixed an error ("dyld: Library not loaded: /usr/X11/lib/libGL.1.dylib") that occurred when attempting to run the VirtualGL Client on macOS Catalina.

Don't miss a new virtualgl release

NewReleases is sending notifications on new releases.