Title :
Blocked-Z Test for Reducing Rasterization, Z Test and Shading Workloads
Author :
Chung, Chung-Ping ; Chen, Hong-Wei ; Yang, Hui-Chin
Author_Institution :
Inst. of Comput. Sci. & Eng., Nat. Chiao-Tung Univ., Hsinchu, Taiwan
Abstract :
We propose a blocked-Z test to effectively eliminate unnecessary data traffic between triangle setup and rasterization. This method works seamlessly with the existing rendering pipeline, with or without those existing fragment-based hierarchical Z/early Z/Z tests. And it performs much better than primitive-based Z test, in terms of data structuring and coverage. In this method, primitives are blocked into proper sizes and blocked-Z tested to filter out the most of hidden blocks, easing the storage and workloads of subsequent rendering tasks. Advantage of this method comes from two features: the blocked test, in which only one test may be sufficient to filter out a group (of the block size) of fragments; and the place of the test saving even unnecessary rasterization. Block sizes are determined statically without hardware nor runtime overhead, and an additional blocked-Z buffer, of the size of [Z buffer/(# fragments in block)], plus blocking and Z-test circuitry, are required. This design lengthens the rendering pipeline, but will not affect the throughput; in fact, it may even increase throughput, since a common wisdom is that the fragment-based pipeline stages are graphics rendering bottlenecks, and our proposal effectively relieves these bottlenecks. Design methods and circuits are given in this paper. Experimental results using Doom3 and Quake4 with various screen sizes show that the rasterization and Z test workloads can be saved up to 70%.
Keywords :
buffer storage; rendering (computer graphics); Doom3; Quake4; Z-test circuitry; blocked-Z buffer; blocked-Z test; fragment-based pipeline stage; graphics rendering; rasterization; Circuit testing; Filters; Graphics; Hardware; Performance evaluation; Pipelines; Proposals; Rendering (computer graphics); Runtime; Throughput;
Conference_Titel :
Computational Science and Engineering, 2009. CSE '09. International Conference on
Conference_Location :
Vancouver, BC
Print_ISBN :
978-1-4244-5334-4
Electronic_ISBN :
978-0-7695-3823-5
DOI :
10.1109/CSE.2009.464