Graphics processing units based adaptive subdivision

TANG Min,Ruofeng Tong,Jinxiang Dong
2008-01-01
Abstract:A new graphics processing units(GPU) based surface subdivision algorithm was presented to fully utilize GPU's powerful computation and parallel processing capability and overcome the data transferring bottleneck between CPU and GPU.The algorithm calculated the subdivision levels adaptively.Subdivision pattern(SP) was used to execute computation for the control net data transferred from CPU to GPU running on vertex processors.SP can be extended by using fringes to solve the watertight problem for adaptive subdivision.The algorithm was applied to Catmull-Clark scheme and Loop scheme and can be easily extended to other subdivision schemes with other GPU shaders.The algorithm has the minimum GPU requirement and can run on any GPU supporting vertex shaders.Experimental results show that the algorithm is superior to the CPU based and fragment processor based algorithms.
What problem does this paper attempt to address?