Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@ The included licenses apply to the following files:

## Changelog

### Version 1.9.2602

#### Shader Model 6.9 Release
### Upcoming Release

- Shader Model 6.9 is fully supported.
- See [the official blog
post](https://devblogs.microsoft.com/directx/shader-model-6-9-dxr-1-2-and-agilitysdk-1-619-release)
for more details.
Place release notes for the upcoming release below this line and remove this
line upon naming the release. Refer to previous for appropriate section names.

#### Experimental Shader Model 6.10

Expand All @@ -36,6 +32,15 @@ The included licenses apply to the following files:
shaders which returns the total number of waves executing within the thread
group.

### Version 1.9.2602

#### Shader Model 6.9 Release

- Shader Model 6.9 is fully supported.
- See [the official blog
post](https://devblogs.microsoft.com/directx/shader-model-6-9-dxr-1-2-and-agilitysdk-1-619-release)
for more details.

#### Noteble SPIR-V updates

- Handle vector element assignment for asuint. [#8011](https://github.com/microsoft/DirectXShaderCompiler/issues/8011)
Expand Down