6785

Efficient Triangle and Quadrilateral Clipping within Shaders

M. McGuire
NVIDIA
Journal of Graphics, GPU, and Game Tools, Vol. 15, 2011

@article{McGuireClipping11,

   author={Morgan Mc{G}uire},

   title={Efficient Triangle and Quadrilateral Clipping within Shaders},

   journal={Journal of Graphics, GPU, and Game Tools},

   volume={15},

   number={To appear},

   pages={TBD},

   year={2011},

   URL={http://graphics.cs.williams.edu/papers/ClipJGT11/}

}

Clipping a triangle or a convex quadrilateral to a plane is a common operation in computer graphics. This clipping is implemented by fixed-function units within the graphics pipeline under most rasterization APIs. It is increasingly interesting to perform clipping in programmable stages as well. For example, to clip bounding volumes generated in the Geometry unit to the near plane, or to clip an area light source to the tangent plane of a surface in a Pixel unit. While clipping a convex polygon is algorithmically trivial, doing so efficiently on vector architectures like GPUs can be tricky. This article presents an efficient implementation of Sutherland-Hodgman clipping for vector processors. It has high branch coherence, uses only register storage (i.e., it does not require a move-relative memory operation), leverages both data and instruction parallelism, and has a peak register count of only two 4-vectors (7 scalars). I found it to be about five times faster than direct Sutherland-Hodgman and yield a 45% increase in net throughput when applied in the algorithm from a previous publication on two different GPU architectures. The principles of optimization presented for this class of parallel algorithm extend to other algorithms and architectures.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: