RenderAnts: Interactive Reyes Rendering on GPUs
Kun Zhou, Qiming Hou, Zhong Ren, Minmin Gong, Xin Sun, Baining Guo
In ACM Transactions on Graphics, 28(5), December 2009.
Abstract: We present RenderAnts, the first system that enables interactive Reyes rendering on GPUs. Taking RenderMan scenes and shaders as input, our system first compiles RenderMan shaders to GPU shaders. Then all stages of the basic Reyes pipeline, including bounding/splitting, dicing, shading, sampling, compositing and filtering, are executed on GPUs using carefully designed data-parallel algorithms. Advanced effects such as shadows, motion blur and depth-of-field can also be rendered. In order to avoid exhausting GPU memory, we introduce a novel dynamic scheduling algorithm to bound the memory consumption during rendering. The algorithm automatically adjusts the amount of data being processed in parallel at each stage so that all data can be maintained in the available GPU memory. This allows our system to maximize the parallelism in all individual stages of the pipeline and achieve superior performance. We also propose a multi-GPU scheduling technique based on work stealing so that the system can support scalable rendering on multiple GPUs. The scheduler is designed to minimize inter-GPU communication and balance workloads among GPUs.

We demonstrate the potential of RenderAnts using several complex RenderMan scenes and an open source movie entitled Elephants Dream. Compared to Pixar's PRMan, our system can generate images of comparably high quality, but is over one order of magnitude faster. For moderately complex scenes, the system allows the user to change the viewpoint, lights and materials while producing photorealistic results at interactive speed.
Keyword(s): GPGPU, RenderMan, dynamic scheduling, feature-film rendering, out-of-core texture fetch, shaders
Article URL: http://doi.acm.org/10.1145/1618452.1618501
BibTeX format:
@article{Zhou:2009:RIR,
  author = {Kun Zhou and Qiming Hou and Zhong Ren and Minmin Gong and Xin Sun and Baining Guo},
  title = {RenderAnts: Interactive Reyes Rendering on GPUs},
  journal = {ACM Transactions on Graphics},
  volume = {28},
  number = {5},
  pages = {155:1--155:11},
  month = dec,
  year = {2009},
}
Search for more articles by Kun Zhou.
Search for more articles by Qiming Hou.
Search for more articles by Zhong Ren.
Search for more articles by Minmin Gong.
Search for more articles by Xin Sun.
Search for more articles by Baining Guo.

Return to the search page.


graphbib: Powered by "bibsql" and "SQLite3."