IABSD.fr/ports/graphics/spirv-tools/pkg

Branch :


Log

Author Commit Date CI Message
af6a7994 2022-03-11 19:22:04 drop RCS Ids
c9c25bd4 2021-10-16 14:50:40 update vulkan ports to sdk-1.2.189.1, including: - glslang to 11.6.0 - spirv-tools to 2021.3 ok rsadowski@ build and runtime tests by Omar Polo, too - thanks!
127f24c7 2020-07-07 08:08:03 update vulkan ports to sdk 1.2.141.0 disable _XOPEN_SOURCE=500 to fix finding definition of alloca(3) ok jsg@ whose original diff this was based on, and who found the alloca fix live long and prosper
174b835f 2019-06-22 15:24:31 import spirv-tools for Vulkan API support; ok jsg@ DESCR: 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.