spirv-tools 2019.4+git20191022-1 source package in Ubuntu

Changelog

spirv-tools (2019.4+git20191022-1) unstable; urgency=medium

  * Sync with upstream/stable 02910ffdffaa.
  * control: Bump spirv-headers build dependency.

 -- Timo Aaltonen <email address hidden>  Tue, 19 Nov 2019 23:58:49 +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.4+git20191022-1.dsc 2.0 KiB 4be05a06f3da1cac91d3b369f915867b0342db9a47ebbdd3d20c9e69381599a1
spirv-tools_2019.4+git20191022.orig.tar.gz 1.7 MiB a3e10746ef5e968e1fd022f8003ec8951063067af196f9389bd7f1ae927b7a35
spirv-tools_2019.4+git20191022-1.debian.tar.xz 2.0 KiB f92178d9b9ee20136fc59e57c6e9126e4e7601965b41eb4ba97e78951ab7e060

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