Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2016-09-23 | 1.8 kB | |
VirtualGL-2.3.tar.gz.sig | 2016-09-23 | 72 Bytes | |
VirtualGL-debuginfo-2.3.x86_64.rpm | 2015-08-15 | 1.1 MB | |
VirtualGL-debuginfo-2.3.i386.rpm | 2015-08-15 | 1.1 MB | |
VirtualGL-2.3.x86_64.rpm | 2015-08-15 | 1.3 MB | |
VirtualGL-2.3.src.rpm | 2015-08-15 | 2.8 MB | |
VirtualGL-2.3.i386.rpm | 2015-08-15 | 1.3 MB | |
VirtualGL_2.3_i386.deb | 2015-08-15 | 1.4 MB | |
VirtualGL_2.3_amd64.deb | 2015-08-15 | 1.4 MB | |
VirtualGL32_2.3_amd64.deb | 2015-08-15 | 395.1 kB | |
VirtualGL64-2.3-exceed.exe | 2015-08-15 | 1.8 MB | |
VirtualGL-2.3-exceed.exe | 2015-08-15 | 1.7 MB | |
VirtualGL-2.3.tar.gz | 2011-12-13 | 2.8 MB | |
VirtualGL-2.3.dmg | 2011-12-13 | 940.8 kB | |
VirtualGL-2.3-solarisx86.pkg.bz2 | 2011-12-13 | 1.8 MB | |
VirtualGL-2.3-solarisx64.pkg.bz2 | 2011-12-13 | 2.7 MB | |
Totals: 16 Items | 22.3 MB | 0 |
These packages were built with libjpeg-turbo 1.1.1:
http://sourceforge.net/projects/libjpeg-turbo/files/1.1.1/
Package signatures
To ensure the integrity of the VirtualGL binary packages, the RPM and DEB files
and the source tarball are signed using the following key:
http://www.VirtualGL.org/key/VGL-GPG-KEY-1024
http://pgp.mit.edu/pks/lookup?op=get&search=0x6BBEFA1972FEB9CE
and the Windows installers are signed using a code signing certificate.
2.3
Significant changes relative to 2.3 beta1:
-
Fixed a regression whereby GLXSpheres would ignore the first argument after
-fs
. -
glXChooseFBConfig()
andglXChooseFBConfigSGIX()
were erroneously returning an error when a NULL attribute list pointer was passed to them. They now behave correctly. -
Fixed a regression whereby VirtualGL would deadlock when using the X11 Transport with a remote X connection.
-
Fixed a
GL_INVALID_OPERATION
error that would occur after a call toglXSwapBuffers()
, when a context with the OpenGL Core Profile was being used. -
Fixed an issue whereby VirtualGL, when compiled with GCC 4.6, would abort with
terminate called after throwing an instance of 'rrerror'
whenever a 3D application running in VirtualGL exited. -
Added a new configuration option (
VGL_DEFAULTFBCONFIG
) that can be used to manually specify the rendering attributes of the default FB config that VirtualGL uses whenever a 3D application does not specify a desired set of visual attributes (which it would normally do by callingglXChooseVisual()
.) Refer to the User's Guide for more information. -
Worked around an issue whereby using very large fonts with
glXUseXFont()
would cause Pixmap allocation failures with certain X servers.