Scalable sort-first parallel direct volume rendering with dynamic load balancing

  • Authors:
  • Brendan Moloney;Daniel Weiskopf;Torsten Möller;Magnus Strengert

  • Affiliations:
  • GrUVi Lab, Simon Fraser University, Vancouver, Canada;GrUVi Lab, Simon Fraser University, Vancouver, Canada;GrUVi Lab, Simon Fraser University, Vancouver, Canada;Visualization and Interactive Systems Group, University of Stuttgart, Stuttgart, Germany

  • Venue:
  • EG PGV'07 Proceedings of the 7th Eurographics conference on Parallel Graphics and Visualization
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

We describe a sort-first algorithm for parallel direct volume rendering on GPUs, with the intent of high scalability in regards to both performance and data set size. We explore three novel techniques for estimating the computation time for rendering each pixel, so that we can guarantee a good load balancing regardless of the level of frame-to frame coherence. A bricking technique is used to subdivide the object space, thus allowing each rendering node to load only the bricks of data that are needed to render their respective portions of the image space. This enables us to render data sets larger than an individual GPU's texture memory. We cull bricks that do not contribute to the final image in order to reduce the data that is loaded and provide a coarse method of empty space leaping. We introduce a novel method of eliminating the overhead of generating vertices for the proxy geometry of each brick, by creating a single template of vertices that are used to render all bricks of the same size. Finally, detailed performance measurements document the various aspects of our algorithm.