Version: 1.2.162.0, Package name: vulkan-loader-1.2.162.0 |
Maintained by: Thomas Frohwein |
Master sites: |
Description Vulkan is an explicit API, enabling direct control over how GPUs actually work. As such, Vulkan supports systems that have multiple GPUs, each running with a different driver, or ICD (Installable Client Driver). Vulkan also supports multiple global contexts (instances, in Vulkan terminology). The ICD loader is a library that is placed between a Vulkan application and any number of Vulkan drivers, in order to support multiple drivers and the instance-level functionality that works across these drivers. Additionally, the loader manages inserting Vulkan layer libraries, such as validation layers, between an application and the drivers. |
Filesize: 1389.262 KB |
Version History (View Complete History) |
|
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-21 06:48:55 by Stuart Henderson | Files touched by this commit (1) |
Log message: vulkan-loader: revert previous, I was mistaken about it helping. mark BROKEN for now. https://github.com/KhronosGroup/Vulkan-Loader/issues/252 |
2020-07-20 05:37:22 by Stuart Henderson | Files touched by this commit (1) |
Log message: vulkan-loader: don't use clang integrated assembler on i386, from thfr@ "Integrated clang assembler doesn't work with x86 - Bug #698164 remove if build can be updated to clang 9.0.0 (see https://github.com/KhronosGroup/Vulkan-Loader/issues/252)" |
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 |
2020-05-03 16:37:29 by Jonathan Gray | Files touched by this commit (2) |
Log message: backout attempt to fix build on aarch64 Broke i386 as the clang 8.0 integrated assembler can not handle 'offset'. The amd64 path in the assembly does not use 'offset'. ok sthen@ |
2020-04-28 22:11:29 by Jonathan Gray | Files touched by this commit (2) |
Log message: backport a patch to fix build when there is no as(1) fixes build on aarch64 ok phessler@ maintainer thfr@ does not have time to review but is fine with this going in |
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 11:02:24 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Don't hardcode /usr/local, /usr/X11R6 and /etc. |
2019-06-22 10:51:06 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: PERMIT_PACKAGE_CDROM -> PERMIT_PACKAGE |