summaryrefslogtreecommitdiff
path: root/docs/update_spirv.md
AgeCommit message (Collapse)Author
2025-09-23Enhance SPIRV-Headers update instructionsJay Kwak
Added instructions to retrieve the hash value of spirv-headers.
2025-09-20Revise SPIRV-Headers update instructions in documentation (#8488)Jay Kwak
It turned out that SPIRV-Headers update has to be done after building SPIRV-Tools Co-authored-by: Gangzheng Tong <tonggangzheng@gmail.com>
2025-09-10Update SPIRV-{Tools,Headers} (#8415)Jay Kwak
This updates SPIRV submodules. Unfortunately we cannot use the latest because one of PRs in SPIRV-Tools causes VVL errors on our slang-tests. The issue is tracked in - https://github.com/KhronosGroup/SPIRV-Tools/issues/6316 - https://github.com/shader-slang/slang/issues/8414 This PR also updates/simplifies the document of updating SPIRV process.
2024-11-29docs: Reduce typo count (#5671)Bruce Mitchener
Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
2024-10-22Update update_spirv.mdJay Kwak
Rewording the document to make the testing step mandatory.
2024-10-22Update the document, `update_spirv.md` (#5368)Jay Kwak
This commit updates the document about how to update the SPIRV submodules.
2024-08-27Adding a document of how to update external/spirv-* (#4902)Jay Kwak
Co-authored-by: Yong He <yonghe@outlook.com>