Upscaling is a rendering technique where a game draws the scene at a lower resolution, then increases it to a higher one for display. The goal is simple: keep the image looking close to native resolution while easing the workload on the GPU.
In practice, a game might render internally at 1080p and output a 4K image to the TV. That lower internal target is the render resolution. The final image sent to the screen is the output resolution. The “upscaling” step is the process that bridges the gap between the two.
Basic upscaling can be as straightforward as stretching the image to fit the screen. That works, but it often looks soft, can exaggerate shimmering edges, and may produce unstable detail in motion. Modern games increasingly rely on smarter approaches that try to rebuild detail rather than simply enlarge pixels.
A common modern approach is temporal upscaling, which uses information from multiple frames to improve clarity. Instead of treating each frame like a standalone image, the game also considers motion data to predict where details should land on the next frame. When it works well, it can produce a cleaner image than simple scaling at the same internal resolution, especially during movement.
You will also see branded upscaling solutions. NVIDIA’s DLSS, AMD’s FSR, and Intel’s XeSS are the most widely used. They differ in how they reconstruct detail and what hardware features they can take advantage of, but they are all trying to solve the same problem: deliver a sharper picture than a low internal render would normally allow, while keeping frame rates higher than a full native render.
Upscaling is often paired with demanding features. For example, if a game uses ray tracing, upscaling can make that feature more practical at higher resolutions. It is one reason many “quality” presets now combine heavier visuals with upscaling rather than expecting players to run everything at native 4K.
In my opinion, the most beneficial way to judge upscaling is not by the buzzwords, but by stability. A good implementation keeps fine detail consistent in motion, avoids flickering on thin lines, and handles text and UI cleanly. A weak implementation might look fine in a still screenshot but fall apart when the camera moves.
Upscaling is also why many games offer choices like performance mode and quality modes. Performance-focused settings commonly lower internal resolution and rely on upscaling to maintain a crisp output, trading a little image purity for a smoother frame rate that most players will feel immediately.