If you've been keeping an eye on the GPU market, you may have seen some new cards popping up, or even heard some hype about something called Maxwell. Maxwell is NVIDIA's new GPU architecture, and the basis of the latest NVIDIA cards.  Maxwell is a successor to the 'Kepler' architecture that previously encompassed the most powerful cards on the market (including NVIDIA's much lauded Titan).  Four new cards are out based on the architecture, including the GTX 750, the GTX 750 Ti, the GTX 970, and the GTX 980.

Maxwell is a pretty significant departure from past GPU designs in a few interesting ways -- and the new cards come with several exciting new features, including VR performance tweaks, and a highly efficient form of ray tracing. Today, we're going to be digging into how Maxwell works, what advantages it offers, and what those advantages mean for PC gamers who are looking to upgrade, be it for 4K gaming, virtual reality, or just a desire for better-looking Dota 2.

It's All About Efficiency

nvidia-maxwell-performance-kepler

Historically, most new architectures have coincided with a die shrinkage.  A die shrinkage is a change in the way that chips are made that allows them to be etched smaller and more precisely, allowing more of them to be packed onto a square centimeter of silicon.  In this case, that isn't true: Maxwell is engraved using the same 28 nanometer resolution lithography process as the previous Kepler architecture, although NVIDIA continues to work on their new 20 nanometer process.  The advances of Maxwell have instead focused on processor efficiency, taking cues from mobile processors.

Here's (roughly) what's going on:

From their experience developing Kepler, NVIDIA realized that during normal operation of the card, not all of the CUDA cores (the hundreds of tiny parallel processors that do graphics rendering) were active all the time - a significant fraction of them were idle at any given clock cycle.  However, even idle, the cores were using power and generating heat, because they couldn't actually be turned off individually.  To help solve this problem, NVIDIA split the CUDA cores up into many smaller blocks, each with its own command logic.  This allows individual cores to be entirely turned off when idle, doubling the device's performance per watt of power, and dramatically cutting its heat production - a scheme already in use in NVIDIA's line of mobile Tegra processors.

nvidia-gtx-980-dramatic-black-lighting

One consequence of this is that the lower end 750 and 750Ti  chips can be run entirely off PCI power, without the need for six-pin power supply connectors, allowing them to be dropped into existing low-end consumer PCs without the need for additional hardware upgrades.  It also means that the cards can run non-demanding applications (low-end games, video decoding, etc.) in silent, "no-fan" mode without overheating, in many cases.

The cards can also be overclocked much further using a simple heat sink, without needing liquid cooling.  That's where most of the performance boost of this generation of GPUs is going to come from, compared to the last -- although NVIDIA also claims architectural improvements to logic hardware offer a 35% performance boost per-core at a given clock rate.

Improved Performance

As it turns out, the latest round of GPUs perform pretty well, especially on a cost-performance basis.  The stock GTX 980(~$550) and 970 (~$350) sit in positions one and three of the G3D Mark Benchmark, both beating out the ~$1300 Titan Black (an upgrade to the well-received Titan) -- and both of those will likely exceed those scores by a fair margin with the aid of vendor overclocking.

The lower end cards do well for themselves too, with both the 750(~$120) and the 750 Ti (~$130) topping the charts on price/performance ratio.  Being able to get a solid, midrange card for under $150 is a big deal for bringing people into the PC gaming fold, particularly when that card doesn't require a power supply upgrade.

New Features

It's not all about benchmarks!  With Maxwell, NVIDIA is rolling out some new features that are pretty exciting for PC Gaming.  The three big areas of improvement are anti-aliasing, ray tracing, and support for virtual reality.  Not all of these features are out yet, but they're in the pipeline, and many of them are going to make a big difference in how we play games.

MFAA

Anti-aliasing is a term for a collection of techniques used to eliminate artifacts that are caused by the discrete nature of computer graphics.  If you render to a pixel on the edge of an object, your raster algorithm will either report that it is either on or off the edge.  The result is a harsh, jagged edge.  The solution is to sample each pixel several times with minor offsets.  As a results, at the edge of an object, some samples end up on the edge of the object, and some don't - this gives a much cleaner blending between the edges of objects and also makes textured surfaces look more consistent from frame to frame.  Ultimately, most kinds of anti-aliasing boils down to sampling some pixels more than once.

NVIDIA-GeForce-GTX-980-IO-ports-new

MFAA is a relatively new kind of anti-aliasing, which emerges from the observation that most pixels simply don't change that much from frame to frame.  Put another way, why render the same pixel more than once if you just rendered almost the same pixel one frame ago?  MFAA stores the last frame that was rendered, and merges it with the current frame, dropping the new information when it heavily conflicts (because the object has substantially moved).  This gives a better visual result for a minimal additional computational expense. This approach works best when game frame rates are high, to minimize the delta between frames.

Maxwell now supports MFAA, offering a high-performance anti-aliasing mode to help raise the bar on the visual quality available to consoles and low-end PCs.

Voxel Global Illumination

A difficult problem in computer graphics has to do with how light moves from one surface to another.  Casting hard shadows is computationally straightforward, but subtle effects can be harder to replicate.  One effect that most modern games neglect is the movement of light from surface to surface: colors bleed, objects touching each other create subtle shadows that ground them in the world.  These shadows can be baked in, but they won't work for dynamic or reflective objects, or near moving lights.

Unfortunately, computing these effects in real time can be very expensive.  One approach to this problem is to use a technique called voxelization to generate a simplified version of the scene that can be efficiently parsed by an algorithm.  This simplified version can provide realistic, real-time illumination for the scene quickly.  Maxwell offers hardware support for this process.

VR Specific Functionality

Virtual reality is one of the most exciting gaming technologies, and NVIDIA has announced a number of VR specific-features in the works, including low-latency mode, one-GPU-per-eye SLI rendering, and asynchronous time warp.  The low latency mode is crucial for allowing the image in front of your face to change fluidly with the motion of your head.

Per-eye-SLI lets you use the power of multiple GPUs, without the latency normally introduced by the SLI process.

Asynchronous time warp, originally one of John Carmack's brain children, is a technique which allows driver-level re-projection of a rendered frame to a new perspective (using the depth map produced by the renderer as the basis for the transform).  In other words, asynchronous time warp allows the user to "look around" inside a single rendered frame, even if the render hasn't produced a fresh image yet.  This decouples head motion from rendering, allowing it to remain fluid regardless of how low the framerate drops, critical for avoiding VR sickness during framerate drops. These features are not yet available, but NVIDIA assures us the drivers are in the works.

An Evolutionary Leap -- For Now

The highest end Maxwell GPU tops the performance charts -- but not by a lot.  Most of the advances it shows off are subtler efficiency improvements.  These can still be very valuable, and can bring high-performance gaming into the hands of a wider user base.  Beyond that, the new VR and rendering features are very cool and worth talking about.  That said, the jump in performance over the previous state of the art isn't all that big: we're not really talking about elevating what's possible, computationally.  That'll have to wait for either heavy vendor overclocking, or possibly (if we're very lucky) a 20nm version of Maxwell at a later date.  Either way, the future of GPU technology is exciting, and there's a lot of interest in exactly where it's going.

Images courtesy of NVIDIA