A SIMD-efficient 14 instruction shader program for high-throughput microtriangle rasterization
Jordi Roca, Victor Moya, Carlos Gonzalez, Vicente Escandell, Albert Murciego, Agustin Fernandez, Roger Espasa
In The Visual Computer, 26(6-8), June 2010.
Abstract: This paper shows that breaking the barrier of 1 triangle/clock rasterization rate for microtriangles in modern GPU architectures in an efficient way is possible. The fixed throughput of the special purpose culling and triangle setup stages of the classic pipeline limits the GPU scalability to rasterize many triangles in parallel when these cover very few pixels. In contrast, the shader core counts and increasing GFLOPs in modern GPUs clearly suggests parallelizing this computation entirely across multiple shader threads, making use of the powerful wide-ALU instructions. In this paper, we present a very efficient SIMD-like rasterization code targeted at very small triangles that scales very well with the number of shader cores and has higher performance than traditional edge equation based algorithms. We have extended the ATTILA GPU shader ISA (del Barrioet al. in IEEE International Symposium on Performance Analysis of Systems and Software, pp. 231-241, 2006) with two fixed point instructions to meet the rasterization precision requirement. This paper also introduces a novel subpixel Bounding Box size optimization that adjusts the bounds much more finely, which is critical for small triangles, and doubles the 2×2-pixel stamp test efficiency. The proposed shader rasterization program can run on top of the original pixel shader program in such a way that selected fragments are rasterized, attribute interpolated and pixel shaded in the same pass. Our results show that our technique yields better performance than a classic rasterizer at 8 or more shader cores, with speedups as high as 4× for 16 shader cores.
Keyword(s): Microtriangle rasterization, GPU rendering, Shader performance
@article{Roca:2010:AS1,
author = {Jordi Roca and Victor Moya and Carlos Gonzalez and Vicente Escandell and Albert Murciego and Agustin Fernandez and Roger Espasa},
title = {A SIMD-efficient 14 instruction shader program for high-throughput microtriangle rasterization},
journal = {The Visual Computer},
volume = {26},
number = {6-8},
pages = {707--719},
month = jun,
year = {2010},
}
Return to the search page.
graphbib: Powered by "bibsql" and "SQLite3."