Coverage Sampling Anti-Aliasing (CSAA) using NVIDIA's GL_NV_framebuffer_multisample_coverage extention
Coverage Sampling Anti-Aliasing (CSAA) produces antialiased images that rival the quality of 8x or 16x MSAA, while introducing only a minimal performance hit over standard (typically 4x) MSAA. It works by introducing the concept of a new sample type: a sample that represents coverage. This differs from previous AA techniques where coverage was always inherently tied to another sample type. CSAA reduces bandwidth and storage costs. Implementing CSAA on the new GeForce 8 series is done through a new NVIDIA OpenGL API extension: GL_NV_framebuffer_multisample_coverage.
Posted on 01/04 at 04:05 AM
Next entry: GabrielStudio OpenGL API-based real-time exploration of biological structures in computational neuroscience
Previous entry: Equalizer v0.2 parallel OpenGL API rendering framework adds support for scalable rendering
This page has been viewed 708417 times •
