GPU-based out-of-core many-lights rendering
Rui Wang, Yuchi Huo, Yazhen Yuan, Kun Zhou, Wei Hua, Hujun Bao
In ACM Transactions on Graphics, 32(6), November 2013.
Abstract: In this paper, we present a GPU-based out-of-core rendering approach under the many-lights rendering framework. Many-lights rendering is an efficient and scalable rendering framework for a large number of lights. But when the data sizes of lights and geometry are both beyond the in-core memory storage size, the data management of these two out-of-core data becomes critical and challenging. In our approach, we formulate such a data management as a graph traversal optimization problem that first builds out-of-core lights and geometry data into a graph, and then guides shading computations by finding a shortest path to visit all vertices in the graph. Based on the proposed data management, we develop a GPU-based out-of-GPU-core rendering algorithm that manages data between the CPU host memory and the GPU device memory. Two main steps are taken in the algorithm: the out-of-core data preparation to pack data into optimal data layouts for the many-lights rendering, and the out-of-core shading using graph-based data management. We demonstrate our algorithm on scenes with out-of-core detailed geometry and out-of-core lights. Results show that our approach generates complex global illumination effects with increased data access coherence and has one order of magnitude performance gain over the CPU-based approach.
Article URL: http://dx.doi.org/10.1145/2508363.2508413
BibTeX format:
@article{Wang:2013:GOM,
  author = {Rui Wang and Yuchi Huo and Yazhen Yuan and Kun Zhou and Wei Hua and Hujun Bao},
  title = {GPU-based out-of-core many-lights rendering},
  journal = {ACM Transactions on Graphics},
  volume = {32},
  number = {6},
  pages = {210:1--210:10},
  month = nov,
  year = {2013},
}
Search for more articles by Rui Wang.
Search for more articles by Yuchi Huo.
Search for more articles by Yazhen Yuan.
Search for more articles by Kun Zhou.
Search for more articles by Wei Hua.
Search for more articles by Hujun Bao.

Return to the search page.


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