FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Tags · microsoft/DirectXShaderCompiler · GitHub

Tags: microsoft/DirectXShaderCompiler

Tags

v1.10.2605.37

Toggle v1.10.2605.37's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update SPIRV-Tools to 1c336172 (#8739)

Fixes two SPIR-V validation failures under -O3:

- #8609: loop unrolling duplicated RelaxedPrecision decorations
  (KhronosGroup/SPIRV-Tools#6690)
- #8603: MergeBinaryOpSelect produced an OpSelect with a vector result
  type and a scalar condition, only legal in SPIR-V 1.4+
  (KhronosGroup/SPIRV-Tools#6827)

SPIRV-Headers moves to 29981f65 to match; SPIRV-Tools 1c336172 does not
build against the older headers.

XFAIL resource-heap-ext-texture: the validator now requires explicit
layout for UniformConstant when SPV_EXT_descriptor_heap is used
(KhronosGroup/SPIRV-Tools#6792).

Assisted-by: copilot
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: b04b21af-2d8b-4af5-b9ad-1b84073588f5

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: b04b21af-2d8b-4af5-b9ad-1b84073588f5

v1.9.2607

Toggle v1.9.2607's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[HLK] Remove preview-only GroupSharedLimit tests (#8703)

Removes the preview-only **GroupSharedLimit** HLK tests and their
supporting code from `release-1.9.2607`
The guards surrounding these tests will be insufficient to keep this
branch building for all future versions of the D3D12 SDK.
Given that these tests aren't even intended to be run for this release
its much simpler to just remove them in the release branch.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: f7204fb9-0c87-473b-ad64-059d150dafa7

v1.10.2605.24

Toggle v1.10.2605.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Sync 1.10.2605 preview release branch to `main` (#8472)

Final merge of all the outstanding changes from main into the preview
release branch

Also updates the release notes

---------

Co-authored-by: Chris B <cbieneman@microsoft.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

v1.9.2602.24

Toggle v1.9.2602.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Release SM 6.9] Cherry-Pick: Change scope nested CFG passes to use a…

… stack instead of recursion (#8419)

Cherry-pick #8227 to release branch

Co-authored-by: Chris B <beanz@abolishcrlf.org>

v1.10.2605.2

Toggle v1.10.2605.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update release notes (#8396)

Updates the release notes based on PRs since the last release

---------

Co-authored-by: Damyan Pepper <damyanp@microsoft.com>

v1.9.2602

Toggle v1.9.2602's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Added debug info for localized global variables for inlined s…

…copes. (#7799)" (#8185)

This reverts commit
[450bbe5](450bbe5).

A bug was discovered and we have decided to revert this change in the
6.9 release branch while we work on the fix.

v1.8.2505.1

Toggle v1.8.2505.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[NFC] Clear C33010 Warning (#7603) (#7604)

Cherry-picked to release-1.8.2505 from
#7603

Resolves `C33010` which is currently blocking the release pipeline.

Addresses #7605

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

v1.8.2505

Toggle v1.8.2505's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Release notes for 1.8.2505 (#7481)

This change updates release notes with notable changes for release
1.8.2505.

v1.8.2502

Toggle v1.8.2502's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update 1.8.2502 release notes (#7147)

An internal fix has changed the way PDB files are packaged on release.
This change is worth noting in the release notes for 1.8.2502.

v1.8.2407

Toggle v1.8.2407's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix warning when use implicit launch type. (#6837) (#6841)

By default, the launch type should be set to ‘Broadcast’ when diagnosing
barriers. However, the current behavior sets the default launch type to
‘Invalid,’ resulting in warnings when the launch type is not explicitly
specified as an attribute.

To address this issue, we’ll adjust the default setting to ‘Broadcast’
and thereby resolve the problem.

Fixes #6836

---------

Co-authored-by: Damyan Pepper <damyanp@microsoft.com>
(cherry picked from commit ef043e9)

Back | FazBrowse Home | New Git URL