Practical morphological antialiasing on the GPU

  • Authors:
  • Venceslas Biri;Adrien Herubel;Stephane Deverly

  • Affiliations:
  • Institut Gaspard Monge;Institut Gaspard Monge;Duran Duboi

  • Venue:
  • ACM SIGGRAPH 2010 Talks
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

The subject of antialiasing techniques has been actively explored for the past 40 years. The classical approach involves computing the average of multiple samples for each final sample. Graphics hardware vendors implement various refinements of these algorithms. Computing multiple samples (MSAA) can be very costly depending on the complexity of the shading, or in the case of raytracing. Moreover, image-space techniques like deferred shading are incompatible with hardware implementation of MSAA since the lighting stage is decorrelated from the geometry stage. A filter based approach called Morphological Antialiasing (MLAA) was recently introduced [2009]. This technique does not need multiple samples and can efficiently be implemented on CPU using vector instructions. However, this filter is not linear and requires deep branching and image-wise knowledge which can be very inefficient on graphics hardware. We introduce an efficient adaptation of the MLAA algorithm running flawlessly on medium range GPUs.