Posts by this author

May 28, 2026
Post comments count0
Post likes count0

Announcing AgilitySDK 721 Preview and an addition to LinAlg in Shader Model 6.10

Overview Today, we are pleased to announce Agility SDK 1.721-preview with new D3D features along with DXC 1.10.2605.4 adding VectorAccumulate to LinAlg in the existing Shader Model 6.10 preview.  The previous 1.720-preview and SM 6.10 preview blog is still relevant, as all of its features are available here too. Here are the new features.  Mo...

Apr 27, 2026
Post comments count4
Post likes count0

Announcing Shader Model 6.10 Preview and AgilitySDK 720 Preview

Overview Today, we are pleased to announce that Shader Model 6.10 and other features have been officially released with Agility SDK 1.720-preview and complementary DXC 1.10.2605.2. AgilitySDK 1.720-preview exposes the following features. There's more detail further below, including download and driver links. ...

Feb 26, 2026
Post comments count0
Post likes count3

Announcing Shader Model 6.9 Retail and New D3D12 Improvements

Today, we are pleased to announce that Shader Model 6.9 and other features have been officially released with Agility SDK 1.619 and complementary DXC 1.9.2602.16. Many of these features have been in preview status since 2025. Simultaneously, we are releasing a handful of new preview features in a separate preview runtime: Agility SDK 1.719-preview....

Feb 26, 2026
Post comments count2
Post likes count2

D3D12 Shader Execution Reordering

Now officially released, Shader Execution Reordering (SER) is an addition to DirectX Raytracing that enables application shader code inform hardware how to find coherency across rays so they can be sorted to execute better in parallel.  SER support is a required feature in Shader Model 6.9, meaning all drivers must accept shader code using SER....

Feb 26, 2026
Post comments count0
Post likes count0

D3D12 Opacity Micromaps

DirectX Raytracing (DXR) now supports Opacity Micromaps (OMMs), enabling hardware to handle alpha tested geometry more efficiently than relying only on costly AnyHit shader invocations. At GDC 2025 DXR 1.2 was announced including OMMs, and you can see it discussed in this: GDC DirectX State Of The Union YouTube Recording. In the video, Remed...

Jun 2, 2025
Post comments count4
Post likes count4

D3D12 Cooperative Vector

Welcome to the preview release for Cooperative Vector support in D3D12.  This exposes powerful new hardware acceleration for vector and matrix operations, enabling developers to efficiently drive neural rendering techniques directly from individual shader threads in real-time graphics pipelines. In research and in industry, machine learning ...

May 30, 2025
Post comments count2
Post likes count3

D3D12 Opacity Micromaps

DirectX Raytracing (DXR) now supports Opacity Micromaps (OMMs), enabling hardware to handle alpha tested geometry more efficiently than relying only on costly AnyHit shader invocations. At GDC 2025 DXR 1.2 was announced including OMMs, and you can see it discussed in this: GDC DirectX State Of The Union YouTube Recording. In the video, Remed...

May 30, 2025
Post comments count2
Post likes count5

D3D12 Shader Execution Reordering

Shader Execution Reordering (SER) is an addition to DirectX Raytracing that enables application shader code inform hardware how to find coherency across rays so they can be sorted to execute better in parallel. At GDC 2025 DXR 1.2 was announced including SER, and you can see it discussed in this: GDC DirectX State Of The Union YouTube Record...

Jan 30, 2025
Post comments count0
Post likes count0

Agility SDK 1.716.0-preview & 1.615-retail: Shader hash bypass

The D3D runtime as of 1.615 officially supports applications opting to bypass shader hash validation. The historical purpose of the hash that the DX shader compiler embeds in every shader binary was to give the D3D runtime to confidence that shaders being given to it are well formed.  The assumption was that a hashed shader likely came from an o...

Jul 18, 2024
Post comments count1
Post likes count2

D3D12 Preview: Mesh Nodes in Work Graphs

Hi everyone, Today we’re excited to announce the newest Preview Agility SDK v1.715.0, download here. Since this is a preview SDK, the new features are not in final state and thus only available via Developer Mode within Windows (see the prerequisites section for more).  This preview serves as a first look to explore what might be possible...

Direct3D12Graphics