spirv-tools 2022.1+1.3.204.0-1 source package in Ubuntu
Changelog
spirv-tools (2022.1+1.3.204.0-1) unstable; urgency=medium * New upstream snapshot based on sdk-1.3.204.0 tag. * control: Bump spirv-headers build-dependency. * contro: Bump debhelper-compat to 13, policy to 4.6.0. -- Timo Aaltonen <email address hidden> Wed, 16 Feb 2022 14:55:24 +0200
Upload details
- Uploaded by:
- Debian X Strike Force
- Uploaded to:
- Sid
- Original maintainer:
- Debian X Strike Force
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
spirv-tools_2022.1+1.3.204.0-1.dsc | 2.0 KiB | 45215a46ee6c69bde792ddd7425dbf0757299ec4669da2aafb7d82f1ace0b207 |
spirv-tools_2022.1+1.3.204.0.orig.tar.gz | 2.7 MiB | 91db4e17ad4a442fecd67199f8582ff4772cb663e08d19207da9823eb26ad34e |
spirv-tools_2022.1+1.3.204.0-1.debian.tar.xz | 2.6 KiB | 0caf59fc3a82106141028c4e9f57d9903907aea0d0a730373dbada3e219fa7e8 |
Available diffs
- diff from 2021.4-1 to 2022.1+1.3.204.0-1 (99.2 KiB)
No changes file available.
Binary packages built by this source
- spirv-tools: 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.
- spirv-tools-dbgsym: debug symbols for spirv-tools