spirv-tools 2019.5-1 source package in Ubuntu

Changelog

spirv-tools (2019.5-1) unstable; urgency=medium

  * New upstream release.
  * fix-cmake-install.patch: Dropped, upstream.

 -- Timo Aaltonen <email address hidden>  Wed, 22 Jan 2020 14:18:12 +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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
spirv-tools_2019.5-1.dsc 1.9 KiB 0118c8e36a54318536932b5b854ab73d6f0a671686717fc91157effed08a7542
spirv-tools_2019.5.orig.tar.gz 1.9 MiB c1560aa1ffc7526f580b56d08225f3f61acdfb037db4939f4c90fee21f08f49b
spirv-tools_2019.5-1.debian.tar.xz 2.1 KiB b76001691e2de3440d600575505d026e905b61801bc1a897d5e3996b99e343af

Available diffs

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