Improving the State of Anti-Aliasing: Leo Makes MSAA Happen, SSAA Takes It Up A Notch

As you may recall in our initial review of the 7970, I expressed my bewilderment that AMD had not implemented Adaptive Anti-Aliasing (AAA) and Super Sample Anti-Aliasing (SSAA) for DX10+ in the Radeon HD 7000 series. There has never been a long-term AA mode gap in recent history, and it was AMD who made DX9 SSAA popular again in the first place when they made it a front-and-center feature of the Radeon HD 5000 series. AMD’s response at the time was that they preferred to find a way to have games implement these AA modes natively, which is not an unreasonable position, but an unfortunate one given the challenge in just getting game developers to implement MSAA these days.

So it was with a great deal of surprise and glee on our part that when AMD released their first driver update last week, they added an early version of AAA and SSAA support for DX10+ games. Given their earlier response this was unexpected, and in retrospect either AMD was already working on this at the time (and not ready to announce it), or they’ve managed to do a lot of work in a very short period of time.

As it stands, AMD’s DX10+ AAA/SSAA implementation is still a work in progress, and it will only work on games that natively support MSAA. Given the way the DX10+ rendering pipeline works, this is a practical compromise as it’s generally much easier to implement SSAA after the legwork has already been done to get MSAA working.

We haven’t had a lot of time to play with the new drivers, but in our testing AAA/SSAA do indeed work. A quick check with Crysis: Warhead finds that AMD’s DX10+ SSAA implementation is correctly resolving transparency aliasing and shader aliasing as it should be.


Crysis: Warhead SSAA: Transparent Texture Anti-Aliasing


Crysis: Warhead SSAA: Shader Anti-Aliasing

Of course, if DX10+ SSAA only works with games that already implement MSAA, what does this mean for future games? As we alluded to earlier, built-in MSAA support is not quite prevalent across modern games, and the DX10+ pipeline makes forcing it from the driver side a tricky endeavor at best. One of the biggest technical culprits (as opposed to quickly ported console games) is the increasing use of deferred rendering, which makes MSAA more difficult for developers to implement.

In short, in a traditional (forward) renderer, the rendering process is rather straightforward and geometry data is preserved until the frame is done rendering. And while this normally is all well and good, the one big pitfall of a forward renderer is that complex lighting is very expensive to run because you don’t know precisely which lights will hit which geometry, resulting in the lighting equivalent of overdraw where objects are rendered multiple times to handle all of the lights.

In deferred rendering however, the rendering process is modified, most fundamentally by breaking it down into several additional parts and using an additional intermediate buffer (the G-Buffer) to store the results. Ultimately through deferred rendering it’s possible to decouple lighting from geometry such that the lighting isn’t handled until after the geometry is thrown away, which reduces the amount of time spent calculating lighting as only the visible scene is lit.

The downside to this however is that in its most basic implementation deferred rendering makes MSAA impossible (since the geometry has been thrown out), and it’s difficult to efficiently light complex materials. The MSAA problem in particular can be solved by modifying the algorithm to save the geometry data for later use (a deferred geometry pass), but the consequence is that MSAA implemented in such a manner is more expensive than usual both due to the amount of memory the saved geometry consumes and the extra work required to perform the extra sampling.


Battlefield3 G-Buffer. Image Courtesy DICE

For this reason developers have quickly been adopting post-process AA methods, primarily NVIDIA’s Fast Approximate Anti-Aliasing (FXAA). Similar in execution to AMD’s driver-based Morphological Anti-Aliasing, FXAA works on the fully rendered image and attempts to look for aliasing and blur it out. The results generally aren’t as good as MSAA (and especially not SSAA), but it’s very quick to implement (it’s just a shader program) and has a very small performance hit. Compared to the difficultly of implementing MSAA on a deferred renderer, this is faster and cheaper, and it’s why MSAA support for DX10+ games is anything but universal.


AMD's Leo Tech Demo

But what if there was a way to have a forward renderer with performance similar to that of a deferred renderer? That’s what AMD is proposing with one of their key tech demos for the 7000 series: Leo. Leo showcases AMD’s solution to the forward rendering lighting performance problem, which is to use a compute shader to implement light culling such that the compute shader identifies the tiles that any specific light will hit ahead of time, and then using that information only the relevant lights are computed on any given tile. The overhead for lighting is still greater than pure deferred rendering (there’s still some unnecessary lighting going on), but as proposed by AMD, it should make complex lighting cheap enough that it can be done in a forward renderer.

As AMD puts it, the advantages are twofold. The first advantage of course is that MSAA (and SSAA) compatibility is maintained, as this is still a forward render; the use of the compute shader doesn’t have any impact on the AA process. The second advantage relates to lighting itself: as we mentioned previously, deferred rendering doesn’t work well with complex materials. On the other hand forward rendering handles complex materials well, it just wasn’t fast enough until now.

Leo in turn executes on both of these concepts. Anti-aliasing is of course well represented through the use of 4x MSAA, but so are complex materials. AMD’s theme for Leo is stop motion animation, so a number of different material types are directly lit, including fabric, plastic, cardboard, and skin. The total of these parts may not be the most jaw-dropping thing you’ve ever seen, but the fact that it’s being done in a forward renderer is amazingly impressive. And if this means we can have good lighting and excellent support for real anti-aliasing, we’re all for it.

Unfortunately it’s still not clear at this time when 7970 owners will be able to get their hands on the demo. The version released to the press is still a pre-final version (version number 0.9), so presumably AMD’s demo team is still hammering out the demo before releasing it to the public.

Update: AMD has posted the Leo demo, along with their Ptex demo over at AMD Developer Central. It should work with any DX11 card, though a quick check has it failing on NVIDIA cards

Overclocking Revisited
Comments Locked

47 Comments

View All Comments

  • annnonymouscoward - Sunday, January 29, 2012 - link

    Thanks for measuring the PCIe bandwidth results--this is good data. If I may nitpick: please follow SI, and abbreviate seconds with "s" and volts with "V".
  • MGSsancho - Monday, January 30, 2012 - link

    This information also makes me dreams of the unannounced xbox. Is this compatible with the current e-dram related hardware AA on the xbox360? Another question, could this possibly help a mythical gen gaming console to do more in hardware?
  • Th-z - Monday, January 30, 2012 - link

    I like the visual of the demo, surface materials, lighting, and shadows all look natural and refreshing. It has the quality of offline renderer. It's much better than most games out there today, which all surfaces look alike, overly shiny surfaces, unnatural glow, and general blurriness. I know a lot has to do with hardware limitation of consoles and developers like to use excessive post process to hide it, but the visual is getting old.

    The demo shows how software (AMD's new forward rendering technique) targets a specific hardware can produces stunning results.
  • MySchizoBuddy - Monday, March 5, 2012 - link

    How come you guys don't do stability testing. run the cards for 48 hours straight using folding@home and see what happens. Also do testing of ECC memory and how error prone the card is.

    I understand the authors of anandtech hardly ever read comments section so if anyone knows how do I get my wish list to anandtech please let me know.
  • N1bble - Tuesday, March 13, 2012 - link

    I've got an Asus p5k pro motherboard with PCIe 1.0 or 1.1. (GPU-Z says 1.1, manual says simply PCI-e x16)

    Does this test prove that the cards will work on PCIe 1.x or could there be other issues since PCIe 3.0 isn't fully compatible to 1.x?
  • mudy - Monday, April 23, 2012 - link

    ... I see that you have stated the consequences as to what happens to the PCIe lanes if you use a non-IVB processors but not, what happens if you have a pcie 2.0 compliant GPU and that too in SLI! Also an article on how the lane would be distributed under all scenarios like, pcie 2.0: Single GPU, dual/triple GPU; pcie 3.0: single/dual/triple GPUs!!
  • Harry Lloyd - Sunday, February 24, 2013 - link

    I am very excited about this new technique for calculating lighting in a forward renderer. Deferred MSAA is a disaster, and postAA gives mediocre results, so I really hope we are going to see a move back to forward rendering in the next iteration of engines, in 2-3 years.

Log in

Don't have an account? Sign up now