Decoupled Deferred Shading for Hardware Rasterization
Computer Graphics Group, Karlsruhe Institute of Technology
ACM SIGGRAPH Symposium on Interactive 3D Graphics and Games, 2012
@article={liktor2012decoupled,
title={Decoupled Deferred Shading for Hardware Rasterization},
author={Liktor, Gabor and Dachsbacher, Carsten},
year={2012}
}
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.
January 4, 2012 by hgpu