Microsoft launches DirectStorage 1.4 at GDC 2026, adding Zstandard compression and GACL
Photo by Liam Briese (unsplash.com/@liam_1) on Unsplash
While DirectStorage’s adoption has lagged, Microsoft’s new DirectStorage 1.4— unveiled at GDC 2026—adds Zstandard compression and GACL, promising dramatically better compression ratios and faster loading, Tomshardware reports.
Key Facts
- •Key company: Microsoft
Microsoft’s DirectStorage 1.4 arrives with two technical pillars that could finally tip the API from a niche showcase to a mainstream pipeline. The most visible change is native support for Zstandard (Zstd) compression, a format originally built at Facebook (now Meta) and now ubiquitous in Linux distributions and cloud services for its high compression ratio paired with lightning‑fast decompression — according to Tom’s Hardware. By exposing Zstd to both CPU and GPU paths, developers can choose whether to unpack assets on the processor or offload the work to a compute shader, a flexibility that was not possible with the earlier GDeflate format introduced in DirectStorage 1.1. The addition of the Game Asset Conditioning Library (GACL) further streamlines the workflow, giving studios a dedicated toolset to prepare and package assets for Zstd‑enabled streaming.
The upgrade also tackles one of DirectStorage’s long‑standing criticisms: the GPU compute budget it consumes. As Tom’s Hardware notes, prior implementations sometimes cost frame‑rate because the GPU had to spend cycles decompressing textures instead of rendering them. DirectStorage 1.4 mitigates this by pairing Zstd’s rapid decompression with a new global D3D12 CreatorID flag on the EnqueueRequests call. CreatorIDs let different workloads announce themselves to the driver, enabling smarter scheduling when multiple queues vie for GPU time. In practice, this could allow a game to run its rendering queue while a background asset‑loading queue uses a separate compute lane, preserving frame‑rate on systems with limited spare GPU capacity.
Adoption, however, remains the decisive factor. Tom’s Hardware points out that despite early demos promising dramatic load‑time reductions, only a handful of PC titles have integrated DirectStorage in a meaningful way, and real‑world gains have been modest. The new compression path does not eliminate the need for developers to redesign their asset pipelines, but it does lower the storage‑bandwidth ceiling that has traditionally forced games to ship uncompressed or lightly compressed textures. By shrinking the on‑disk footprint without sacrificing decompression speed, Zstd could make the API attractive to studios that previously balked at the storage overhead of GDeflate, especially in open‑world or high‑resolution titles where gigabytes of texture data are streamed each frame.
The timing of the announcement dovetails with broader DirectX 12 Ultimate initiatives that bring Xbox Series X‑class features—such as ray tracing, mesh shaders, and variable‑rate shading—to Windows PCs, a trend documented by Ars Technica. As the PC ecosystem aligns more closely with console hardware capabilities, Microsoft appears to be positioning DirectStorage as the missing link that unifies fast storage, modern compression, and GPU‑aware scheduling. If developers adopt the new API in tandem with these graphics advances, the combined effect could narrow the performance gap between high‑end PCs and next‑gen consoles, a strategic move that may boost Windows’ relevance in the increasingly console‑centric market.
From a business perspective, the upgrade could also revive interest from hardware partners. GPU vendors have already begun exposing compute‑shader‑based decompression units, and a standardized Zstd path gives them a clear target for driver optimization. Moreover, the ability to offload more of the asset‑streaming workload to the GPU may justify future hardware‑accelerated decompression blocks, similar to the dedicated ray‑tracing cores that have become commonplace. While Microsoft has not disclosed any immediate licensing incentives, the broader ecosystem benefits—reduced storage costs for publishers, faster load times for consumers, and a more efficient use of GPU resources—align with the company’s long‑term goal of cementing Windows as the premier platform for high‑performance gaming.
Sources
This article was created using AI technology and reviewed by the SectorHQ editorial team for accuracy and quality.