Sciweavers

DSD
2004
IEEE

Scene Management Models and Overlap Tests for Tile-Based Rendering

13 years 8 months ago
Scene Management Models and Overlap Tests for Tile-Based Rendering
Tile-based rendering (also called chunk rendering or bucket rendering) is a promising technique for low-power, 3D graphics platforms. This technique decomposes a scene into smaller regions called tiles and renders the tiles oneby-one. The advantage of this scheme is that a small memory integrated on the graphics accelerator can be used to store the color components and z values of one tile, so that accesses to the frame and z buffer are local, on-chip accesses which consume significantly less power than off-chip accesses. Tile-based rendering, however, requires that the primitives (commonly triangles) are sorted into bins corresponding to the tiles. This paper describes several algorithms for sorting the primitives into bins and evaluates their computational complexity and memory requirements. In addition, we present and evaluate several tests for determining if a triangle and a tile overlap. Experimental results obtained using several suitable 3D graphics workloads show that various ...
Iosif Antochi, Ben H. H. Juurlink, Stamatis Vassil
Added 20 Aug 2010
Updated 20 Aug 2010
Type Conference
Year 2004
Where DSD
Authors Iosif Antochi, Ben H. H. Juurlink, Stamatis Vassiliadis, Petri Liuha
Comments (0)