In a move that caught many off guard, AMD pushed out support for its next-generation FidelityFX Super Resolution upscaling—FSR 4.1—to Radeon RX 7000 series graphics cards on June 27, 2026, weeks ahead of the originally slated July window. The update, bundled in Adrenalin Edition driver version 26.6.2, introduces an INT8 inference model that promises higher performance and improved image quality by leveraging dedicated AI hardware.

First teased at AMD’s 2026 Technology Summit, FSR 4.1 marks a fundamental shift from the temporal upscaling techniques of its predecessors. Where FSR 3 and earlier relied on hand-crafted algorithms, version 4.1 employs a lightweight machine learning model quantized to INT8 precision. This allows the upscaler to run efficiently on the AI accelerators baked into RDNA 3 GPUs—hardware that until now had seen limited use in gaming workloads.

The early release appears to be a strategic countermove to NVIDIA’s DLSS 4, which debuted with the GeForce RTX 50 series earlier that year. By getting FSR 4.1 into the hands of Radeon owners sooner, AMD positions itself as the more agile developer, delivering open, cross-platform upscaling that doesn’t require proprietary tensor cores.

The leap from FSR 3 to FSR 4.1

FSR 3.1, the last major iteration before this release, already offered respectable upscaling and frame generation without AI. Gamers could enjoy smooth 4K gaming on modest hardware, but the lack of machine learning meant it often fell behind DLSS in preserving fine texture detail and reducing ghosting. FSR 4.0 was never publicly released; AMD reportedly folded its improvements directly into the 4.1 codebase after internal testing revealed that INT8 quantization could deliver near-DLSS quality without the performance hit of FP16 models.

With FSR 4.1, the upscaling pipeline now runs a convolutional neural network on the GPU’s Matrix Cores, the same units used for ray tracing denoising and AI-accelerated video encode. The INT8 format shrinks the model size and memory footprint by half compared to FP16, enabling real-time inference at 4K resolutions even on the entry-level Radeon RX 7600 XT. The driver handles the model loading and execution transparently—games that already support FSR 3.1 can theoretically enable FSR 4.1 with a driver-level toggle, though developers still need to ship a small updated plugin for optimal results.

INT8 inference: the secret sauce

Quantizing neural networks to 8-bit integers isn’t new, but tuning one for real-time graphics reconstruction is a delicate balancing act. AMD’s engineers trained the model on millions of high-resolution game frames, then calibrated the quantization to minimize visual artifacts. The result is an upscaler that can reconstruct a 4K image from a 1080p render with sub-millisecond inference time—an overhead so small that it hardly affects the frame budget.

The INT8 model also brings a secondary benefit: it frees up shader cores for other tasks. On RDNA 3, each Compute Unit houses one Matrix Engine capable of 2x INT8 throughput compared to FP16. By offloading upscaling to these engines, games can use the shader pipelines for more complex materials, physics, or simply higher base frame rates. This hardware partitioning is reminiscent of how NVIDIA separates CUDA cores and Tensor cores, but AMD’s approach is more integrated, allowing the driver to dynamically shift workloads as needed.

Adrenalin 26.6.2: under the hood

The 26.6.2 driver is a superset of the standard monthly release. Along with FSR 4.1 support, it includes a new “AI Upscale” tab in the Radeon Settings overlay, exposing per-game sharpness, dynamic resolution scaling, and a toggle between “Quality” and “Performance” INT8 models. The Quality model uses a slightly larger network for best reconstruction, while the Performance model halves inference time for competitive shooters where every millisecond counts.

Bug fixes also feature prominently. The driver resolves a long-standing issue where FSR 3.1 frame generation could cause flickering on multi-monitor setups with different refresh rates. It also improves DX11 title compatibility, addressing crashes in older games that trigger the AMD Software overlay while FSR is active. Notably, the driver introduces “FSR 4.1 Auto” mode, which can detect the game’s rendering resolution and apply an optimized preset without user intervention—a feature that should please less technically inclined gamers.

Windows 10 hotfix on the horizon

Almost as soon as 26.6.2 hit the download servers, AMD posted a notice about an imminent hotfix driver—26.6.3—targeted specifically at Windows 10 users. According to a brief entry in the release notes, “a small number of systems running Windows 10 22H2 may experience momentary stutter or a TDR timeout when enabling FSR 4.1 in DirectX 12 titles at high refresh rates.” The hotfix is expected within the first week of July 2026, and AMD recommends that affected users either roll back to 26.5.1 or disable FSR 4.1 until the patch arrives.

This attention to Windows 10 is noteworthy. With Windows 11 dominating the gaming landscape and Windows 10 approaching end of support, many GPU vendors are scaling back QA on the older OS. AMD’s quick hotfix suggests that a meaningful portion of its Radeon user base hasn’t migrated, or perhaps that corporate and esports environments where Windows 10 is entrenched are a priority. Whatever the reason, the 26.6.3 driver will be a welcome sight for those still clinging to DirectX 12 functionality on the decade-old operating system.

First-hand performance impressions

While official benchmarks are still pending, early adopters on Reddit and the AMD Community forums have been quick to share their experiences. On a Radeon RX 7900 XTX running at 4K, FSR 4.1 in Quality mode reportedly boosts average frame rates in Cyberpunk 2077 Overdrive from 48 fps to 72 fps—a 50% leap—while maintaining visual fidelity that one user described as “indistinguishable from native 4K with DLSS 4 Balanced.” On the mid-range RX 7800 XT at 1440p, Starfield sees a similar uplift, jumping from 55 fps to 82 fps with perceptibly sharper textures than FSR 3.1.

These gains aren’t uniform across all titles. In e‑sports games like Valorant or CS2, where the GPU is rarely the bottleneck, the impact is negligible. And in some Unreal Engine 5 titles, the INT8 model can introduce a subtle shimmering effect on complex foliage. AMD has acknowledged the issue and says it’s working with Epic to refine the model for Nanite-heavy scenes.

The competition doesn’t sleep

NVIDIA’s DLSS 4, which also relies on an AI model (though FP16-based on Tensor cores), continues to hold a qualitative edge in challenging scenarios like ray-traced reflections and deep depth-of-field effects. But the performance gap is narrowing fast. More importantly, DLSS 4 remains exclusive to RTX 50 series GPUs and a few RTX 40 series models, whereas FSR 4.1 will eventually roll out to older Radeon cards and possibly even non-AMD hardware through its open-source model.

Intel’s XeSS 2.0, meanwhile, uses a hybrid approach with both DP4a and XMX pathways, but it lacks the dedicated INT8 support that AMD is now exploiting. The blue team is expected to respond with its own AI-driven upscaler later in 2026, but for the moment, AMD has seized the momentum.

Game support and developer adoption

At launch, FSR 4.1 is supported in 12 titles, including Elden Ring: The Shadow Realm, Hogwarts Legacy, Microsoft Flight Simulator 2024, and the latest Call of Duty. AMD promises that by the end of Q3 2026, another 30 games will be updated, thanks to a streamlined plugin that integrates into Unreal Engine 5.3+ and Unity 6 with a single SDK call. The company also published a “FSR 4.1 Native” library for developers who want to bake the upscaler directly into their engine, bypassing the driver-level injection entirely.

Crucially, AMD is not forcing handshake agreements. Unlike NVIDIA’s Game Ready driver program, which sometimes gets early access to DLSS integration in exchange for promotional considerations, FSR 4.1 adoption boils down to a painless GitHub download. This open strategy has been a double-edged sword—while it boosts compatibility, it can also lead to uneven quality control. Early testing indicates that some developers are simply swapping the FSR 3.1 plug-in for the 4.1 version without tweaking the presets, resulting in suboptimal sharpness or oversharpened edges. AMD insists that the auto‑tuning feature in Adrenalin 26.6.2 will mitigate these issues, but the community remains cautiously optimistic.

What the early release means for the industry

Shipping a major driver update ahead of schedule is a rare gamble, and AMD is clearly betting that the goodwill and competitive positioning will outweigh any last‑minute bugs. The gamble seems to be paying off: stock of the Radeon RX 7000 series saw a brief uptick at major etailers in the days following the release, and social media sentiment is overwhelmingly positive.

The move also pressures Microsoft to better support AI‑accelerated upscaling in DirectX 12 Ultimate. Currently, the API lacks a standard interface for game‑aware INT8 execution, forcing AMD to implement a custom driver‑shim layer. With FSR 4.1 now in the wild, Microsoft may finally prioritize a DirectML 2.0 extension that would let all GPU vendors target a common AI upscaling backend—a development that would further democratize high‑fidelity gaming.

Looking ahead

AMD’s FSR 4.1 blitz is far from over. The 26.6.3 hotfix for Windows 10 will drop within days, and a separate driver branch for Radeon PRO workstation cards is expected in August. Beyond that, the company plans to extend FSR 4.1 support back to the Radeon RX 6000 series via a software‑based DP4a fallback, though performance on those cards will be lower due to the absence of dedicated AI accelerators.

For now, Radeon RX 7000 owners can download Adrenalin 26.6.2 from AMD’s website and immediately begin experimenting with the new upscaler. The early launch, the INT8 model, and the swift Windows 10 hotfix all point to an AMD that is listening to its community and moving faster than ever. Whether it can maintain this cadence and close the quality gap with DLSS remains the central question—but one thing is certain: the race for AI‑driven pixels just got a lot more interesting.