ATI Technologies X1550 SERIES Alpha Blending, Alternate Frame Rendering, Adaptive Anti-aliasing

Models: X1550 SERIES

1 148
Download 148 pages 33.67 Kb
Page 120
Image 120
Adaptive Anti-aliasing

112

surfaces, allowing game programmers to include more texture and lighting details without affecting performance.

Adaptive Anti-aliasing

Adaptive anti-aliasing is a technique that applies a combination of multi- sampling (MSAA) and super-sampling (SSAA) on 3D objects to improve edge smoothness and fine detail. Multi-sampling works best on smoothing the edges of solid polygons, but cannot effectively smooth edges within polygons which are partially transparent. Super-sampling is able to more accurately calculate color values adjacent to transparent pixel shader values within polygons with partially transparent textures, but is not applied universally since it is more processor-intensive. Adaptive anti-aliasing works by using super-sampled anti-aliasing on transparent textures, and multi-sampled anti-aliasing on all other textures. This delivers exceptional levels of image quality, while maintaining performance.

AGP

The Accelerated Graphics Port (AGP) is a slot on the computer motherboard designed specifically for 3D graphics cards. AGP runs 3D images much more smoothly and quickly than was previously possible with PCI video cards; AGP runs at several times the bus speed of PCI and employs sideband addressing, so multiple data transfers between the graphics processor and the computer can take place concurrently. AGP is currently being phased out in favor of PCI Express® (PCIe™).

Alpha Blending

Alpha blending is used in 3D graphics to create transparent or opaque effects for surfaces such as glass and water. Alpha is a transparency value, so the lower the value, the more transparent the image looks. It is also used in animations to produce such things as fading effects, where one image gradually fades into another.

Alternate Frame Rendering

A graphical load-balancing scheme where two graphics cards are used to render alternate frames of the display. This configuration increases the detail of the 3D objects each card can render, as each card handles half of the total number of frames. Essentially, each card has more time to render a scene, delivering a noticeable increase in 3D detail. This type of graphical

Page 120
Image 120
ATI Technologies X1550 SERIES manual Alpha Blending, Alternate Frame Rendering, Adaptive Anti-aliasing