Skip to main content

Analysis reveals why Nvidia graphics chips are power-saving performance beasts

Tile-based Rasterization in Nvidia GPUs with David Kanter of Real World Tech
A recent report from David Kanter of Real World Technologies investigates why graphics chips provided by Nvidia — namely those based on the company’s Maxwell and Pascal architectures — perform better than their peak theoretical numbers, and why they’re more efficient than competing graphics chips. In a nutshell, the pixel output on Nvidia GPUs is buffered by what’s called tile-based immediate-mode rasterizers, which is fast and power-efficient. The competitor’s graphics chips rely on slower, conventional full-screen immediate-mode rasterizers.

According to Kanter, tile-based rasterization has been around since the 1990s, first popping up in the PowerVR architecture and adopted by ARM and Qualcomm in their mobile processors’ GPUs. Up until Nvidia introduced this system into its Maxwell GM20x architecture, tile-based rasterization wasn’t successfully implemented into desktop graphics chips.

Get your weekly teardown of the tech behind PC gaming
Check your inbox!

Tile-based rasterization essentially means that each triangle-based, three-dimensional scene is split up into tiles, and each tile is broken down (rasterized) into pixels on the graphics chip itself to be “printed” on a two-dimensional screen. By contrast, full-screen immediate-mode rasterizers use more memory and more power by breaking down the entire scene into pixels in one pass (or scan).

“Using tiled regions and buffering the rasterizer data on-die reduces the memory bandwidth for rendering, improving performance and power-efficiency,” Kanter explains. “Consistent with this hypothesis, our testing shows that Nvidia GPUs change the tile size to ensure that the pixel output from rasterization fits within a fixed size on-chip buffer or cache.”

Kanter explains that mobile GPUs from the likes of Apple and other device makers use a method called tile-based deferred rendering where geometry and pixel-based work is done in two separate passes. The scene is divided into tiles, triangles are processed for each tile at once, and then pixel shading for each tile occurs after that.

However, Nvidia is reportedly using a tile-based “immediate” technique in its desktop GPUs that divides the screen up into tiles, and then rasterizes small batches of triangles within the tile. The triangles are typically buffered or cached on-chip, he says, which in turn improves performance and saves power.

In a demonstration using a tool called Triangles. HLSL running on an AMD Radeon HD 6670 GPU and Windows 10, he shows how AMD’s graphics chip renders twelve identical, flat objects on the screen, moving from right to left and line by line until they’re rendered one by one from the top of the screen to the bottom, overwriting each other. He revealed this technique by moving a slider that sets the number of pixels that can be rendered on the screen. Just imagine an invisible printer going back and forth across the screen quicker than the human eye can fully detect.

After revealing AMD’s current draw technique, the demonstration moves to a different system using the same tool, Windows 10, and a Nvidia GeForce GTX 970 graphics card. Here you’ll notice that when the rendering process is paused, the stacked twelve objects are rendered simultaneously, with two completed tiles on the left and five more tiles appearing in various states in a checkerboard pattern to the right. Overall, the rasterization path is left to right, and top to bottom.

That all said, Nvidia fully rasterizes one tile containing a portion of all objects before moving on to the next tile. AMD, on the other hand, rasterizes each object in a printer-type fashion from top to bottom first before going back to the beginning and rendering the next object. Things get even more interesting when Nvidia’s GeForce GTX 970 is installed into the test bed, revealing even larger tiles with a different pattern.

To check out this latest investigation, be sure to hit the video embedded above for the full 19:45 demonstration.

Editors' Recommendations

Kevin Parrish
Former Digital Trends Contributor
Kevin started taking PCs apart in the 90s when Quake was on the way and his PC lacked the required components. Since then…
I switched to an AMD GPU for a month — here’s why I don’t miss Nvidia
RX 7900 XTX slotted into a test bench.

AMD's RX 7900 XTX currently tops Digital Trends' list of the best graphics cards. But there's more to a GPU than just performance testing and benchmarks, and some of those things can't be discovered until you live with a piece of tech day in and day out.

So, I figured it was high time to put my proverbial money where my mouth is by using AMD's card every day in my own PC. And a month later, I'm happy to report that aside from some minor hiccups, I don't miss Nvidia as much as I thought I would.
4K flagship performance

Read more
Here’s why Nvidia’s shots against AMD drivers just don’t add up
Three RTX 4080 cards sitting on a pink background.

Nvidia is no stranger to criticizing AMD, and more recently, Intel, as the three companies duke it out for the best graphics cards. Earlier this year, Nvidia jabbed at AMD for its drivers, claiming that optional or beta drivers (which AMD frequently releases) are "sub-par" and don't provide a "smooth user experience."

And Nvidia is at it again, shortly before AMD is set to release its new RX 7900 XTX graphics card.

Read more
Nvidia and AMD GPU prices could skyrocket again in 2023. Here’s why
Three graphics cards on a gray background.

The price of both Nvidia and AMD GPUs could skyrocket in 2023, providing an extra incentive to order your new graphics card before the end of year. If the costs do rise, it won't be a conspiracy by Nvidia and AMD to make amore profit, but rather an unfortunate circumstance of U.S. import tariffs expiring.

The U.S. Trade Representative recently announced that tariff exemptions were extended for several products, but hasn't updated the exclusion for graphics cards. The exemption will expire on December 31, 2022, unless it's renewed in the next few weeks. This means we could see prices could jump by as much as 25% in 2023.

Read more