Click here to Skip to main content
15,885,757 members
Articles / Programming Languages / C++

MLAA: Efficiently Moving Anti-Aliasing from the GPU to the CPU

22 Jul 2011CPOL18 min read 29.5K   15  
Efficient anti-aliasing techniques are an important tool of high-quality, real-time rendering. A new Intel technique called Morphological Antialiasing (MLAA) addresses limitations of the standard technique, MSAA. This article discusses MLAA implementation. Includes code samples and free download.

This article is in the Product Showcase section for our sponsors at CodeProject. These articles are intended to provide you with information on products and services that we consider useful and of value to developers.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
Graphics Software Engineer, Intel Corporation

Comments and Discussions