Decoupled sampling for graphics pipelines
Jonathan Ragan-Kelley, Jaakko Lehtinen, Jiawen Chen, Michael Doggett, Frédo Durand
In ACM Transactions on Graphics, 30(3), May 2011.
Abstract: We propose a generalized approach to decoupling shading from visibility sampling in graphics pipelines, which we call decoupled sampling. Decoupled sampling enables stochastic supersampling of motion and defocus blur at reduced shading cost, as well as controllable or adaptive shading rates which trade off shading quality for performance. It can be thought of as a generalization of multisample antialiasing (MSAA) to support complex and dynamic mappings from visibility to shading samples, as introduced by motion and defocus blur and adaptive shading. It works by defining a many-to-one hash from visibility to shading samples, and using a buffer to memoize shading samples and exploit reuse across visibility samples. Decoupled sampling is inspired by the Reyes rendering architecture, but like traditional graphics pipelines, it shades fragments rather than micropolygon vertices, decoupling shading from the geometry sampling rate. Also unlike Reyes, decoupled sampling only shades fragments after precise computation of visibility, reducing overshading. par We present extensions of two modern graphics pipelines to support decoupled sampling: a GPU-style sort-last fragment architecture, and a Larrabee-style sort-middle pipeline. We study the architectural implications of decoupled sampling and blur, and derive end-to-end performance estimates on real applications through an instrumented functional simulator. We demonstrate high-quality motion and defocus blur, as well as variable and adaptive shading rates.
Keyword(s): Antialiasing, Reyes, defocus blur, depth of field, graphics hardware, graphics pipeline, motion blur
Article URL: http://dx.doi.org/10.1145/1966394.1966396
BibTeX format:
@article{Ragan-Kelley:2011:DSF,
  author = {Jonathan Ragan-Kelley and Jaakko Lehtinen and Jiawen Chen and Michael Doggett and Frédo Durand},
  title = {Decoupled sampling for graphics pipelines},
  journal = {ACM Transactions on Graphics},
  volume = {30},
  number = {3},
  pages = {17:1--17:17},
  month = may,
  year = {2011},
}
Search for more articles by Jonathan Ragan-Kelley.
Search for more articles by Jaakko Lehtinen.
Search for more articles by Jiawen Chen.
Search for more articles by Michael Doggett.
Search for more articles by Frédo Durand.

Return to the search page.


graphbib: Powered by "bibsql" and "SQLite3."