Path to this page:
./
parallel/spirv-tools,
API and commands for processing SPIR-V modules
Branch: CURRENT,
Version: 2025.4,
Package name: spirv-tools-2025.4,
Maintainer: triaxxThe SPIR-V Tools project provides an API and commands for processing SPIR-V
modules.
The project includes an assembler, binary module parser, disassembler,
validator, and optimizer for SPIR-V. Except for the optimizer, all are based
on a common static library. The library contains all of the implementation
details, and is used in the standalone tools whilst also enabling integration
into other code bases directly. The optimizer implementation resides in its
own library, which depends on the core library.
Master sites:
Filesize: 3312.059 KB
Version history: (Expand)
- (2025-10-04) Updated to version: spirv-tools-2025.4
- (2025-09-23) Package added to pkgsrc.se, version spirv-tools-2025.1 (created)
CVS history: (Expand)
2025-10-04 14:14:23 by Tobias Nygren | Files touched by this commit (4) |  |
Log message:
spirv-tools: update to 2025.4
No changelog provided.
|
| 2025-09-28 12:45:26 by Thomas Klausner | Files touched by this commit (1) |
Log message:
spirv-tools: add missing python tool
Still doesn't build for me
|
| 2025-09-23 15:05:31 by Tobias Nygren | Files touched by this commit (1) |
Log message:
spirv-tools: promote bl3 from build to full dependency
llvm-spirv from spirv-llvm-translator links libSPIRV-Tools-shared.so
|
| 2025-09-23 14:57:46 by Tobias Nygren | Files touched by this commit (5) |
Log message:
spirv-tools: import from wip
The SPIR-V Tools project provides an API and commands for processing SPIR-V
modules.
The project includes an assembler, binary module parser, disassembler,
validator, and optimizer for SPIR-V. Except for the optimizer, all are based
on a common static library. The library contains all of the implementation
details, and is used in the standalone tools whilst also enabling integration
into other code bases directly. The optimizer implementation resides in its
own library, which depends on the core library.
|