spirv-tools 2021.2+git20210818-1 source package in Ubuntu
Changelog
spirv-tools (2021.2+git20210818-1) unstable; urgency=medium [ Hill Ma ] * control: Fix Vcs-Git and Vcs-Browser. [ Timo Aaltonen ] * New upstream snapshot. * control: Bump spirv-headers dependency. -- Timo Aaltonen <email address hidden> Wed, 18 Aug 2021 16:30:03 +0300
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_2021.2+git20210818-1.dsc | 2.0 KiB | c3c753b2f18784ca3fb7f0502a088cffbb4836014cff39fc8d48776c6a246da9 |
spirv-tools_2021.2+git20210818.orig.tar.gz | 2.7 MiB | dc8a55af457d6b611855d18caf4c9a89c4ca06c2037f09f5ef69a4d69ce1698f |
spirv-tools_2021.2+git20210818-1.debian.tar.xz | 2.5 KiB | 67979c850ea8c14eeff9430e85c3891d4b249d4c0b657abc904d9152aedd2271 |
Available diffs
- diff from 2020.6-2 to 2021.2+git20210818-1 (336.8 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