Version: 1.3.204.1, Package name: spirv-tools-1.3.204.1 |
Maintained by: Thomas Frohwein |
Master sites: |
Description 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. |
Filesize: 2837.528 KB |
Version History (View Complete History) |
|
2021-10-16 08:50:41 by Thomas Frohwein | Files touched by this commit (28) |
Log message: 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! |
2021-06-29 08:46:46 by Jonathan Gray | Files touched by this commit (1) |
Log message: sync distinfo with patch level change found the hard way by ajacoutot@ |
2021-06-28 21:48:22 by Thomas Frohwein | Files touched by this commit (32) |
Log message: update vulkan ports to sdk 1.2.176.1. Testing by jsg@ and me ok jsg@ using spirv-tools version with pl0 as pointed out by jsg@ |
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2020-12-27 08:58:43 by Thomas Frohwein | Files touched by this commit (24) |
Log message: update vulkan to SDK 1.2.162.0, including spirv-headers to 1.5.4 and spirv-tools to 2020.6. tested by jsg@ and me, including validation layers by jsg@ ok jsg@ |
2020-07-07 02:08:08 by Thomas Frohwein | Files touched by this commit (44) |
Log message: 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 |
2019-09-21 08:33:37 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Needs python3 at build time. CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at least version "3") |
2019-07-27 09:47:35 by Thomas Frohwein | Files touched by this commit (3) |
Log message: set COMPILER to base-clang ports-gcc for vulkan ports, fixing build on powerpc. No revision bump because packages never built on base-gcc archs. diffs and build testing on ppc from cwen@, thanks! ok jca@ for vulkan-loader diff ok sthen@ for spirv-tools and glslang diff |
2019-06-22 10:51:06 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: PERMIT_PACKAGE_CDROM -> PERMIT_PACKAGE |