Real-Time Concurrent Linked List Construction on the GPU

时间:2017-10-09 05:45:19
【文件属性】:

文件名称:Real-Time Concurrent Linked List Construction on the GPU

文件大小:6.36MB

文件格式:PDF

更新时间:2017-10-09 05:45:19

OIT GPU 游戏编程

We introduce a method to dynamically construct highly concurrent linked lists on modern graphics processors. Once constructed, these data structures can be used to implement a host of algorithms useful in creating complex rendering effects in real time. We present a straightforward way to create these linked lists using generic atomic operations available in APIs such as OpenGL 4.0 and DirectX 11. We also describe several possible applications of our algorithm. One example uses per-pixel linked lists for order-independent transparency; as a consequence, we are able to directly implement fully programmable blending, which frees developers from the restrictions imposed by current graphics APIs. The second uses linked lists to implement real-time indirect shadows.


网友评论

  • 非常好的论文,对我帮助很大