Title :
Memory-Efficient Single-Pass GPU Rendering of Multifragment Effects
Author :
Wencheng Wang ; Guofu Xie
Author_Institution :
State Key Lab. of Comput. Sci., Inst. of Software, Beijing, China
Abstract :
Rendering multifragment effects using graphics processing units (GPUs) is attractive for high speed. However, the efficiency is seriously compromised, because ordering fragments on GPUs is not easy and the GPU´s memory may not be large enough to store the whole scene geometry. Hitherto, existing methods have been unsuitable for large models or have required many passes for data transmission from CPU to GPU, resulting in a bottleneck for speedup. This paper presents a stream method for accurate rendering of multifragment effects. It decomposes the model into parts and manages these in an efficient manner, guaranteeing that the parts can easily be ordered with respect to any viewpoint, and that each part can be rendered correctly on the GPU. Thus, we can transmit the model data part by part, and once a part has been loaded onto the GPU, we immediately render it and composite its result with the results of the processed parts. In this way, we need only a single pass for data access with a very low bounded memory requirement. Moreover, we treat parts in packs for further acceleration. Results show that our method is much faster than existing methods and can easily handle large models of any size.
Keywords :
graphics processing units; rendering (computer graphics); CPU; GPU rendering; data transmission; graphics processing unit; multifragment effect rendering; Complexity theory; Data communication; Data models; Ellipsoids; Graphics processing units; Rendering (computer graphics); Slabs; Multifragment effects; accurate rendering; depth ordering; fixed amount of memory; large models;
Journal_Title :
Visualization and Computer Graphics, IEEE Transactions on
DOI :
10.1109/TVCG.2012.320