Free Intel Game Code: Morphological Antialiasing
Member 3794
Morphological Antialiasing (MLAA) is an image-based, post-process filtering technique that identifies discontinuity patterns and blends colors in the neighborhood of these patterns to perform effective antialiasing. It is the precursor of a new generation of real-time antialiasing techniques that rival Multisample Antialiasing (MSAA ).
The MLAA game tech sample is based on the original CPU-based MLAA implementation provided by Alexander Reshetov of Intel Labs, with improvements to greatly increase performance.
This code sample is free to use in your personal or commercial projects.