Accelerating the irradiance cache through parallel component-based rendering

  • Authors:
  • Kurt Debattista;Luís Paulo Santos;Alan Chalmers

  • Affiliations:
  • Department of Computer Science, University of Bristol, United Kingdom;Departamento de Informática, Universidade do Minho, Portugal;Department of Computer Science, University of Bristol, United Kingdom

  • Venue:
  • EG PGV'06 Proceedings of the 6th Eurographics conference on Parallel Graphics and Visualization
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

The irradiance cache is an acceleration data structure which caches indirect diffuse samples within the framework of a distributed ray-tracing algorithm. Previously calculated values can be stored and reused in future calculations, resulting in an order of magnitude improvement in computational performance. However, the irradiance cache is a shared data structure and so it is notoriously difficult to parallelise over a distributed parallel system. The hurdle to overcome is when and how to share cached samples. This sharing incurs communication overheads and yet must happen frequently to minimise cache misses and thus maximise the performance of the cache. We present a novel component-based parallel algorithm implemented on a cluster of computers, whereby the indirect diffuse calculations are calculated on a subset of nodes in the cluster. This method exploits the inherent spatial coherent nature of the irradiance cache; by reducing the set of nodes amongst which cached values must be shared, the sharing frequency can be kept high, thus decreasing both communication overheads and cache misses. We demonstrate how our new parallel rendering algorithm significantly outperforms traditional methods of distributing the irradiance cache.