Parallel Rendering in OpenGL: How to Use Multiple GPUs

SLI Mosaic on a QuadroPlex



NVIDIA has published a paper about parallel rendering in OpenGL using concepts like GPU affinity (via the extension WGL_NV_gpu_affinity extension that allows to create a rendering context for a specific GPU) or SLI mosaic that allows to split the rendering on all available GPUs of a QuadroPlex (two quadro in SLI).

You can download the PDF directly here:
Download Parallel Rendering with OpenGL (NVIDIA) Version 1.0.0



Related posts:

  1. Equalizer 0.9.1 for OpenGL Parallel Rendering Available
  2. Equalizer 0.5.5 for OpenGL Parallel Rendering
  3. Equalizer 0.9 Available for Parallel and Scalable OpenGL Applications
  4. Equalizer 0.5.4 – OpenGL Parallel Rendering
  5. Parallel Rendering on Multi-Display Systems