News analysis

GeForce RTX Turns Eight: How Turing Changed PC Graphics

Eight years after the RTX 2080 and 2080 Ti arrived, here is what Turing actually introduced: RT Cores, Tensor Cores, DLSS, concurrent integer execution and a new hybrid-rendering model.

On this page
  1. The RTX 2080 and 2080 Ti reached availability eight years ago today
  2. RT Cores made ray tracing a separate hardware problem
  3. Tensor Cores put neural processing inside the graphics pipeline
  4. Turing also changed ordinary shader execution
  5. The 2018 launch claims need historical context
  6. What lasted was the heterogeneous rendering model

The RTX 2080 and 2080 Ti reached availability eight years ago today

NVIDIA announced the first GeForce RTX cards at Gamescom on August 20, 2018 and set September 20 as the availability date for the GeForce RTX 2080 and RTX 2080 Ti. Eight years later, the useful anniversary is not the model names themselves but the architecture underneath them: Turing changed how NVIDIA divided real-time graphics work across a consumer GPU.

The launch combined conventional rasterization hardware with dedicated RT Cores for ray-tracing work and Tensor Cores for neural-network operations. NVIDIA described the result as hybrid rendering: rasterization remained central, while selected ray-traced effects and AI-assisted processing could be inserted into the frame. That distinction matters because the first RTX generation was not a proposal to replace rasterization wholesale.

Major Turing changes relevant to PC graphics
Turing featureRole in the 2018 architectureWhy it mattered
RT CoresDedicated hardware for bounding-volume-hierarchy traversal and ray/triangle intersection workMoved important ray-tracing operations away from general-purpose shader execution
Tensor CoresMatrix-processing hardware adapted from NVIDIA’s earlier Volta architectureMade neural graphics techniques such as the first DLSS practical on GeForce hardware
Concurrent FP32 + INT32 executionSeparate integer datapath alongside floating-point execution in the Turing SMAllowed integer address/calculation work to issue alongside floating-point shader math
Redesigned cache pathUnified shared-memory, texture-caching and memory-load pathChanged the SM memory hierarchy and increased L1 resources for common workloads
New shading featuresVariable Rate Shading and other programmable graphics changesExpanded optimization options beyond raw shader throughput

RT Cores made ray tracing a separate hardware problem

Real-time ray tracing existed before Turing, but tracing useful numbers of rays through complex scenes is expensive when all of the acceleration-structure traversal and intersection work competes with ordinary shader execution. Turing added dedicated RT Cores to accelerate bounding-volume-hierarchy traversal and ray/triangle intersection testing.

That did not make ray tracing free. Games still had to build and update acceleration structures, issue rays, shade the resulting hits, denoise noisy results and fit the work into a frame budget. The architectural change was narrower and more durable: consumer GeForce hardware now contained a fixed-function path specifically intended to accelerate a major part of the ray-tracing workload.

Tensor Cores put neural processing inside the graphics pipeline

Turing also brought Tensor Cores to GeForce. NVIDIA had introduced Tensor Cores with the Volta architecture for deep-learning workloads; Turing integrated a newer implementation into an architecture sold directly to PC gamers. NVIDIA’s RTX software stack used that capability for neural graphics rather than treating it only as general AI compute.

The most visible launch-era example was Deep Learning Super Sampling. The first DLSS generation and later DLSS versions should not be treated as one unchanged algorithm, but the hardware/software split established in 2018 is important: render part of the graphics workload conventionally, then use dedicated matrix hardware for learned image processing. Modern neural rendering has expanded well beyond that original implementation.

Turing also changed ordinary shader execution

RTX branding can obscure the less dramatic changes inside the Turing Streaming Multiprocessor. NVIDIA’s architecture whitepaper describes an independent integer datapath that can execute integer instructions concurrently with floating-point math. On earlier Pascal hardware, those integer instructions could occupy execution opportunities that otherwise served floating-point work.

Turing also redesigned the SM memory path, unifying shared memory, texture caching and memory-load caching into a configurable architecture. NVIDIA claimed substantially more L1 bandwidth and capacity for common workloads. Those changes benefited conventional rendering and compute code independently of whether a game enabled ray tracing or DLSS.

The 2018 launch claims need historical context

NVIDIA’s original launch material made aggressive performance claims, including statements about gains versus Pascal and the potential of RTX rendering. Those were vendor claims tied to NVIDIA’s chosen workloads and its new RTX-OPS metric, not evidence that every 2018 game became several times faster on an RTX 2080.

It is more useful to separate architectural facts from launch positioning. Turing did ship dedicated RT hardware, Tensor Cores, a redesigned SM and the software foundations for RTX and DLSS. Whether a particular game benefited depended on engine support, effect selection, image-quality targets, driver maturity and the specific GPU. This retrospective therefore does not infer launch reception, adoption rates or universal performance gains from NVIDIA’s announcement numbers.

What lasted was the heterogeneous rendering model

Eight years of later hardware and software have changed the implementation details substantially. Current ray-traced games can use more complex acceleration structures and lighting workloads, while neural rendering now covers a broader set of reconstruction and frame-generation techniques than the original DLSS launch pitch. Those later developments should not be back-projected onto first-generation Turing hardware.

The durable idea is the division of graphics work among specialized engines. Rasterization and programmable shaders remain important, ray-tracing hardware accelerates traversal and intersection work, and matrix hardware can run neural processing alongside the rest of the pipeline. Turing did not invent every technique involved, and it did not single-handedly determine the direction of the industry. It did, however, put that combination into the first GeForce RTX generation sold to PC gamers on September 20, 2018.

Go deeper

Related Core Tech Tips guides

Sources

Primary and technical sources

These sources support the reporting and analysis above. Current stories are updated when later evidence materially changes the facts.

  1. 01 NVIDIA Newsroom

    10 Years in the Making: NVIDIA Brings Real-Time Ray Tracing to Gamers with GeForce RTX
  2. 02 NVIDIA

    NVIDIA Turing GPU Architecture Whitepaper
  3. 03 NVIDIA GeForce

    NVIDIA Turing Architecture Deep Dive Whitepaper Available Now For Download

Related