A4: asynchronous adaptive anti-aliasing using shared memory
Rasmus Barringer, Tomas Akenine-Möller
In ACM Transactions on Graphics, 32(4), July 2013.
Abstract: Edge aliasing continues to be one of the most prominent problems in real-time graphics, e.g., in games. We present a novel algorithm that uses shared memory between the GPU and the CPU so that these two units can work in concert to solve the edge aliasing problem rapidly. Our system renders the scene as usual on the GPU with one sample per pixel. At the same time, our novel edge aliasing algorithm is executed asynchronously on the CPU. First, a sparse set of important pixels is created. This set may include pixels with geometric silhouette edges, discontinuities in the frame buffer, and pixels/polygons under user-guided artistic control. After that, the CPU runs our sparse rasterizer and fragment shader, which is parallel and SIMD:ified, and directly accesses shared resources (e.g., render targets created by the GPU). Our system can render a scene with shadow mapping with adaptive anti-aliasing with 16 samples per important pixel faster than the GPU with 8 samples per pixel using multi-sampling anti-aliasing. Since our system consists of an extensive code base, it will be released to the public for exploration and usage.
Article URL: http://dx.doi.org/10.1145/2461912.2462015
BibTeX format:
@article{Barringer:2013:AAA,
  author = {Rasmus Barringer and Tomas Akenine-Möller},
  title = {A4: asynchronous adaptive anti-aliasing using shared memory},
  journal = {ACM Transactions on Graphics},
  volume = {32},
  number = {4},
  pages = {100:1--100:9},
  month = jul,
  year = {2013},
}
Search for more articles by Rasmus Barringer.
Search for more articles by Tomas Akenine-Möller.

Return to the search page.


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