GPU Affinity Checker
The GPU Affinity Checker is a simple program which lists all available GPU's using the WGL_NV_gpu_affinity extension. It is useful to verify that your system is configured correctly for Equalizer. It works only on Windows with nVidia Quadro FX graphics cards.
The tool is automatically build when using the Visual Studio 2005 solution. A precompiled executable can be found here, and the source code here.
Example Output
GPU 0: NVIDIA Quadro FX 5600 used on [0 0 1600 1200] GPU 1: NVIDIA Quadro FX 5600 used on [1600 0 1600 1200]
GLAsync
GLAsync is a small, independent C++ class delivering asynchronous OpenGL downloads in the spirit of the SGIX_async extension.
GLAsync is completely independent from Equalizer. This download is offered for historical reasons, and the usage of the new ARB_sync extension is encouraged.
Links: Documentation, Changelog, Latest Version.