Version: 1.2.162.0, Package name: vulkan-validation-layers-1.2.162.0 |
Maintained by: Thomas Frohwein |
Master sites: |
Description Vulkan is an Explicit API, enabling direct control over how GPUs actually work. By design, minimal error checking is done inside a Vulkan driver. Applications have full control and responsibility for correct operation. Any errors in how Vulkan is used can result in a crash. This project provides Vulkan validation layers that can be enabled to assist development by enabling developers to verify their applications correct use of the Vulkan API. |
Filesize: 2370.878 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-08 15:37:50 by Thomas Frohwein | Files touched by this commit (1) |
Log message: now BDEP on spirv-headers; found by naddy@ |
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-08-16 09:31:23 by Thomas Frohwein | Files touched by this commit (2) |
Log message: vulkan-tools and vulkan-validation-layers are C++11. Set COMPILER accordingly. found and diff by cwen@ ok sthen@ |
2019-06-22 10:51:06 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: PERMIT_PACKAGE_CDROM -> PERMIT_PACKAGE |