GPGPU Accelerated Texture-Based Radiosity Calculation
Department of Computer Science, University of Auckland, Auckland, New Zealand
International Conference on Image and Vision Computing New Zealand (IVCNZ’11), 2011
@article{tjahyono2011gpgpu,
title={GPGPU Accelerated Texture Based Radiosity Calculation},
author={Tjahyono, S.S. and Lutteroth, C. and W{"u}nsche, B.},
year={2011}
}
Radiosity is a popular global illumination algorithm capable of achieving photorealistic rendering results. However, its use in interactive environments is limited by its computational complexity. This paper presents a GPGPU-based implementation of the gathering radiosity approach using texture-based discretisation and the OpenCL framework. Hemicubes are rendered to a texture array and are processed by OpenCL kernels in parallel to compute the output radiance of the patches. Results show that even with the high synchronisation overhead of the OpenGL-OpenCL interoperability, the proposed method is an order of magnitude faster than a CPU-based implementation, and that it approaches interactive speeds. Investigation of the influence of different parameters shows that an increase in lightmap texture resolution and hemicube size results in an increase in computation time, while an increase in texture array dimensions results in a decrease in computation time.
October 1, 2012 by hgpu