Commit Graph

13 Commits

Author SHA1 Message Date
thfr
57bac4eee3 update vulkan ports to sdk 1.3.204.1 2022-03-21 13:21:42 +00:00
naddy
af6a79943b drop RCS Ids 2022-03-11 19:22:04 +00:00
thfr
c46ec14eb0 update vulkan ports to glslang 11.7.0, spirv-headers 1.2.198.0,
spirv-tools 2021.4, and vulkan-{headers,loader,tools,validation-layers}
to sdk-1.2.198.0
testing and ok op@
2021-12-09 04:48:31 +00:00
thfr
c9c25bd464 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-10-16 14:50:40 +00:00
jsg
79a67e331a sync distinfo with patch level change
found the hard way by ajacoutot@
2021-06-29 14:46:46 +00:00
thfr
b5c746635f 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-06-29 03:48:20 +00:00
sthen
3cbe1c2f30 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.
2021-02-23 19:39:08 +00:00
thfr
f68834e181 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-12-27 15:58:42 +00:00
thfr
127f24c78f 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
2020-07-07 08:08:03 +00:00
ajacoutot
f02616fafa 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-09-21 14:33:37 +00:00
thfr
98c31accd8 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-07-27 15:47:35 +00:00
ajacoutot
56f4a7b1cc PERMIT_PACKAGE_CDROM -> PERMIT_PACKAGE 2019-06-22 16:51:06 +00:00
thfr
174b835f6e 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.
2019-06-22 15:24:31 +00:00