OpenBSD CVS

CVS log for ports/graphics/vulkan-validation-layers/Makefile


[BACK] Up to [local] / ports / graphics / vulkan-validation-layers

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.23 / (download) - annotate - [select for diffs], Mon May 20 15:46:34 2024 UTC (12 days, 1 hour ago) by thfr
Branch: MAIN
CVS Tags: HEAD
Changes since 1.22: +1 -2 lines
Diff to previous 1.22 (unified)

update Vulkan to latest SDK 1.3.283.0, and glslang 14.2.0

Includes fixes for unsafe functions (sprintf, strcat) in vulkan-tools
(cube.c).
Tested runtime with vkcube and vkquake. Survived a bulk build, with
snes9x needing a patch for namespace issue to be committed separately.

Revision 1.22 / (download) - annotate - [select for diffs], Mon May 6 12:23:44 2024 UTC (3 weeks, 5 days ago) by sthen
Branch: MAIN
Changes since 1.21: +1 -0 lines
Diff to previous 1.21 (unified)

bump REVISION for py3.10 -> py3.11 switch

Revision 1.21 / (download) - annotate - [select for diffs], Sun Feb 25 02:43:36 2024 UTC (3 months ago) by thfr
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5
Changes since 1.20: +9 -7 lines
Diff to previous 1.20 (unified)

update vulkan ports to latest SDK release 1.3.275.0
testing and ok op@

Revision 1.20 / (download) - annotate - [select for diffs], Tue Sep 5 19:07:50 2023 UTC (8 months, 3 weeks ago) by thfr
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.19: +1 -1 lines
Diff to previous 1.19 (unified)

update vulkan-*/spirv-* to sdk 1.3.261.1 and glslang to 13.0.0

Revision 1.19 / (download) - annotate - [select for diffs], Wed Aug 2 05:21:04 2023 UTC (10 months ago) by thfr
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (unified)

update to Vulkan SDK 1.3.250.1, as well as glslang 12.3.1

Revision 1.18 / (download) - annotate - [select for diffs], Sat May 13 16:26:12 2023 UTC (12 months, 2 weeks ago) by thfr
Branch: MAIN
Changes since 1.17: +1 -2 lines
Diff to previous 1.17 (unified)

update vulkan SDK to 1.3.243.0 and glslang to 12.1.0
glslang now builds versioned shared libs for all SOs
tested by me and namn@
ok namn@

Revision 1.17 / (download) - annotate - [select for diffs], Fri Mar 10 22:28:49 2023 UTC (14 months, 3 weeks ago) by thfr
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3
Changes since 1.16: +1 -0 lines
Diff to previous 1.16 (unified)

remove some unneeded patches. Based on diff from Brad - thanks!

Revision 1.16 / (download) - annotate - [select for diffs], Fri Mar 3 02:38:38 2023 UTC (15 months ago) by thfr
Branch: MAIN
Changes since 1.15: +6 -4 lines
Diff to previous 1.15 (unified)

update vulkan ports to sdk 1.3.239.0; and glslang to 12.0.0
ok jsg@

Revision 1.15 / (download) - annotate - [select for diffs], Sun Oct 30 22:51:57 2022 UTC (19 months ago) by thfr
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14 (unified)

update vulkan ports to SDK 1.3.224.1 (and glslang to 11.11.0)
tested also by jsg@ on arm64 and amd64 with no issues with latest Mesa.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Mar 21 13:21:43 2022 UTC (2 years, 2 months ago) by thfr
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.13: +2 -5 lines
Diff to previous 1.13 (unified)

update vulkan ports to sdk 1.3.204.1

Revision 1.13 / (download) - annotate - [select for diffs], Fri Mar 11 19:23:31 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
Changes since 1.12: +0 -2 lines
Diff to previous 1.12 (unified)

drop RCS Ids

Revision 1.12 / (download) - annotate - [select for diffs], Sat Dec 18 03:58:33 2021 UTC (2 years, 5 months ago) by thfr
Branch: MAIN
Changes since 1.11: +8 -3 lines
Diff to previous 1.11 (unified)

use robin-hood-hashing as is upstream default now that it's in ports.
Also try to fix mips64* by sidestepping "mips" namespace collision which
helped per visa@; and include -mxgot to try to fix a truncated relocation
found by visa@

Revision 1.11 / (download) - annotate - [select for diffs], Thu Dec 9 04:48:32 2021 UTC (2 years, 5 months ago) by thfr
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (unified)

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@

Revision 1.10 / (download) - annotate - [select for diffs], Thu Dec 2 08:32:30 2021 UTC (2 years, 5 months ago) by jca
Branch: MAIN
Changes since 1.9: +3 -2 lines
Diff to previous 1.9 (unified)

Disable -Werror, fixes build with clang 13

ok jsg@, "go ahead" thfr@ (maintainer)

Revision 1.9 / (download) - annotate - [select for diffs], Sat Oct 16 14:50:41 2021 UTC (2 years, 7 months ago) by thfr
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (unified)

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!

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jun 29 03:48:22 2021 UTC (2 years, 11 months ago) by thfr
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.7: +5 -4 lines
Diff to previous 1.7 (unified)

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@

Revision 1.7 / (download) - annotate - [select for diffs], Tue Feb 23 19:39:27 2021 UTC (3 years, 3 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.6: +1 -2 lines
Diff to previous 1.6 (unified)

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.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 27 15:58:43 2020 UTC (3 years, 5 months ago) by thfr
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (unified)

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@

Revision 1.5 / (download) - annotate - [select for diffs], Wed Jul 8 21:37:50 2020 UTC (3 years, 10 months ago) by thfr
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.4: +2 -0 lines
Diff to previous 1.4 (unified)

now BDEP on spirv-headers; found by naddy@

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jul 7 08:08:07 2020 UTC (3 years, 10 months ago) by thfr
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (unified)

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

Revision 1.3 / (download) - annotate - [select for diffs], Fri Aug 16 15:31:23 2019 UTC (4 years, 9 months ago) by thfr
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.2: +4 -1 lines
Diff to previous 1.2 (unified)

vulkan-tools and vulkan-validation-layers are C++11. Set COMPILER
accordingly.

found and diff by cwen@
ok sthen@

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jun 22 16:51:06 2019 UTC (4 years, 11 months ago) by ajacoutot
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (unified)

PERMIT_PACKAGE_CDROM -> PERMIT_PACKAGE

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Jun 22 15:32:36 2019 UTC (4 years, 11 months ago) by thfr
Branch: thfr
CVS Tags: thfr_20190622
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

import vulkan-validation-layers for Vulkan API support; ok jsg@

DESCR:
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.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Jun 22 15:32:36 2019 UTC (4 years, 11 months ago) by thfr
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.