Skip to content

Tags: ChristianReinbold/DirectXShaderCompiler

Tags

v1.7.2308-7

Toggle v1.7.2308-7's commit message
Enable support for type alias templates

v1.7.2308-6

Toggle v1.7.2308-6's commit message
Revert "Parse const qualifier in member function declarations."

This reverts commit b5049a8.

v1.7.2308-5

Toggle v1.7.2308-5's commit message
Revert "Parse const qualifier in member function declarations."

This reverts commit b5049a8.

v1.7.2308-4

Toggle v1.7.2308-4's commit message
Fix issues with const keyword

v1.7.2308-3

Toggle v1.7.2308-3's commit message
Fix printf

v1.7.2308-2

Toggle v1.7.2308-2's commit message
Patch memcheck issue already fixed in main

v1.7.2308-1

Toggle v1.7.2308-1's commit message
Custom build of dxc with a nullptr fix in spirv-opt

v1.7.2308

Toggle v1.7.2308's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix attribute collision for HL intrinsics (microsoft#5451) (microsoft…

…#5543)

HL Intrinsic functions share declarations with those that match group
and function signature, regardless of the original intrinsic name. This
means that intrinsics with differing attributes can be collapsed into
the same HL functions, leading to incorrect attributes for some HL
intrinsics.

This fixes this issue by adding the attributes to the HL operation
mangling, the same way this issue was fixed for the HLWaveSensitive
attribute before.

Fixes microsoft#3505

---------

Co-authored-by: Joshua Batista <[email protected]>
(cherry picked from commit d9c07e9)

Co-authored-by: Tex Riddell <[email protected]>

v1.8.2306-preview

Toggle v1.8.2306-preview's commit message
Merged PR 5770: Remove extra space in sha value in latest-release.json

The versioning is broken if the extra space in there.

v1.7.2212.1

Toggle v1.7.2212.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#5067 from pow2clk/cp-release-1.7.2212

Move WinAdapter into interface directory (microsoft#5066)