ISCAS OpenIR  > 基础软件与系统重点实验室
基于CUDA渲染器的顺序独立透明现象的单遍高效绘制
黄梦成; 刘芳; 刘学慧; 吴恩华
2011
Source软件学报
ISSN10009825
Volume22Issue:8Pages:1927-1933
English Abstract提出一种顺序独立透明现象的单遍高效绘制算法.首先设计了一个基于计算统一设备架构(compute unified device architecture,简称CUDA)的可编程渲染器.该系统采用扫描线算法光栅化场景,为每个像素生成多个对应的片元,同时,在GPU(graphics processing unit)的全局内存上为每个像素分配一个数组,以存储其相应的片元.基于这个框架,提出了两种并发的片元收集及排序策略,以单遍高效地绘制顺序独立的透明现象.第1种策略利用CUDA的原子操作符atomicMin收集各个像素上对应的所有片元并按深度动态排序,在后处理中片元即可按序逐一融合;第2种策略采用CUDA的原子操作符atomicInc按光栅化顺序收集所有片元,然后在后处理中按深度排序后再逐一融合.实验结果表明,与基于传统图形管线的经典深度剥离方法相比,该方法可以更高效地绘制顺序独立的透明现象,同时生成正确的绘制效果.
AbstractThis paper presents a highly efficient algorithm for efficient order-independent transparency via compute unified device architecture (CUDA) in a single geometry pass. The study designs a CUDA renderer system to rasterize the scene by the scan-line algorithm, generating multiple fragments for each pixel. Meanwhile, a fixed size array is allocated per pixel in a GPU (graphics processing unit) global memory for storage. Next, this paper describes two schemes to capture and sorts the fragments per pixel via the atomic operations in CUDA. The first scheme stores the depth values of the fragments into an array of the corresponding pixel and sorts them on the fly using the atomicMin operation in CUDA. A following CUDA kernel will blend the fragments per pixel in depth order. The second scheme captures the fragments in rasterization order using the atomicInc operation in CUDA. During post-processing, the fragments per pixel array will be sorted in depth order before blending. Experimental result shows that this algorithm shows a significant improvement in classical depth peeling, producing faithful results. © 2011 ISCAS.
Keyword图形处理器 计算统一设备架构 顺序独立的透明现象 深度剥离 原子操作algorithms Blending Computational Geometry Computer Graphics Computer Graphics Equipment Pixels Program Processors
Department中国科学院软件研究所计算机科学国家重点实验室;中国科学院研究生院;中国科学院计算机网络信息中心超级计算中心;澳门大学科学技术学院电脑与资讯科学系
Language中文
Content Type期刊论文
URIhttp://ir.iscas.ac.cn/handle/311060/13933
Collection基础软件与系统重点实验室
Recommended Citation
GB/T 7714
黄梦成,刘芳,刘学慧,等. 基于CUDA渲染器的顺序独立透明现象的单遍高效绘制[J]. 软件学报,2011,22(8):1927-1933.
APA 黄梦成,刘芳,刘学慧,&吴恩华.(2011).基于CUDA渲染器的顺序独立透明现象的单遍高效绘制.软件学报,22(8),1927-1933.
MLA 黄梦成,et al."基于CUDA渲染器的顺序独立透明现象的单遍高效绘制".软件学报 22.8(2011):1927-1933.
Files in This Item:
File Name/Size DocType Version Access License
基于CUDA渲染器的顺序独立透明现象的单(1070KB) 开放获取--Application Full Text
Related Services
Recommend this item
Bookmark
Usage statistics
Export to Endnote
Google Scholar
Similar articles in Google Scholar
[黄梦成]'s Articles
[刘芳]'s Articles
[刘学慧]'s Articles
Baidu academic
Similar articles in Baidu academic
[黄梦成]'s Articles
[刘芳]'s Articles
[刘学慧]'s Articles
Bing Scholar
Similar articles in Bing Scholar
[黄梦成]'s Articles
[刘芳]'s Articles
[刘学慧]'s Articles
Terms of Use
No data!
Social Bookmark/Share
All comments (0)
No comment.
 

Items in the repository are protected by copyright, with all rights reserved, unless otherwise indicated.