Cornell Box [VALBW06]
Cornell University Program of Computer Graphics
Cornell Seal

Implementing the render cache and the edge-and-point image on graphics hardware.

Edgar Velàzquez-Armendàriz, Eugene Lee, Kavita Bala, and Bruce Walter.

In GI '06: Proceedings of the 2006 conference on Graphics interface, pages 211--217, Toronto, Ont., Canada, Canada, 2006. Canadian Information Processing Society.

The render cache and the edge-and-point image (EPI) are alternative point-based rendering techniques that combine interactive performance with expensive, high quality shading for complex scenes. They use sparse sampling and intelligent reconstruction to enable fast framerates and to decouple shading from the display update.

We present a hybrid CPU/GPU multi-pass system that accelerates these techniques by utilizing programmable graphics processing units (GPUs) to achieve better framerates while freeing the CPU for other uses such as high-quality shading (including global illumination). Because the render cache and EPI differ from the traditional graphics pipeline in interesting ways, we encountered several challenges in using the GPU effectively. We discuss our optimizations to achieve good performance, limitations with the current generation hardware, as well as possibilities for future improvements.

The accompanying video is available as a QuickTime file VALBW06.mov (~23MB).

This paper is available as a PDF file VALBW06.pdf (3.1M).


Last updated 01/04/07 PCG www Home