Skip to content

Tags: KhronosGroup/SPIRV-Tools

Tags

vulkan-sdk-1.4.309.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[OPT] Update DebugDeclare if the var is not an OpVariable (#6014)

When inlining, DXC can pass the result of an OpAccessChain as a
parameter. Even if this is not valid SPIR-V, HLSL allows this for the
`this` pointer in member function. Part of legalizing is to inline these
functions.

When this happens, the `var` operand on a debug declare for the parameter
will be replaced by the result of the OpAccessChain. This in invalid.
The debug declare needs the variable with the indexes.

This commit add a pass over each function after inlining that will fix
up the debug declares that are invalid in this way.

Fixes microsoft/DirectXShaderCompiler#5191

v2025.1.rc1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[OPT] Update DebugDeclare if the var is not an OpVariable (#6014)

When inlining, DXC can pass the result of an OpAccessChain as a
parameter. Even if this is not valid SPIR-V, HLSL allows this for the
`this` pointer in member function. Part of legalizing is to inline these
functions.

When this happens, the `var` operand on a debug declare for the parameter
will be replaced by the result of the OpAccessChain. This in invalid.
The debug declare needs the variable with the indexes.

This commit add a pass over each function after inlining that will fix
up the debug declares that are invalid in this way.

Fixes microsoft/DirectXShaderCompiler#5191

vulkan-sdk-1.4.304.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release (#5905)

This is the second release candidate for v2024.4. Includes new commits since September, including Vulkan 1.4 support.

vulkan-sdk-1.4.304.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release (#5905)

This is the second release candidate for v2024.4. Includes new commits since September, including Vulkan 1.4 support.

v2024.4.rc2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release (#5905)

This is the second release candidate for v2024.4. Includes new commits since September, including Vulkan 1.4 support.

vulkan-sdk-1.3.296.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release v2024.4 (#5811)

v2024.4.rc1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release v2024.4 (#5811)

vulkan-sdk-1.3.290.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release v2024.3 (#5719)

v2024.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release v2024.3 (#5719)

v2024.3.rc1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release v2024.3 (#5719)