University of Utah  Scheduling Issues in Parallel Rendering 
Erik Reinhard and Frederik Jansen
Computer Science 

Reference
Erik Reinhard and Frederik W. Jansen, "Scheduling Issues in Parallel Rendering", In Proceedings of the First Annual Conference of the Advanced School for Computing and Imaging, pages 268-277. ASCI, May 1995
Abstract
Ray tracing is a powerful technique to generate realistic images of 3D scenes. A drawback is its high demand for processing power. Multiprocessing is one way to meet this demand. However, when the models are very large, special attention must be paid to the way the algorithm is parallelised. Combining demand driven and data parallel techniques provides good opportunities to arrive at an efficient scalable algorithm. Which tasks to process demand driven and which data driven, is decided by the data intensity of the task and the amount of data locality (coherence) that will be present in the task. Rays with the same origin and similar directions, such as primary rays and light rays, exhibit much coherence. These rays are therefore traced in demand driven fashion, a bundle at a time. Non-coherent rays are traced data parallel. By combining demand driven and data driven tasks, a good load balance may be achieved, while at the same time spreading the communication evenly across the network. This leads to a scalable and efficient parallel implementation of the ray tracing algorithm.
Resources
Full paper (pdf)
Bibtex entry

Erik Reinhard
Last modified: Sun Sep 13 16:21:38 BST 1998