Sciweavers

SI3D
2012
ACM

Decoupled deferred shading for hardware rasterization

12 years 15 days ago
Decoupled deferred shading for hardware rasterization
In this paper we present decoupled deferred shading: a rendering technique based on a new data structure called compact geometry buffer, which stores shading samples independently from the visibility. This enables caching and efficient reuse of shading computation, e.g. for stochastic rasterization techniques. In contrast to previous methods, our decoupled shading can be efficiently implemented on current graphics hardware. We describe two variants which differ in the way the shading samples are cached: the first maintains a single cache for the entire image in global memory, while the second pursues a tile-based approach leveraging local memory of the GPU’s multiprocessors. We demonstrate the application of decoupled deferred shading to speed up the rendering in applications with stochastic supersampling, depth of field, and motion blur. CR Categories: I.3.7 [Computer Graphics]: Three-Dimensional Graphics and Realism
Gabor Liktor, Carsten Dachsbacher
Added 25 Apr 2012
Updated 25 Apr 2012
Type Journal
Year 2012
Where SI3D
Authors Gabor Liktor, Carsten Dachsbacher
Comments (0)